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