source: extensions/floOS/menubar_categories.tpl @ 3652

Last change on this file since 3652 was 3334, checked in by flop25, 15 years ago

first commit

File size: 909 bytes
Line 
1{if isset($U_START_FILTER)}
2        <a href="{$U_START_FILTER}" title="{'start_filter_hint'|@translate}" rel="nofollow">
3        <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 href="{$U_STOP_FILTER}" title="{'stop_filter_hint'|@translate}">     
7        <img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
8{/if}
9<dt class="titre_acordeon_0">
10        <a href="#"><img src="{$ROOT_URL}{$themeconf.icon_dir}/menu/small_resizable.png" class="button_res" alt="[_]">{'Categories'|@translate}</a>
11</dt>
12<dd>
13{$block->data.MENU_CATEGORIES_CONTENT}
14        {if isset($block->data.U_UPLOAD)}
15                <ul>
16                        <li> <a href="{$block->data.U_UPLOAD}">{'upload_picture'|@translate}</a> </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.