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

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

adding tiptip for icons
language code in smarty tag changed -> I hate that change !!
ready to be in PEM

File size: 970 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>
10                        <a class="tagLevel{$tag.level}"
11                        {if isset($tag.U_ADD)}
12                                href="{$tag.U_ADD}"
13                                title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
14                                rel="nofollow">+
15                        {else}
16                                href="{$tag.URL}"
17                                title="{'See images linked to this tag only'|@translate}">
18                        {/if}
19                                {$tag.name}</a></span>
20{* 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 *}
21                {/foreach}
22        </div>
23</dd>
Note: See TracBrowser for help on using the repository browser.