mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-12 00:45:21 -04:00
13 lines
400 B
PHP
13 lines
400 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<form action="<?= url::site("search") ?>" id="g-quick-search-form" class="g-short-form">
|
|
<ul>
|
|
<li>
|
|
<label for="g-search"><?= t("Search the gallery") ?></label>
|
|
<input type="text" name="q" id="g-search"/>
|
|
</li>
|
|
<li>
|
|
<input type="submit" value="<?= t("Go")->for_html_attr() ?>" />
|
|
</li>
|
|
</ul>
|
|
</form>
|