Beispiel #1
0
if (hasNextImage()) {
    ?>
							<div id="nextalbum" class="slides">
								<a href="<?php 
    echo html_encode(getNextImageURL());
    ?>
" title="<?php 
    echo gettext('Next image');
    ?>
">
									<h2><?php 
    echo gettext('Next »');
    ?>
</h2>
									<img src="<?php 
    echo html_encode(pathurlencode(getNextImageThumb()));
    ?>
" />
								</a>
							</div>
							<?php 
}
if (hasPrevImage()) {
    ?>
							<div id="prevalbum" class="slides">
								<a href="<?php 
    echo html_encode(getPrevImageURL());
    ?>
" title="<?php 
    echo gettext('Previous image');
    ?>
Beispiel #2
0
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>&laquo; 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 &raquo;</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 
}
Beispiel #3
0
				<?php 
if (hasNextImage()) {
    ?>
					<div id="next" class="slides">
						<h2><?php 
    echo gettext('Next &raquo;');
    ?>
</h2>
						<a href="<?php 
    echo html_encode(getNextImageURL());
    ?>
" title="<?php 
    echo gettext('Next image');
    ?>
"><img src="<?php 
    echo html_encode(getNextImageThumb());
    ?>
" /></a>
					</div>
					<?php 
}
if (hasPrevImage()) {
    ?>
					<div id="prev" class="slides">
						<h2><?php 
    echo gettext('&laquo; Previous');
    ?>
</h2>
						<a href="<?php 
    echo html_encode(getPrevImageURL());
    ?>