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

39 lines
1.0 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 suchen</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 />
<form action="index.php" method="post">
<table cellpadding="5" cellspacing="0" width="400">
<tr>
<th colspan="2">Kulturcard suchen</th>
</tr>
<tr>
<td colspan="2" class="error">{ERRORS}</td>
</tr>
<tr>
<td width="150">Nummer</td>
<td><input type="text" name="id" value="{ID}" /></td>
</tr>
<tr class="line1">
<td>&nbsp;</td>
<td><input type="submit" name="search" value="suchen" class="button" /></td>
</tr>
</table>
</form>
</center>
</body>
</html>