source: extensions/gally/gally-default/template/menubar_menu.tpl @ 16016

Last change on this file since 16016 was 16016, checked in by grum, 12 years ago

feature:2664- compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 971 bytes
Line 
1<dt>{'Menu'|@translate}</dt>
2<dd>
3  {if isset($block->data.qsearch) and  $block->data.qsearch==true}
4    <form action="{$ROOT_URL}qsearch.php" method="get" id="quicksearch" onsubmit="return this.q.value!='' && this.q.value!=qsearch_prompt;">
5      <p style="margin:0;padding:0"{*this <p> is for html validation only - does not affect positioning*}>
6        <input type="text" name="q" id="qsearchInput" onfocus="if (value==qsearch_prompt) value='';" onblur="if (value=='') value=qsearch_prompt;" style="width:90%">
7      </p>
8    </form>
9    <script type="text/javascript">var qsearch_prompt="{'Quick search'|@translate|@escape:'javascript'}"; document.getElementById('qsearchInput').value=qsearch_prompt;</script>
10  {/if}
11  <ul>{strip}
12    {foreach from=$block->data item=link}
13      {if is_array($link)}
14        <li><a href="{$link.URL}" title="{$link.TITLE}"{if isset($link.REL)} {$link.REL}{/if}>{$link.NAME}</a></li>
15      {/if}
16    {/foreach}
17  {/strip}</ul>
18</dd>
Note: See TracBrowser for help on using the repository browser.