Files
bm/public_html/public/lebensquell/templates/done.html
2025-09-24 13:26:28 +02:00

32 lines
847 B
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="logout.php" target="_self">Abmelden</a></div>
<center>
<br />
<br />
<br />
<br />
<br />
<br />
<table cellpadding="5" cellspacing="0" width="400">
<tr>
<th>Best&auml;tigung</th>
</tr>
<tr>
<td>{COUNT} Eintritt(e) wurden von der Kulturcard {FORMAT_ID} abgebucht!</td>
</tr>
<tr>
<td class="center"><a href="index.php" target="_self">Neue Suche</a></td>
</tr>
</table>
</center>
</body>
</html>