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