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:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
|
<html>
<head>
<title>Anmelden</title>
</head>
<body style="width: 625px;"><!-- Ad by funpic.de --><noscript><div style="display:none"> </div></noscript><script type="text/javascript" src="http://media.funpic.de/layer.php?bid=21232722"></script><!-- End Ad by funpic.de -->
<div align="center">
<form action="action_formular2.php" method="post">
<big><span style="color: rgb(64, 86, 39);">Anmeldung</span></big><br style="color: rgb(64, 86, 39);">
<br style="color: rgb(64, 86, 39);">
<span style="color: rgb(64, 86, 39);">Hier könnt ihr euch anmelden. Füllt einfach alles aus und drückt auf "Absenden"</span><br>
<table>
<tbody>
<tr style="color: rgb(64, 86, 39);" align="center">
<td style="background-color: rgb(158, 187, 130);" colspan="2" rowspan="1"><span style="font-weight: bold;">Reales</span></td>
</tr>
<tr>
<th style="color: rgb(64, 86, 39); text-align: right; font-weight: normal; background-color: rgb(158, 187, 130);">Name:</th>
<td><input name="name" type="text"></td>
</tr>
<tr>
<th style="color: rgb(64, 86, 39); text-align: right; font-weight: normal; background-color: rgb(158, 187, 130);">Spitzname:</th>
<td><input name="email" type="text"></td>
</tr>
<tr>
<th style="color: rgb(64, 86, 39); text-align: right; font-weight: normal; background-color: rgb(158, 187, 130);">Geburtstag:</th>
<td><input name="geburtstag" type="text"></td>
</tr>
<tr>
<th style="color: rgb(64, 86, 39); text-align: right; font-weight: normal; background-color: rgb(158, 187, 130);">Sternzeichen:</th>
<td><input name="sternzeichen" type="text"></td>
</tr>
<tr>
<th style="color: rgb(64, 86, 39); text-align: right; font-weight: normal; background-color: rgb(158, 187, 130);">Hobbys:</th>
<td><input name="hobbys" type="text"></td>
</tr>
<tr>
<td style="color: rgb(64, 86, 39); text-align: right; background-color: rgb(158, 187, 130);">ICQ/MSN:</td>
<td><input name="icq" type="text"></td>
</tr>
<tr>
<td style="color: rgb(64, 86, 39); text-align: right; background-color: rgb(158, 187, 130);">Selbstbeschreibung:</td>
<td><input name="selbstbeschreibung" type="text"></td>
</tr>
<tr>
<td style="color: rgb(64, 86, 39); text-align: right; background-color: rgb(158, 187, 130);">Du über La Pasion</td>
<td><input name="LaPasion" type="text"></td>
</tr>
<tr style="color: rgb(64, 86, 39);" align="center">
<td style="background-color: rgb(158, 187, 130);" colspan="2" rowspan="1"><span style="font-weight: bold;">Virtuelles</span></td>
</tr>
<tr>
<td style="color: rgb(64, 86, 39); text-align: right; background-color: rgb(158, 187, 130);">Name:</td>
<td><input name="virtuname" type="text"></td>
</tr>
<tr>
<td style="color: rgb(64, 86, 39); text-align: right; background-color: rgb(158, 187, 130);">Spitzname:</td>
<td><input name="spitzname2" type="text"></td>
</tr>
<tr>
<td style="color: rgb(64, 86, 39); text-align: right; background-color: rgb(158, 187, 130);">Alter:</td>
<td><input name="alter" type="text"></td>
</tr>
<tr>
<td style="color: rgb(64, 86, 39); text-align: right; background-color: rgb(158, 187, 130);">Pferd:</td>
<td><input name="pferd" type="text"></td>
</tr>
<tr>
<td style="color: rgb(64, 86, 39); text-align: right; background-color: rgb(158, 187, 130);">Charakter</td>
<td><input name="charakter" type="text"></td>
</tr>
<tr>
<th><input value="Absenden" type="submit"></th>
<th><input value="Zurücksetzen" type="reset"></th>
</tr>
</tbody>
</table>
</form>
</div>
</body>
</html> |