summaryrefslogtreecommitdiff
path: root/modules/search/views/search_link.html.php
blob: 2aa2d83bc14cdbca9912a86f226346576a171395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<? 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>