diff options
Diffstat (limited to 'nav.search.php')
-rw-r--r-- | nav.search.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nav.search.php b/nav.search.php new file mode 100644 index 0000000..a23b8e3 --- /dev/null +++ b/nav.search.php @@ -0,0 +1,9 @@ + <div id="search"> + <h4><?=gettext('SEARCH');?></h4> + <form class="searchForm" action="<?=$base_uri;?>search.php" method="get" autocomplete='off'> + <input type="text" name="search" class='search' size="17" /> + <input type="text" name="q" class='q' size="17" /> + <input type="image" src="<?=$base_uri;?>img/search.png" value="<?=gettext('Search');?>" alt="<?=gettext('Search');?>" /> +<!-- <a class="copyright" href="">Advanced Search</a> --> + </form> + </div>
\ No newline at end of file |