mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-14 00:19:17 -04:00
13 lines
357 B
PHP
13 lines
357 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<form action="<?= url::site("search") ?>" id="gQuickSearchForm">
|
|
<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>
|