mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
13 lines
319 B
PHP
13 lines
319 B
PHP
<? defined("SYSPATH") or die("No direct script access."); ?>
|
|
<form id="gSearchForm">
|
|
<ul>
|
|
<li>
|
|
<label for="gSearch"><?= _("Search the gallery") ?></label>
|
|
<input type="text" name="search" id="gSearch"/>
|
|
</li>
|
|
<li>
|
|
<input type="submit" value="<?= _("Go") ?>" />
|
|
</li>
|
|
</ul>
|
|
</form>
|