51 lines
1.3 KiB
HTML
51 lines
1.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<title>Lebensquell | Kulturcard</title>
|
|
<link href="css/lebensquell.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div class="logout"><a href="index.php" target="_self">Neue Suche</a> | <a href="logout.php" target="_self">Abmelden</a></div>
|
|
|
|
<center>
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<form action="index.php" method="post">
|
|
<table cellpadding="5" cellspacing="0" width="400">
|
|
<tr>
|
|
<th colspan="2">Suchergebnis
|
|
</th>
|
|
<tr>
|
|
<td width="150">Nummer</td>
|
|
<td>{FORMAT_ID}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Inhaber</td>
|
|
<td>{OWNER}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Anschrift</td>
|
|
<td>{ADDRESS}<br />{ZIP} {CITY}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Verbleibende Eintritte</td>
|
|
<td>{SPA_ENTRIES}</td>
|
|
</tr>
|
|
<tr>
|
|
<td><select name="count">{COUNT}</select></td>
|
|
<td>
|
|
<input type="hidden" name="id" value="{ID}" />
|
|
<input type="submit" name="update" value="Eintritt(e) abbuchen" class="button" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</center>
|
|
|
|
</body>
|
|
</html> |