source: trunk/themes/smartpocket/template/menubar_links.tpl @ 26805

Last change on this file since 26805 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: 358 bytes
Line 
1<h3>{'Links'|@translate}</h3>
2<ul data-role="listview">{strip}
3                {foreach from=$block->data item=link}
4                        <li>
5                                <a href="{$link.URL}" class="external"{if isset($link.new_window)} onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}>
6                                {$link.LABEL}
7                                </a>
8                        </li>
9                {/foreach}
10        {/strip}
11</ul>
Note: See TracBrowser for help on using the repository browser.