Files
2025-08-05 22:37:51 +02:00

40 lines
1.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>template.html</title>
</head>
<body>
<div style="font-family: Helvetica,Arial,sans-serif;">
<center>
<h1>Kleidermarkt Kindergarten Kist</h1>
<h2>Datum: %0</h2>
<h2>Abrechung f&uuml;r Verk&auml;ufernummer: %1</h2>
<h3>Verkaufte Teile: %2&nbsp;&nbsp;&nbsp;Gesamtbetrag: %3 &nbsp;&nbsp;&nbsp;Auszahlungsbetrag: %4 </h3>
</center>
<small><br></small>
<big>
<table valign="bottom" align="left" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" width="25%">Verk&auml;ufernummer</th>
<th align="center" width="25%">laufende Nummer</th>
<th align="right" width="25%">Umsatz</th>
<th align="right" width="25%">Auszahlungssumme</th>
</tr>
<tr>
<td colspan="4">-------------------------------------------------------------------------------------------------------------------------------------------------------</td>
</tr>
</tbody>
</table>
<table align="left" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
%5
</tbody>
</table>
<div style="text-align: left;">
%6
</div>
</big>
</div>
</body></html>