|
Revision 952, 0.6 kB
(checked in by kake, 22 months ago)
|
|
Add CSS ids for the other navbar "modules".
|
| Line | |
|---|
| 1 | <div id="navbar_search"> |
|---|
| 2 | <div class="navbar_group_title">Search:</div> |
|---|
| 3 | <ul> |
|---|
| 4 | <li> |
|---|
| 5 | <form method="post" action="search.cgi" enctype="application/x-www-form-urlencoded"> |
|---|
| 6 | <input type="hidden" name="action" value="search" /> |
|---|
| 7 | <input type="text" size="15" name="search" id="nav_search" value="Search text" onfocus="this.value=''" /> <label for="nav_search" class="hidden">Search text</label> |
|---|
| 8 | <input type="submit" value="Go" class="form_button" /> |
|---|
| 9 | </form> |
|---|
| 10 | </li> |
|---|
| 11 | <li><a href="search.cgi">Advanced Search</a></li> |
|---|
| 12 | </ul> |
|---|
| 13 | </div> |
|---|