Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0f69c726

Von Sven Schöling vor mehr als 12 Jahren hinzugefügt

  • ID 0f69c7262394cd4c831332f1e87a2b28ef6f6096
  • Vorgänger 0e723a19
  • Nachfolger a8814e0e

Manuelle ergänzungen zum vorherigen commit

Unterschiede anzeigen:

bin/mozilla/ap.pl
delete $form->{header};
print qq|
<body>
<form method=post action=$form->{script}>
|;
bin/mozilla/ar.pl
delete $form->{header};
print qq|
<body>
<form method=post action=$form->{script}>
|;
bin/mozilla/arap.pl
my $title = $locale->text('Select from one of the names below');
print qq|
<body>
<form method=post action=$form->{script}>
<table width=100%>
bin/mozilla/common.pl
}
$referer = $script . "?action=mark_as_paid&mark_as_paid=1&id=$form->{id}" . $callback;
$form->header();
print qq|<body>|;
print qq|<p><b>|.$locale->text('Mark as paid?').qq|</b></p>|;
print qq|<input type="button" value="|.$locale->text('yes').qq|" onclick="document.location.href='|.$referer.qq|'">&nbsp;|;
print qq|<input type="button" value="|.$locale->text('no').qq|" onclick="javascript:history.back();">|;
bin/mozilla/gl.pl
$data .= $sh;
$row->{balance}->{data} = $data;
if ( !$form->{report_generator_csv_options_for_import} ) {
$report->add_separator();
$report->add_data($row);
......
$form->header;
print qq|
<body>
<form method=post action=gl.pl>
|;
bin/mozilla/ic.pl
# $form->header;
#
# print qq|
#<body>
# <form method=post action=ic.pl>
# <table width=100%>
# <tr>
......
my $colspan = $#column_index + 1;
print qq|
<body>
<table width=100%>
<tr>
<th class=listtop colspan=$colspan>$form->{title}</th>
bin/mozilla/ir.pl
$form->header;
print qq|
<body>
<form method=post action=$form->{script}>
|;
bin/mozilla/is.pl
$form->header;
print qq|
<body>
<form method="post" action="$form->{script}">
|;
bin/mozilla/oe.pl
$form->header;
print qq|
<body>
<form method=post action=$form->{script}>
|;
bin/mozilla/ustva.pl
$form->header();
# print qq|
# <body>
# |;
my $elsterland = '';
my $elster_amt = '';
my $elsterFFFF = '';

Auch abrufbar als: Unified diff