Logo
Explore Help
Sign In
stian/gallery3
1
0
Fork 0
You've already forked gallery3
mirror of https://github.com/Pathduck/gallery3.git synced 2026-06-02 01:39:21 -04:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
f5bc55e72dbce5f8f1ffbf4e20d3ed806cfaa232
gallery3/modules/search/views/search_link.html.php

13 lines
319 B
PHP
Raw Normal View History

Move search out into its own module and have it display its link at the header_bottom() insertion point.
2008-11-23 08:08:12 +00:00
<? defined("SYSPATH") or die("No direct script access."); ?>
<form id="gSearchForm">
<ul>
<li>
Added JS to set/reset simple forms' input values to their corresponding labels' value. Labels should always be used with visible inputs. Use this to style and control short form input display and behavior.
2008-12-17 00:45:52 +00:00
<label for="gSearch"><?= _("Search the gallery") ?></label>
<input type="text" name="search" id="gSearch"/>
Move search out into its own module and have it display its link at the header_bottom() insertion point.
2008-11-23 08:08:12 +00:00
</li>
<li>
Added JS to set/reset simple forms' input values to their corresponding labels' value. Labels should always be used with visible inputs. Use this to style and control short form input display and behavior.
2008-12-17 00:45:52 +00:00
<input type="submit" value="<?= _("Go") ?>" />
Move search out into its own module and have it display its link at the header_bottom() insertion point.
2008-11-23 08:08:12 +00:00
</li>
</ul>
</form>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 52ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API