source: extensions/floOS/OS_default/template/menubar_tags.tpl @ 14974

Last change on this file since 14974 was 9675, checked in by flop25, 13 years ago

updating tpl files
delete of picture.css
Theme URI updated

File size: 947 bytes
Line 
1{if isset($tab_system) && $tab_system && in_array($id, $tab_closed)}
2<dt class="titre_acordeon">
3{else}
4<dt class="titre_acordeon_0">
5{/if}
6<a href="javascript:void(0);"><img src="{$ROOT_URL}{$themeconf.icon_dir}/menu/small_resizable.png" class="button_res" alt="[_]">{'Related tags'|@translate}</a></dt><dd>
7        <div id="menuTagCloud">
8                {foreach from=$block->data item=tag}
9                <span>{strip}
10                        <a class="tagLevel{$tag.level}" href=
11                        {if isset($tag.U_ADD)}
12                                "{$tag.U_ADD}" title="{$pwg->l10n_dec('%d photo is also linked to current tags', '%d photos are also linked to current tags', $tag.counter)}" rel="nofollow">+
13                        {else}
14                                "{$tag.URL}" title="{'display photos linked to this tag'|@translate}">
15                        {/if}
16                                {$tag.name}</a></span>{/strip}
17{* ABOVE there should be no space between text, </a> and </span> elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *}
18                {/foreach}
19        </div>
20</dd>
Note: See TracBrowser for help on using the repository browser.