57 lines
1.5 KiB
PHP
57 lines
1.5 KiB
PHP
<?php include ("header.php"); ?>
|
|
|
|
<div id="main">
|
|
|
|
<div class="center_albums">
|
|
|
|
<div id="headline">
|
|
|
|
<h3>
|
|
<!-- ZP 1.4.6: html_encode(getGalleryIndexURL()) remplace htmlspecialchars(getGalleryIndexURL(false)) -->
|
|
<a href="<?php echo htmlspecialchars(getGalleryIndexURL());?>" title="<?php gettext('Albums Index'); ?>"><?php echo getGalleryTitle(); ?></a>
|
|
» <?php echo gettext("Login..."); ?>
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
</div> <!-- /center_albums -->
|
|
|
|
<p class="clear"></p>
|
|
|
|
<div class="center_search">
|
|
|
|
<div class="post">
|
|
<?php printUserLogin_out("","",true); ?>
|
|
</div>
|
|
|
|
</div> <!-- /center_search -->
|
|
|
|
|
|
<div id="sidebar">
|
|
<div id="search">
|
|
<?php printSearchForm( '','searchform','',gettext('OK'),"$_zp_themeroot/images/drop.gif",null,null,"$_zp_themeroot/images/reset.gif" ); ?>
|
|
</div>
|
|
<p class="titreBar margeTop"><?php echo gettext('Popular Tags'); ?></p>
|
|
<div id="tag_cloud">
|
|
<?php
|
|
printAllTagsAs('cloud','csstag','results',true,true,$maxfontsize = 2,$maxcount = 50, $mincount = 2,$limit = NULL, $minfontsize = 0.8);
|
|
?>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="paging">
|
|
<?php if ( (getPrevPageURL()) || (getNextPageURL()) ) { ?>
|
|
<?php //printPageListWithNav( gettext('‹ Previous'),gettext('Next ›'),false,'true','pagelist','',true,'5' ); ?>
|
|
<?php } ?>
|
|
<?php if (function_exists('printAlbumMenu')) { ?>
|
|
<div id="albumjump">
|
|
<?php printAlbumMenu('jump',true); ?>
|
|
</div>
|
|
<?php } ?>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php include("footer.php"); ?>
|