48c6d7e8a4
git-svn-id: http://piwigo.org/svn/trunk@1537 68402e56-0260-453c-a942-63ccdbb3a9ee
103 lines
3.7 KiB
Smarty
103 lines
3.7 KiB
Smarty
<!-- $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 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 -->
|