first re-commit.
This commit is contained in:
39
miniCashConnect/templates/tplPayoff.html
Normal file
39
miniCashConnect/templates/tplPayoff.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!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ür Verkäufernummer: %1</h2>
|
||||
<h3>Verkaufte Teile: %2 Gesamtbetrag: %3 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ä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>
|
Reference in New Issue
Block a user