source: trunk/themes/smartpocket/template/menubar_tags.tpl @ 23713

Last change on this file since 23713 was 23713, checked in by flop25, 11 years ago

bug:2848
jquery.mobile updated
photoswipe updated
menubar is now a right panel, with almost all the usual links
added comment, search, picture, about and tags pages

ToDo:
*bug correction of the link added to the photoswipe toolbar (link doesn't triggered)
*display the calculated size on the picture page
limitations: no calendar view

File size: 470 bytes
Line 
1<h3>{'Related tags'|@translate}</h3>
2<ul data-role="listview">
3  {foreach from=$block->data item=tag}
4                <li><a class="tagLevel{$tag.level}" href=
5                        {if isset($tag.U_ADD)}
6                                "{$tag.U_ADD}" title="{$tag.counter|@translate_dec:'%d photo is also linked to current tags':'%d photos are also linked to current tags'}" rel="nofollow">+
7                        {else}
8                                "{$tag.URL}" title="{'display photos linked to this tag'|@translate}">
9                        {/if}
10                                {$tag.name}</a></li>
11                {/foreach}
12</ul>
Note: See TracBrowser for help on using the repository browser.