当前位置: 首页>>代码示例>>PHP>>正文


PHP getAnnotatedImageTitle函数代码示例

本文整理汇总了PHP中getAnnotatedImageTitle函数的典型用法代码示例。如果您正苦于以下问题:PHP getAnnotatedImageTitle函数的具体用法?PHP getAnnotatedImageTitle怎么用?PHP getAnnotatedImageTitle使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了getAnnotatedImageTitle函数的11个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: printCustomSizedImage

    printCustomSizedImage(getAnnotatedImageTitle(), 550);
    ?>
</a><?php 
}
?>
				<?php 
if ($zpmin_finallink == 'standard-new') {
    ?>
<a target="_blank" href="<?php 
    echo html_encode(getFullImageURL());
    ?>
" title="<?php 
    echo html_encode(getBareImageTitle());
    ?>
"><?php 
    printCustomSizedImage(getAnnotatedImageTitle(), 550);
    ?>
</a><?php 
}
?>
			</div>
		</div>
		<?php 
if (function_exists('printAddToFavorites')) {
    echo '<div class="section">';
    printAddToFavorites($_zp_current_album);
    echo '</div>';
}
?>

		<?php 
开发者ID:ariep,项目名称:ZenPhoto20-DEV,代码行数:31,代码来源:image.php

示例2: html_encode

            // reset to start with a again;
            break;
    }
    ?>
				<a class="image<?php 
    echo $imgclass;
    ?>
" href="<?php 
    echo html_encode(getImageURL());
    ?>
" title="<?php 
    printBareImageTitle();
    ?>
">
					<?php 
    printCustomSizedImage(getAnnotatedImageTitle(), NULL, 230, 230, 230, 230, NULL, NULL, NULL, NULL, true, NULL);
    ?>
				</a>
			<?php 
}
?>
		</div>
		<br class="clearall" />
		<?php 
