1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Editieren</title>
<style type="text/css">
body {font:11px Verdana; color:#000000; text-align:center;}
a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:hover {color:#000000; font-sytle:italic; letter-spacing:2px;}
a:active {color:#666666; font-sytle:italic; letter-spacing:2px;}
table {width:90%; margin-left:auto; margin-right:auto; border-collapse:collapse;}
tr {border:1px solid #666666;}
td {border-top:1px solid #666666; border-buttom:1px solid #666666; border-left:1px dashed #666666; border-right:1px dashed #666666; padding:4px 1px; font:11px Verdana; color:#000000; text-align:center;}
hr {width:80%; color:#000000; background-color:#000000; height:1px; border-width:0; margin-left:auto; margin-right:auto;}
</style>
</head>
<body>
<h2>Zuchtkürzel editieren</h2>
Hier könnt ihr einfach die neuen Daten angeben!<br/>
Achtet aber darauf, dass Hofname und Art des Hofes mit der bereits eingetragenen Version übereinstimmen! <br/><br/>
<form action='edit_send.php' method='post'>
<b>Hofart</b><br/>
Wenn nicht vorhanden einfach leer lassen<br/>
<input type='text' name='hofart' maxlenght='30'><p/>
<b>Hofname</b><br/>
<input type='text' name='hofname' maxlenght='50'><p/>
<b>Hofaddy</b><br/>
<input type='text' name='hofaddy' maxlenght='100' values="http://"><p/>
<b>Besitzer</b><br/>
<input type='text' name='besitzer' maxlenght='20'><p/>
<b>E-mail</b><br/>
<input type='text' name='email' maxlenght='40' value='@'><p/>
<b>Die Kürzel</b><br/>
Wenn nicht vorhanden ein - einfügen!<br/>
<input type='text' name='k_vorne' maxlenght='30' size='10'> Pferdename <input type='text' name='k_hinten' maxlenght='20' size='10'><p/>
<b>Passwort</b><br/>
<input type='password' name='pw' maxlenght='15'><p/>
<input class='button' type='submit' value='Ändern'> <input class='button' type='reset' value='Zurücksetzen'>
</form>
</body>
</html> |