It's a draft of the feature witch allows to show only recent elements. Development are not finished. Queries and special pages (best rates, tags, etc.) are not modified. Only main php files about images and categories are ok. Before to continue, I prefer to determinate a solution between modify cache implementation or hide counters. Go to http://forum.phpwebgallery.net/viewtopic.php?pid=50015#p50015 git-svn-id: http://piwigo.org/svn/trunk@1648 68402e56-0260-453c-a942-63ccdbb3a9ee
110 lines
4.3 KiB
Go Template
110 lines
4.3 KiB
Go Template
<!-- $Id$ -->
|
|
{MENUBAR}
|
|
<div id="content">
|
|
<div class="titrePage">
|
|
<ul class="categoryActions">
|
|
<li> </li>
|
|
<!-- BEGIN preferred_image_order -->
|
|
<li>
|
|
{lang:Sort order}:
|
|
<select onchange="document.location = this.options[this.selectedIndex].value;">
|
|
<!-- BEGIN order -->
|
|
<option value="{preferred_image_order.order.URL}" {preferred_image_order.order.SELECTED_OPTION}>{preferred_image_order.order.DISPLAY}</option>
|
|
<!-- END order -->
|
|
</select>
|
|
</li>
|
|
<!-- END preferred_image_order -->
|
|
|
|
<!-- BEGIN caddie -->
|
|
<li><a href="{caddie.URL}" title="{lang:add to caddie}"><img src="{pwg_root}{themeconf:icon_dir}/caddie_add.png" class="button" alt="{lang:caddie}"/></a></li>
|
|
<!-- END caddie -->
|
|
|
|
<!-- BEGIN edit -->
|
|
<li><a href="{edit.URL}" title="{lang:edit category informations}"><img src="{pwg_root}{themeconf:icon_dir}/category_edit.png" class="button" alt="{lang:edit}"/></a></li>
|
|
<!-- END edit -->
|
|
|
|
<!-- BEGIN search_rules -->
|
|
<li><a href="{search_rules.URL}" style="border:none;" onclick="popuphelp(this.href); return false;" title="{lang:Search rules}"><img src="{pwg_root}{themeconf:icon_dir}/search_rules.png" class="button" alt="(?)"></a></li>
|
|
<!-- END search_rules -->
|
|
|
|
<!-- BEGIN start_filter_mode -->
|
|
<li><a href="{start_filter_mode.URL}" title="{lang:start_filter_mode_hint}"><img src="{pwg_root}{themeconf:icon_dir}/start_filter_mode.png" class="button" alt="{lang:start_filter_mode_hint}"></a></li>
|
|
<!-- END start_filter_mode -->
|
|
<!-- BEGIN stop_filter_mode -->
|
|
<li><a href="{stop_filter_mode.URL}" title="{lang:stop_filter_mode_hint}"><img src="{pwg_root}{themeconf:icon_dir}/stop_filter_mode.png" class="button" alt="{lang:stop_filter_mode_hint}"></a></li>
|
|
<!-- END stop_filter_mode -->
|
|
|
|
<!-- BEGIN mode_normal -->
|
|
<li><a href="{mode_normal.URL}" title="{lang:mode_normal_hint}"><img src="{pwg_root}{themeconf:icon_dir}/normal_mode.png" class="button" alt="{lang:mode_normal_hint}"></a></li>
|
|
<!-- END mode_normal -->
|
|
<!-- BEGIN mode_posted -->
|
|
<li><a href="{mode_posted.URL}" title="{lang:mode_posted_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/calendar.png" class="button" alt="{lang:mode_posted_hint}"></a></li>
|
|
<!-- END mode_posted -->
|
|
<!-- BEGIN mode_created -->
|
|
<li><a href="{mode_created.URL}" title="{lang:mode_created_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/calendar_created.png" class="button" alt="{lang:mode_created_hint}"></a></li>
|
|
<!-- END mode_created -->
|
|
</ul>
|
|
|
|
<h2>{TITLE}</h2>
|
|
<!-- BEGIN calendar -->
|
|
<!-- BEGIN views -->
|
|
<div class="calendarViews">{lang:calendar_view}:
|
|
<select onchange="document.location = this.options[this.selectedIndex].value;">
|
|
<!-- BEGIN view -->
|
|
<option value="{calendar.views.view.VALUE}" {calendar.views.view.SELECTED}>{calendar.views.view.CONTENT}</option>
|
|
<!-- END view -->
|
|
</select>
|
|
</div>
|
|
<!-- END views -->
|
|
<!-- END calendar -->
|
|
|
|
<!-- BEGIN calendar -->
|
|
<h2>{calendar.TITLE}</h2>
|
|
<!-- END calendar -->
|
|
|
|
</div> <!-- titrePage -->
|
|
|
|
<!-- BEGIN calendar -->
|
|
<!-- BEGIN navbar -->
|
|
<div class="calendarBar">
|
|
<!-- BEGIN prev -->
|
|
<div style="float:left">« <a href="{calendar.navbar.prev.URL}">{calendar.navbar.prev.LABEL}</a></div>
|
|
<!-- END prev -->
|
|
<!-- BEGIN next -->
|
|
<div style="float:right"><a href="{calendar.navbar.next.URL}">{calendar.navbar.next.LABEL}</a> »</div>
|
|
<!-- END next -->
|
|
{calendar.navbar.BAR}
|
|
</div>
|
|
<!-- END navbar -->
|
|
|
|
<!-- BEGIN calbar -->
|
|
<div class="calendarCalBar">{calendar.calbar.BAR}</div>
|
|
<!-- END calbar -->
|
|
<!-- END calendar -->
|
|
|
|
{MONTH_CALENDAR}
|
|
{THUMBNAILS}
|
|
{CATEGORIES}
|
|
|
|
<!-- BEGIN cat_infos -->
|
|
<!-- BEGIN navigation -->
|
|
<div class="navigationBar">
|
|
{cat_infos.navigation.NAV_BAR}
|
|
</div>
|
|
<!-- END navigation -->
|
|
<!-- BEGIN comment -->
|
|
<div class="additional_info">{cat_infos.comment.COMMENTS}</div>
|
|
<!-- END comment -->
|
|
<!-- END cat_infos -->
|
|
|
|
<!-- BEGIN related_tags -->
|
|
<ul id="fullTagCloud">
|
|
<li>{lang:Related tags}:</li>
|
|
<!-- BEGIN tag -->
|
|
<li><a href="{related_tags.tag.URL}" class="{related_tags.tag.CLASS}" title="{related_tags.tag.TITLE}">{related_tags.tag.NAME}</a></li>
|
|
<!-- END tag -->
|
|
</ul>
|
|
<!-- END related_tags -->
|
|
|
|
|
|
</div> <!-- content -->
|