Esempio n. 1
0
printAlbumBreadcrumb('', ' » ');
printImageTitle(true);
?>
</h2>
</div>
</div> <!-- close #header -->
<div id="content">
	<div id="main"<?php 
if ($zpmin_switch) {
    echo ' class="switch"';
}
?>
>
		<?php 
if (function_exists('printThumbNav')) {
    printThumbNav(2, 77, 77, 77, 77);
}
?>
		<div id="image-wrap">
			<div id="full-image">
				<?php 
if ($zpmin_finallink == 'colorbox') {
    ?>
<a class="thickbox" href="<?php 
    echo html_encode(getUnprotectedImageURL());
    ?>
" title="<?php 
    echo html_encode(getBareImageTitle());
    ?>
"><?php 
    printCustomSizedImage(getAnnotatedImageTitle(), 550);
Esempio n. 2
0
printAlbumBreadcrumb('', ' » ');
printImageTitle(true);
?>
</h2>
				</div>
			</div> <!-- close #header -->
			<div id="content">
				<div id="main"<?php 
if ($zpmin_switch) {
    echo ' class="switch"';
}
?>
>
					<?php 
if (function_exists('printThumbNav')) {
    printThumbNav(2, NULL, 77, 77, 77, 77);
}
?>
					<div id="image-wrap">
						<div id="full-image">
							<?php 
if ($zpmin_finallink == 'colorbox') {
    ?>
<a class="thickbox" href="<?php 
    echo html_encode(getUnprotectedImageURL());
    ?>
" title="<?php 
    echo getBareImageTitle();
    ?>
"><?php 
    printCustomSizedImage(getAnnotatedImageTitle(), 550);
Esempio n. 3
0
}
?>
				</div>
			</div>
			<div id="data">
<?php 
if (getImageMetaData()) {
    echo '<div>' . printImageMetadata() . '</div>';
}
?>
			</div>
			<div class="clear_left"></div>
			<div id="move">
				<?php 
if (function_exists('printjCarouselThumbNav')) {
    printThumbNav(3, 50, 50, 50, 50, NULL);
} else {
    ?>
					<div id="prev" <?php 
    if (hasPrevImage()) {
        echo 'class="active"';
    }
    ?>
>
						<?php 
    if (hasPrevImage()) {
        ?>
<a href="<?php 
        echo htmlspecialchars(getPrevImageURL());
        ?>
">Prev</a><?php 
Esempio n. 4
0
    ?>
" title="<?php 
    echo getBareImageTitle();
    ?>
"><?php 
    printCustomSizedImageMaxSpace(getImageTitle(), 600, 900);
    ?>
</a><?php 
}
?>
		</div>
	</div>
	
	<?php 
if (function_exists('printThumbNav')) {
    printThumbNav(5, NULL, 87, 87, 87, 87, false);
} else {
    if (function_exists("printPagedThumbsNav")) {
        printPagedThumbsNav(5, true, ' ', ' ', 87, 87);
    }
}
?>
	
	<?php 
if (function_exists('printRating')) {
    ?>
			<div id="rating" class="rating-news">
			<?php 
    printRating();
    ?>
			</div>
Esempio n. 5
0
						<strong><?php 
printImageTitle();
?>
</strong> (<?php 
echo imageNumber() . "/" . getNumImages();
?>
)
					</h2>
				</div>
				<div id="content-left">

					<!-- The Image -->
					<?php 
//
if (function_exists('printThumbNav')) {
    printThumbNav(3, 6, 50, 50, 50, 50, FALSE);
} else {
    if (function_exists('printPagedThumbsNav')) {
        printPagedThumbsNav(6, FALSE, gettext('« prev thumbs'), gettext('next thumbs »'), 40, 40);
    }
}
?>

					<div id="image">
						<?php 
if (getOption("Use_thickbox") && !isImageVideo()) {
    $boxclass = " class=\"thickbox\"";
} else {
    $boxclass = "";
}
if (isImagePhoto()) {
Esempio n. 6
0
" 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 {
    if (function_exists('printPagedThumbsNav')) {
        ?>
			<div class="post"><?php 
        printPagedThumbsNav(6, true, ' ', ' ', 108, 108);
        ?>
</div>
		<?php 
    }
}
?>
		<?php 
Esempio n. 7
0
/**
 * @deprecated since version 1.4.6
 */
function printjCarouselThumbNav($thumbscroll = NULL, $width = NULL, $height = NULL, $cropw = NULL, $croph = NULL, $fullimagelink = NULL, $vertical = NULL)
{
    deprecated_functions::notify(gettext('Use printThumbNav().'));
    printThumbNav(NULL, NULL, $width, $height, $cropw, $croph, $fullimagelink, $mode, NULL, $thumbscroll);
}
Esempio n. 8
0
			</h2>
		</div>
        
	<div id="sidebar">
		<?php 
include "sidebar-left.php";
?>
	</div><!-- sidebar-left -->
        
	<div id="content-right">

	<!-- The Image -->
 <?php 
//
if (function_exists('printThumbNav')) {
    printThumbNav(6, 6, 50, 50, NULL, NULL);
} else {
    if (function_exists("printPagedThumbsNav")) {
        printPagedThumbsNav(6, FALSE, gettext('« prev'), gettext('next »'), 50, 50);
    }
}
?>
	<div id="image">
	<?php 
if (getOption("Use_thickbox") && !isImageVideo()) {
    $boxclass = " class=\"thickbox\"";
} else {
    $boxclass = "";
}
if (isImagePhoto()) {
    $tburl = getFullImageURL();