blob: 7be2b1013656df695f6b8c05d2f958db40b22f42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
<form action="<?= url::site("search") ?>" id="gSearchForm">
<ul>
<li>
<label for="gSearch"><?= t("Search the gallery") ?></label>
<input type="text" name="q" id="gSearch"/>
</li>
<li>
<input type="submit" value="<?= t("Go") ?>" />
</li>
</ul>
</form>
|