if (hasPrevPage() || hasNextPage()) {
    printPageListWithNav(gettext("prev"), gettext("next"), false, true, 'pagelist', NULL, true, 7);
}
if (function_exists('printSlideShowLink')) {
    echo '<span id="slideshowlink">';
    printSlideShowLink();
    echo '</span>';
开发者ID:rb26,项目名称:zenphoto,代码行数:31,代码来源:album.php

示例3: while

<div class="image-wrap">
	<ul class="thumbnails">
		<?php 
while (next_image()) {
    ?>
			<li class="span3 image-thumb">
				<a class="thumbnail" rel="tooltip" href="<?php 
    echo html_encode(getImageURL());
    ?>
" title="<?php 
    echo html_encode(getBareImageTitle());
    ?>
">
					<?php 
    printImageThumb(getAnnotatedImageTitle(), 'remove-attributes');
    ?>
				</a>
			</li>
		<?php 
}
?>
	</ul>
	<script type="text/javascript">
		$('.thumbnail').tooltip({
			placement: 'bottom'
		});
	</script>
</div>
开发者ID:ariep,项目名称:ZenPhoto20-DEV,代码行数:28,代码来源:inc_print_image_thumb.php

示例4: while

					<br class="clearall">
					<div id="images">
						<?php 
    while (next_image()) {
        ?>
							<div class="image">
								<div class="imagethumb">
									<a href="<?php 
        echo html_encode(getImageURL());
        ?>
" title="<?php 
        printBareImageTitle();
        ?>
">
										<?php 
        printImageThumb(getAnnotatedImageTitle());
        ?>
									</a>
									<?php 
        printAddToFavorites($_zp_current_image, '', gettext('Remove'));
        ?>
								</div>
							</div>
							<?php 
    }
    ?>
					</div>
					<br class="clearall">
					<?php 
    @call_user_func('printSlideShowLink');
    printPageListWithNav("« " . gettext("prev"), gettext("next") . " »");
开发者ID:rauldobrota,项目名称:zenphoto,代码行数:31,代码来源:favorites.php

示例5: html_encode

					<div class="image-block" style="width:<?php 
    echo $zpmas_image_size;
    ?>
px;height:<?php 
    echo $zpmas_image_size;
    ?>
px;">
						<div class="back">
							<a class="thumb-link" href="<?php 
    echo html_encode(getImageURL());
    ?>
" title="<?php 
    echo getBareImageTitle();
    ?>
"><?php 
    printCustomSizedImage(getAnnotatedImageTitle(), null, $zpmas_image_size, $zpmas_image_size, $zpmas_image_size, $zpmas_image_size, null, null, null, null, true);
    ?>
</a>
						</div>
						<?php 
    if (!isImageVideo()) {
        ?>
						<div class="overlay">
							<a class="zpmas-cb" href="<?php 
        if ($zpmas_cbtarget) {
            echo htmlspecialchars(getDefaultSizedImage());
        } else {
            echo htmlspecialchars(getUnprotectedImageURL());
        }
        ?>
" title="<?php 
开发者ID:Imagenomad,项目名称:Unsupported,代码行数:31,代码来源:album.php

示例6: printAnnotatedImageTitle

function printAnnotatedImageTitle()
{
    echo html_encode(getAnnotatedImageTitle());
}
开发者ID:IliyanGochev,项目名称:zenphoto,代码行数:4,代码来源:template-functions.php

示例7: htmlspecialchars

        $firstImage = $lastImage;
    } else {
        $lastImage++;
    }
    if (isLandscape()) {
        $iw = 89;
        $ih = NULL;
        $cw = 89;
        $ch = 67;
    } else {
        $iw = NULL;
        $ih = 89;
        $ch = 89;
        $cw = 67;
    }
    echo "\n<li class=\"thumb\"><span><em style=\"background-image:url(" . htmlspecialchars($_zp_current_image->getCustomImage(NULL, $iw, $ih, $cw, $ch, NULL, NULL, true)) . '); "><a href="' . htmlspecialchars(getImageLinkURL()) . '" title="' . getAnnotatedImageTitle() . '" style="background:#fff;">"' . getImageTitle() . '"</a></em></span></li>';
}
if (!is_null($lastImage) && $lastImage < getNumImages()) {
    $np = getCurrentPage() + 1;
    ?>
			<li class="thumb"><span class="forward"><em style="background-image:url('<?php 
    echo $_zp_themeroot;
    ?>
/images/moreslide_next.gif');">
			<a href="<?php 
    echo htmlspecialchars(getPageURL($np, $np));
    ?>
" style="background:#fff;"><?php 
    echo gettext('Next page');
    ?>
</a></em></span></li>
开发者ID:ItsHaden,项目名称:epicLanBootstrap,代码行数:31,代码来源:search.php

示例8: printCustomSizedImage

                printCustomSizedImage(getAnnotatedImageTitle(), getOption('thumb_size'), getOption('thumb_size'), getOption('thumb_size'), getOption('thumb_size'), getOption('thumb_size'), null, null, 'remove-attributes', null, true);
            } else {
                printImageThumb(getBareImageTitle(), 'remove-attributes');
            }
        } else {
            ?>
							<a href="<?php 
            echo html_encode(getImageURL());
            ?>
" title="<?php 
            printBareImageTitle();
            ?>
">
								<?php 
            if (getOption('thumb_crop')) {
                printCustomSizedImage(getAnnotatedImageTitle(), getOption('thumb_size'), getOption('thumb_size'), getOption('thumb_size'), getOption('thumb_size'), getOption('thumb_size'), null, null, 'remove-attributes', null, true);
            } else {
                printImageThumb(getBareImageTitle(), 'remove-attributes');
            }
            ?>
							</a>
							<?php 
        }
        ?>
							<?php 
        if (getOption('zpbase_magnific_masonry') || getOption('zpbase_nodetailpage')) {
            if (getOption('zpbase_magnific_target') == 'imagepage') {
                ?>
							<a class="masonry-image-popup" href="<?php 
                echo html_encode(getImageURL());
                ?>
开发者ID:BimbaLaszlo,项目名称:zpbase,代码行数:31,代码来源:album-masonry.php

示例9: while

while (next_image()) {
    ?>
						<li class="grid_5">
							<a href="<?php 
    echo html_encode(getImageURL());
    ?>
" title="<?php 
    echo getAnnotatedImageTitle();
    ?>
">
								<?php 
    printCustomSizedImage(getAnnotatedImageTitle(), NULL, 376, 140, 376, 140, NULL, NULL, NULL, NULL, true, NULL);
    ?>
							</a>
							<span><?php 
    echo getAnnotatedImageTitle();
    ?>
</span>
						</li>
						<?php 
}
?>
					</ul>
				</div>
				<div class="clear"></div>
				<?php 
printPageListWithNav("« " . gettext("prev"), gettext("next") . " »", false, true, 'pagelist', null, true, 5);
?>
			</div>
			<div id="footer" class="grid_15">
				<?php 
开发者ID:Imagenomad,项目名称:Unsupported,代码行数:31,代码来源:search.php

示例10: printDefaultSizedImage

    ?>
"><?php 
    printDefaultSizedImage(getAnnotatedImageTitle());
    ?>
</a><?php 
}
if ($zpmas_finallink == 'standard-new') {
    ?>
<a target="_blank" href="<?php 
    echo html_encode(getFullImageURL());
    ?>
" title="<?php 
    echo html_encode(getBareImageTitle());
    ?>
"><?php 
    printDefaultSizedImage(getAnnotatedImageTitle());
    ?>
</a><?php 
}
?>
			</div>
		</div>
		<?php 
if (function_exists('printThumbNav')) {
    ?>
			<div class="post"><?php 
    printThumbNav(3, NULL, 108, 108, 108, 108);
    ?>
</div>
		<?php 
} else {
开发者ID:ariep,项目名称:ZenPhoto20-DEV,代码行数:31,代码来源:image.php

示例11: html_encode

        $firstImage = $lastImage;
    } else {
        $lastImage++;
    }
    if (isLandscape()) {
        $iw = 89;
        $ih = NULL;
        $cw = 89;
        $ch = 67;
    } else {
        $iw = NULL;
        $ih = 89;
        $ch = 89;
        $cw = 67;
    }
    echo '<li class="thumb"><span><em style="background-image:url(' . html_encode($_zp_current_image->getCustomImage(NULL, $iw, $ih, $cw, $ch, NULL, NULL, true)) . '); "><a href="' . html_encode(getImageLinkURL()) . '" title="' . getAnnotatedImageTitle() . '" style="background:#fff;">"' . getImageTitle() . '"</a></em></span></li>';
}
if (!is_null($lastImage) && $lastImage < getNumImages()) {
    $np = getCurrentPage() + 1;
    ?>
			<li class="thumb"><span class="forward"><em style="background-image:url('<?php 
    echo $_zp_themeroot;
    ?>
/images/moreslide_next.gif');">
			<a href="<?php 
    echo html_encode(getPageURL($np, $np));
    ?>
" style="background:#fff;"><?php 
    echo gettext('Next page');
    ?>
</a></em></span></li>
开发者ID:hatone,项目名称:zenphoto-1.4.1.4,代码行数:31,代码来源:album.php


注:本文中的getAnnotatedImageTitle函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。