Ignore:
Timestamp:
Nov 28, 2012, 11:25:45 AM (11 years ago)
Author:
Miklfe
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Slim/template/menubar.tpl

    r18811 r19205  
    1 {php}   global $Slim;   $this->assign( 'Slim', $Slim );{/php}
    2 {if ($Slim.style_slim)!=1}
    3 
    4 {if !empty($blocks) }
    5 <div id=nav_wrapper>   
     1<div id=menubar>       
     2<span id="menu_start">
     3                <a href="index.php?/categories"></a>
     4</span>
    65
    76               
     
    98                <ul id="topnav">       
    109                                {foreach from=$blocks key=id item=block}
    11                                         <span id="{$id}">
     10                                        <span id="{$id}" >
     11                                        <li class="liSub">
    1212                                                {if not empty($block->template)}
    1313                                                {include file=$block->template|@get_extent:$id }
     
    1515                                                {$block->raw_content}
    1616                                                {/if}
     17                                        </li>
    1718                                        </span>
    1819                                {/foreach}
    1920                </ul>
    2021               
     22
     23
    2124                                <div id="search">
    2225                                        <form action="{$ROOT_URL}qsearch.php" method="get" id="quicksearch" onsubmit="return this.q.value!='' && this.q.value!=qsearch_prompt;">
    2326                                                <p style="margin:0;padding:0"{*this <p> is for html validation only - does not affect positioning*}>
    2427                                                        <input type="text" name="q" id="qsearchInput" onfocus="if (value==qsearch_prompt) value='';" onblur="if (value=='') value=qsearch_prompt;" />
    25                                                         <input type="submit" value="" id="go"/>
     28                                                        <input type="submit" value=" " id="go"/>       
    2629                                                </p>
    2730                                        </form>
     
    3033                        </div>
    3134                </div>
    32 {/if}
    33 {/if}
    3435
    3536
     37
Note: See TracChangeset for help on using the changeset viewer.