Revision 1c4d3cd5
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
templates/webpages/ic/search.html | ||
---|---|---|
6 | 6 |
[% SET style="width: 250px" %] |
7 | 7 |
<h1>[% title %]</h1> |
8 | 8 |
|
9 |
<form method="post" action="ic.pl"> |
|
9 |
<form method="post" action="ic.pl" id="form">
|
|
10 | 10 |
|
11 | 11 |
<input type="hidden" name="searchitems" value="[% HTML.escape(searchitems) %]"> |
12 | 12 |
<input type="hidden" name="title" value="[% HTML.escape(title) %]"> |
... | ... | |
14 | 14 |
<input type="hidden" name="revers" value="[% HTML.escape(revers) %]"> |
15 | 15 |
<input type="hidden" name="lastsort" value="[% HTML.escape(lastsort) %]"> |
16 | 16 |
|
17 |
<input type="hidden" name="nextsub" value="generate_report"> |
|
18 | 17 |
<input type="hidden" name="sort" value="description"> |
19 | 18 |
|
20 | 19 |
<input type="hidden" name="ndxs_counter" value="[% HTML.escape(ndxs_counter) %]"> |
... | ... | |
233 | 232 |
</tr> |
234 | 233 |
<tr><td colspan="4"><hr size="3" noshade></td></tr> |
235 | 234 |
</table> |
236 |
|
|
237 |
<p> |
|
238 |
<input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]"> |
|
239 |
<input class="submit" type="submit" name="action" value="[% 'TOP100' | $T8 %]"> |
|
240 |
</p> |
|
241 | 235 |
</form> |
Auch abrufbar als: Unified diff
ActionBar: Verwendung bei Artikelsuche