Revision 0f69c726
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1164 | 1164 |
delete $form->{header}; |
1165 | 1165 |
|
1166 | 1166 |
print qq| |
1167 |
<body> |
|
1168 |
|
|
1169 | 1167 |
<form method=post action=$form->{script}> |
1170 | 1168 |
|; |
1171 | 1169 |
|
bin/mozilla/ar.pl | ||
---|---|---|
847 | 847 |
delete $form->{header}; |
848 | 848 |
|
849 | 849 |
print qq| |
850 |
<body> |
|
851 |
|
|
852 | 850 |
<form method=post action=$form->{script}> |
853 | 851 |
|; |
854 | 852 |
|
bin/mozilla/arap.pl | ||
---|---|---|
169 | 169 |
my $title = $locale->text('Select from one of the names below'); |
170 | 170 |
|
171 | 171 |
print qq| |
172 |
<body> |
|
173 |
|
|
174 | 172 |
<form method=post action=$form->{script}> |
175 | 173 |
|
176 | 174 |
<table width=100%> |
bin/mozilla/common.pl | ||
---|---|---|
524 | 524 |
} |
525 | 525 |
$referer = $script . "?action=mark_as_paid&mark_as_paid=1&id=$form->{id}" . $callback; |
526 | 526 |
$form->header(); |
527 |
print qq|<body>|; |
|
528 | 527 |
print qq|<p><b>|.$locale->text('Mark as paid?').qq|</b></p>|; |
529 | 528 |
print qq|<input type="button" value="|.$locale->text('yes').qq|" onclick="document.location.href='|.$referer.qq|'"> |; |
530 | 529 |
print qq|<input type="button" value="|.$locale->text('no').qq|" onclick="javascript:history.back();">|; |
bin/mozilla/gl.pl | ||
---|---|---|
494 | 494 |
$data .= $sh; |
495 | 495 |
|
496 | 496 |
$row->{balance}->{data} = $data; |
497 |
|
|
497 |
|
|
498 | 498 |
if ( !$form->{report_generator_csv_options_for_import} ) { |
499 | 499 |
$report->add_separator(); |
500 | 500 |
$report->add_data($row); |
... | ... | |
928 | 928 |
$form->header; |
929 | 929 |
|
930 | 930 |
print qq| |
931 |
<body> |
|
932 |
|
|
933 | 931 |
<form method=post action=gl.pl> |
934 | 932 |
|; |
935 | 933 |
|
bin/mozilla/ic.pl | ||
---|---|---|
288 | 288 |
# $form->header; |
289 | 289 |
# |
290 | 290 |
# print qq| |
291 |
#<body> |
|
292 | 291 |
# <form method=post action=ic.pl> |
293 | 292 |
# <table width=100%> |
294 | 293 |
# <tr> |
... | ... | |
723 | 722 |
my $colspan = $#column_index + 1; |
724 | 723 |
|
725 | 724 |
print qq| |
726 |
<body> |
|
727 |
|
|
728 | 725 |
<table width=100%> |
729 | 726 |
<tr> |
730 | 727 |
<th class=listtop colspan=$colspan>$form->{title}</th> |
bin/mozilla/ir.pl | ||
---|---|---|
780 | 780 |
|
781 | 781 |
$form->header; |
782 | 782 |
print qq| |
783 |
<body> |
|
784 |
|
|
785 | 783 |
<form method=post action=$form->{script}> |
786 | 784 |
|; |
787 | 785 |
|
bin/mozilla/is.pl | ||
---|---|---|
885 | 885 |
$form->header; |
886 | 886 |
|
887 | 887 |
print qq| |
888 |
<body> |
|
889 |
|
|
890 | 888 |
<form method="post" action="$form->{script}"> |
891 | 889 |
|; |
892 | 890 |
|
bin/mozilla/oe.pl | ||
---|---|---|
1459 | 1459 |
$form->header; |
1460 | 1460 |
|
1461 | 1461 |
print qq| |
1462 |
<body> |
|
1463 |
|
|
1464 | 1462 |
<form method=post action=$form->{script}> |
1465 | 1463 |
|; |
1466 | 1464 |
|
bin/mozilla/ustva.pl | ||
---|---|---|
1177 | 1177 |
|
1178 | 1178 |
$form->header(); |
1179 | 1179 |
|
1180 |
# print qq| |
|
1181 |
# <body> |
|
1182 |
# |; |
|
1183 |
|
|
1184 | 1180 |
my $elsterland = ''; |
1185 | 1181 |
my $elster_amt = ''; |
1186 | 1182 |
my $elsterFFFF = ''; |
Auch abrufbar als: Unified diff
Manuelle ergänzungen zum vorherigen commit