Changeset 4689 for trunk/website

Show
Ignore:
Timestamp:
10/15/06 06:03:04 (2 years ago)
Author:
erijo
Message:

Added search box

Location:
trunk/website/trac
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/trac/htdocs/style.css

    r4688 r4689  
    4343} 
    4444 
     45#licqsearch 
     46{ 
     47  border-width: 1px 2px 2px 2px; 
     48  text-align: center; 
     49  margin: 0px; 
     50  padding: 1ex 0ex; 
     51} 
     52 
     53#licqnav ul, #licqsearch 
     54{ 
     55  border-color: #6d6d6d; 
     56  border-style: solid; 
     57} 
     58 
    4559#licqnav ul 
    4660{ 
     
    4862  padding-bottom: 1ex; 
    4963  list-style-image: url(flower.gif); 
    50   border-color: #6d6d6d; 
    51   border-style: solid; 
    52   border-width: 0px 2px 2px 2px; 
     64  border-width: 0px 2px 0px 2px; 
    5365} 
    5466 
     
    6274  border: 0px; 
    6375  color: #55654F; 
    64   font-weight: bold; 
    6576} 
    6677 
  • trunk/website/trac/templates/site_header.cs

    r4688 r4689  
    2020 <li><a href="/wiki/DeveloperArea">Developers</a></li> 
    2121</ul> 
     22 
     23<form id="licqsearch" action="<?cs var:trac.href.search ?>" method="get"> 
     24 <?cs if:trac.acl.SEARCH_VIEW ?><div> 
     25  <input type="text" id="proj-search" name="q" size="10" accesskey="f" value="" /> 
     26  <input type="submit" value="Search" /> 
     27  <input type="hidden" name="wiki" value="on" /> 
     28  <input type="hidden" name="changeset" value="on" /> 
     29  <input type="hidden" name="ticket" value="on" /> 
     30 </div><?cs /if ?> 
     31</form> 
     32 
    2233</div>