Revision 4a1b6455
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
templates/webpages/ar/search.html | ||
---|---|---|
3 | 3 |
[%- SET style="width: 250px" %] |
4 | 4 |
<h1>[% title %]</h1> |
5 | 5 |
|
6 |
<form method=post name="search" action=[% script %]> |
|
6 |
<form method=post name="search" id="form" action=[% script %]> |
|
7 |
[% L.hidden_tag("action", nextsub) %] |
|
7 | 8 |
|
8 | 9 |
<table width=100% border="0"> |
9 | 10 |
<tr> |
... | ... | |
206 | 207 |
</table> |
207 | 208 |
</td> |
208 | 209 |
</tr> |
209 |
<tr> |
|
210 |
<td><hr size=3 noshade></td> |
|
211 |
</tr> |
|
212 | 210 |
</table> |
213 |
<input type=hidden name=nextsub value=[% nextsub %]> |
|
214 |
<br> |
|
215 |
<input class=submit type=submit name=action id="continue" value="[% 'Continue' | $T8 %]"> |
|
216 | 211 |
</form> |
Auch abrufbar als: Unified diff
ActionBar: Verwendung in Berichtsfunktion in ar.pl