source: extensions/gally/menubar_categories.tpl @ 4446

Last change on this file since 4446 was 4446, checked in by grum, 14 years ago

[Template:Gally] Add template to subversion

  • Property svn:executable set to *
File size: 890 bytes
Line 
1<dt>
2  {if isset($U_START_FILTER)}
3  <a id="icon_start_filter" class="button" href="{$U_START_FILTER}" title="{'start_filter_hint'|@translate}" rel="nofollow"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter">--></a>
4  {/if}
5  {if isset($U_STOP_FILTER)}
6  <a id="icon_stop_filter" class="button" href="{$U_STOP_FILTER}" title="{'stop_filter_hint'|@translate}"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter">--></a>
7  {/if}
8        <a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a>
9</dt>
10<dd>
11        {$block->data.MENU_CATEGORIES_CONTENT}
12        {if isset($block->data.U_UPLOAD)}
13        <ul>
14                <li>
15                        <a href="{$block->data.U_UPLOAD}">{'upload_picture'|@translate}</a>
16                </li>
17        </ul>
18        {/if}
19        <p class="totalImages">{$pwg->l10n_dec('%d element', '%d elements', $block->data.NB_PICTURE)}</p>
20</dd>
Note: See TracBrowser for help on using the repository browser.