Revision 6ebacae9
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
templates/webpages/fu/search.html | ||
---|---|---|
7 | 7 |
$(function(){ document.Form.subject.focus(); }); |
8 | 8 |
</script> |
9 | 9 |
|
10 |
<form action="fu.pl" method="post" name="Form"> |
|
11 |
<input type="hidden" name="nextsub" value="report"> |
|
12 |
|
|
10 |
<form action="fu.pl" method="post" name="Form" id="form"> |
|
13 | 11 |
<p> |
14 | 12 |
<table> |
15 | 13 |
<tr> |
... | ... | |
100 | 98 |
|
101 | 99 |
</table> |
102 | 100 |
</p> |
103 |
|
|
104 |
<p> |
|
105 |
<input type="submit" name="action" value="[% 'Continue' | $T8 %]"> |
|
106 |
</p> |
|
107 | 101 |
</form> |
108 |
|
Auch abrufbar als: Unified diff
ActionBar: Verwendung bei Wiedervorlagen