15 lines
371 B
HTML
15 lines
371 B
HTML
<div class="divContent">
|
|
<h2>{TITLE}</h2>
|
|
<div class="divLine"> </div>
|
|
<table cellpadding="0" cellspacing="0" width="660">
|
|
<tr>
|
|
<th style="width:20px">»</th>
|
|
<th>Nachname</th>
|
|
<th>Vorname</th>
|
|
<th>E-Mail</th>
|
|
</tr>
|
|
{CUSTOMERS}
|
|
</table>
|
|
</div>
|
|
<div class="divSeparator"> </div>
|
|
<input type="hidden" name="currentView" value="list" /> |