コード例 #1
0
ファイル: image.php プロジェクト: kokyandrei/Unsupported
?>
				</div>
				<div class="data">
					<?php 
if (getImageTitle()) {
    echo '<div class="c"><h4 class="box title">' . getImageTitle() . '</h4></div>';
}
?>
					<?php 
if (getImageDesc()) {
    echo '<div class="c"><div class="box desc">' . getImageDesc() . '</div></div>';
}
?>
					<?php 
if (getImageLocation()) {
    echo '<div class="c"><small class="box location">' . getImageLocation() . '</small></div>';
}
?>
					<?php 
if (getImageDate()) {
    echo '<div class="c"><small class="box date">' . getImageDate('%d.%m.%y %H:%M') . '</small></div>';
}
?>
				</div>
			</div>
<?php 
include_once 'footer.php';
?>
		</div>
<?php 
include_once 'analytics.php';
コード例 #2
0
ファイル: image.php プロジェクト: Imagenomad/Unsupported
    echo gettext('Custom data:');
    ?>
 </label><?php 
    echo getImageCustomData();
    ?>
</div><?php 
}
?>
						<?php 
if (getImageLocation()) {
    ?>
<div><label><?php 
    echo gettext('Location:');
    ?>
 </label><?php 
    echo getImageLocation();
    ?>
</div><?php 
}
?>
						<?php 
if (getImageCity()) {
    ?>
<div><label><?php 
    echo gettext('City:');
    ?>
 </label><?php 
    echo getImageCity();
    ?>
</div><?php 
}