Example #1
0
</strong> (<?php 
echo imageNumber() . "/" . getNumImages();
?>
)
			</h2>
		</div>
	<div id="content-left">

	<!-- The Image -->
 <?php 
//
if (function_exists('printjCarouselThumbNav')) {
    printjCarouselThumbNav(6, 50, 50, 50, 50, FALSE);
} else {
    if (function_exists("printPagedThumbsNav")) {
        printPagedThumbsNav(6, FALSE, gettext('&laquo; prev thumbs'), gettext('next thumbs &raquo;'), 40, 40);
    }
}
?>

	<div id="image">
		<?php 
if (getOption("Use_thickbox") && !isImageVideo()) {
    $boxclass = " class=\"thickbox\"";
    $tburl = getUnprotectedImageURL();
} else {
    $boxclass = "";
    $tburl = getFullImageURL();
}
if (!empty($tburl)) {
    ?>
Example #2
0
    ?>
"><?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>
	<?php 
}
?>
Example #3
0
printAlbumBreadcrumb("  ", " » ");
?>
					<strong><?php 
printImageTitle();
?>
</strong> (<?php 
echo imageNumber() . "/" . getNumImages();
?>
)
				</h6>
			</div>
		
			<div class="row" id="content">
				<div class="col-md-2 pager"><!-- The Navigation thumbnail -->
					<?php 
printPagedThumbsNav(12, TRUE, '«', '»', NULL, NULL, NULL, NULL, FALSE, FALSE, 6);
?>
				</div>			
				<div class="col-md-6 thumbnail"> <!-- The Image -->
					<?php 
if (isImagePhoto()) {
    $tburl = getFullImageURL();
} else {
    $tburl = NULL;
}
if (!empty($tburl)) {
    ?>
							<a href="<?php 
    echo html_encode(pathurlencode($tburl));
    ?>
" title="<?php 
Example #4
0
</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()) {
    $tburl = getFullImageURL();
} else {
    $tburl = NULL;
Example #5
0
?>
			</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 
printCodeblock();
?>
		<?php 
if (function_exists('printGoogleMap')) {
    ?>
<div class="post"><?php 
    printGoogleMap();
    ?>
Example #6
0
						<?php 
    printRating();
    ?>
						<noscript>Sorry, you must enable Javascript in your browser in order to vote...</noscript>
					</div>
					<?php 
}
?>
				</div>			
				<div id="img-full">
					<?php 
if (function_exists('printjCarouselThumbNav')) {
    printjCarouselThumbNav(5, 65, 65, 65, 65, false);
} else {
    if (function_exists("printPagedThumbsNav")) {
        printPagedThumbsNav(5, true, ' ', ' ', 65, 65);
    }
}
?>
					<div id="img-wrap" itemprop="image">
						<?php 
if ($zpgal_final_link == 'colorbox') {
    ?>
<a rel="zoom" href="<?php 
    echo htmlspecialchars(getFullImageURL());
    ?>
" title="<?php 
    echo getBareImageTitle();
    ?>
"><?php 
    printCustomSizedImageMaxSpace(getImageTitle(), 490, 700);
Example #7
0
	<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();
} else {
    $tburl = NULL;
}
Example #8
0
        ?>
					<a href="<?php 
        echo getNextAlbumURL();
        ?>
" title="<?php 
        echo html_encode($albumnav->getTitle());
        ?>
"><?php 
        echo $linklabel . ': ' . truncate_string($albumnav->getTitle(), 20, '...') . ' &rarr;';
        ?>
</a>
	<?php 
    }
    ?>
			</div>
<?php 
}
?>
	</div>
</div>
<?php 
if ($_zp_gallery_page == 'image.php' && function_exists('printPagedThumbsNav') && !function_exists('printThumbNav')) {
    printPagedThumbsNav('8', true, '', '', 50, 50, true);
}
if (function_exists('printLanguageSelector')) {
    printLanguageSelector("langselector");
}
zp_apply_filter('theme_body_close');
?>
</body>
</html>