本文整理汇总了PHP中printImageDesc函数的典型用法代码示例。如果您正苦于以下问题:PHP printImageDesc函数的具体用法?PHP printImageDesc怎么用?PHP printImageDesc使用的例子?那么, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了printImageDesc函数的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: getFullImageURL
echo getFullImageURL();
?>
" title="<?php
echo getImageTitle();
?>
"> <?php
printDefaultSizedImage(getImageTitle());
?>
</a>
</div>
<div id="narrow">
<div id="smaller_tlg">
<?php
printImageDesc(true);
?>
</div>
<div id="smaller_tlg">
<?php
echo "<h3>EXIF Data</h3>";
printImageMetadata('', false);
?>
</div>
<div id="comments">
<?php
if (function_exists('printCommentForm')) {
printCommentForm();
}
示例2: elseif
</span><?php
}
?>
<?php
} elseif (function_exists('printSlideShowLink')) {
?>
<span><?php
printSlideShowLink();
?>
</span>
<?php
}
?>
</div>
<div id="object-desc"><?php
printImageDesc();
?>
</div>
<?php
if (function_exists('printGoogleMap')) {
?>
<div id="map-wrap"><?php
printGoogleMap('Google Map', null, 'hide');
?>
</div><?php
}
?>
<?php
if (getImageData('copyright')) {
?>
<p class="image-copy"><?php
示例3: zp_side_bar
function zp_side_bar()
{
?>
<div id="sidebar">
<?php
//-------------If you are in the Image Page
if (in_context(ZP_IMAGE)) {
?>
<div class="imgnav">
<?php
if (hasPrevImage()) {
?>
<div class="imgprevious"><a href="<?php
echo getPrevImageURL();
?>
" title="Previous Image"><img src="<?php
echo getPrevImageThumb();
?>
" /><br /><small>« prev |</small></a></div>
<?php
}
if (hasNextImage()) {
?>
<div class="imgnext"><a href="<?php
echo getNextImageURL();
?>
" title="Next Image"><img src="<?php
echo getNextImageThumb();
?>
" /><br /><small>| next »</small></a></div>
<?php
}
?>
</div>
<div id="sbinfo">
<b>Album Name:</b> <?php
printAlbumTitle(true);
?>
<br />
<b>Number of Photos:</b> <?php
echo getNumImages();
?>
<br />
<b>Album Date:</b> <?php
printAlbumDate($before = "Date: ", $format = "%F");
?>
<br />
<b>Album Description:</b> <?php
printAlbumDesc(true);
?>
<br />
<b>Image Name:</b> <?php
echo getImageTitle();
?>
<br />
<b>Image Description:</b> <?php
printImageDesc(true);
?>
<br />
</div>
<?php
//--------------- If you are in the Album Page
} else {
if (in_context(ZP_ALBUM)) {
?>
<b>Album Name:</b> <?php
printAlbumTitle(true);
?>
<br />
<b>Number of Pictures:</b> <?php
echo getNumImages();
?>
<br />
<b>Album Date:</b> <?php
printAlbumDate($before = "Date: ", $format = "%F");
?>
<br />
<b>Album Description:</b> <?php
printAlbumDesc(true);
?>
<br />
<?php
//--------------- If you are in the Index Page
} else {
if (in_context(ZP_INDEX)) {
}
}
}
?>
</div>
<?php
}
示例4: gettext
?>
<li> <a href="javascript:void(0);" class="inline"><?php
echo gettext('EXIF Metadata');
?>
</a></li><?php
}
?>
</ul>
<div class="album-tags"><?php
printTags('links', gettext('TAGS: '), 'taglist', ', ', true, '', true);
?>
</div>
</div>
<p class="description"><?php
printImageDesc(true, '', gettext('(Edit Description...)'));
?>
</p>
<div id="img-full">
<div>
<?php
if ($zpfocus_final_link == 'colorbox') {
?>
<a rel="zoom" href="<?php
if ($zpfocus_cbtarget) {
echo htmlspecialchars(getDefaultSizedImage());
} else {
echo htmlspecialchars(getUnprotectedImageURL());
}
?>
" title="<?php