Leser: 1
2 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/transitional.dtd">
<html>
<head>
<tr>
<td colspan = '2'class='adtnl_functions'>[ <a target='_self' href='admin.php?<?php echo $topic; ?>'>Eingabe von neuen Datensätzen</a> ]</td>
</tr>
</body>
</html>
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/transitional.dtd">
<html>
<head>
<div id = "intro">
<form method="post" action="users.php" enctype = "application/x-www-form-urlencoded">
<table class='logged'>
<tr>
<td class="pw_un_title">Benutzername:</td>
</tr>
<tr>
<td class="pw_un"><input size="23" type="text" name="uname"></input></td>
</tr>
<tr>
<td class="pw_un_title">Passwort:</td>
</tr>
<tr>
<td class="pw_un"><input size="23" type="password" name="pword"></input></td>
</tr>
<tr>
<td class="pw_un"><input type="submit" name="ok" value="login"></input></td>
</tr>
</table>
</form>
</div>
</html>
2 Einträge, 1 Seite |