Line | |
---|
1 | <div id=menubar> |
---|
2 | <span id="menu_start"> |
---|
3 | <a href="index.php?/categories"></a> |
---|
4 | </span> |
---|
5 | |
---|
6 | |
---|
7 | <div id="menu" > |
---|
8 | <ul id="topnav"> |
---|
9 | {foreach from=$blocks key=id item=block} |
---|
10 | <span id="{$id}" > |
---|
11 | <li class="liSub"> |
---|
12 | {if not empty($block->template)} |
---|
13 | {include file=$block->template|@get_extent:$id } |
---|
14 | {else} |
---|
15 | {$block->raw_content} |
---|
16 | {/if} |
---|
17 | </li> |
---|
18 | </span> |
---|
19 | {/foreach} |
---|
20 | </ul> |
---|
21 | |
---|
22 | |
---|
23 | |
---|
24 | <div id="search"> |
---|
25 | <form action="{$ROOT_URL}qsearch.php" method="get" id="quicksearch" onsubmit="return this.q.value!='' && this.q.value!=qsearch_prompt;"> |
---|
26 | <p style="margin:0;padding:0"{*this <p> is for html validation only - does not affect positioning*}> |
---|
27 | <input type="text" name="q" id="qsearchInput" onfocus="if (value==qsearch_prompt) value='';" onblur="if (value=='') value=qsearch_prompt;" /> |
---|
28 | <input type="submit" value=" " id="go"/> |
---|
29 | </p> |
---|
30 | </form> |
---|
31 | <script type="text/javascript">var qsearch_prompt="{'Quick search'|@translate|@escape:'javascript'}"; document.getElementById('qsearchInput').value=qsearch_prompt;</script> |
---|
32 | </div> |
---|
33 | </div> |
---|
34 | </div> |
---|
35 | |
---|
36 | |
---|
37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.