2009-01-01 00:23:29 +00:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
2009-02-06 06:34:47 +00:00
|
|
|
<form action="<?= url::site("search") ?>" id="gQuickSearchForm">
|
2008-11-23 08:08:12 +00:00
|
|
|
<ul>
|
|
|
|
|
<li>
|
2009-01-08 17:13:06 +00:00
|
|
|
<label for="gSearch"><?= t("Search the gallery") ?></label>
|
2009-01-17 00:52:50 +00:00
|
|
|
<input type="text" name="q" id="gSearch"/>
|
2008-11-23 08:08:12 +00:00
|
|
|
</li>
|
|
|
|
|
<li>
|
2009-08-31 21:51:57 -07:00
|
|
|
<input type="submit" value="<?= t("Go")->for_html_attr() ?>" />
|
2008-11-23 08:08:12 +00:00
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|