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