summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2010-02-11 20:17:46 -0700
committerSteve Dibb <beandog@gentoo.org>2010-02-11 20:17:46 -0700
commit32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b (patch)
treef9b8efa8def14998bc8f7a4fed123cc34c98f8db /nav.search.php
parentZero (diff)
downloadznurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.tar.gz
znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.tar.bz2
znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.zip
initial commit
Diffstat (limited to 'nav.search.php')
-rw-r--r--nav.search.php9
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