wcf.regNote.message
|
|
Source code |
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 |
<HTML>
<HEAD>
<meta name="robots" content="noindex, nofollow">
<TITLE>... ...login ...</TITLE>
<style type="text/css">
a {text-decoration:none}
a:hover {text-decoration:none}
</style>
</HEAD>
<BODY text="#000000" link="#6D2688" vlink="#6D2688" bgcolor="#DFA8F0" background="cpnk.gif" bgproperties="fixed">
<basefont face="Verdana,Geneva,Arial,Helvetica" size=2>
<center>
<table width=100% height=80% CELLPADDING=0><tr><td valign=center align=center color="#ffffff"><tr><td>
<TABLE border=0 WIDTH=700 noborder cellspacing=0 cellpadding=20 marginwidth=1 marginheight=1><TR><td>
<H3>... login ...</H3>
<br>
... hier einloggen.<br>
<form action="cmpl_admin.pl" method=POST>
<input type="hidden" name="domain" value="1">
<input type="hidden" name="mode" value="login">
<table noborder border=0>
<tr><td>Nickname: </td><td><input type="text" name="nick"></td></tr>
<tr><td>Passwort: </td><td><input type="password" name="pwd"></td></tr>
<tr><td></td><td><input type="submit" name="submit" value="Einloggen"></td></tr>
</table>
</form>
<br>
</table>
</td></tr></table>
</center>
</BODY>
</HTML>
|

Quoted
<tr><td>Nickname: </td><td><input type="text" name="nick"></td></tr>
<tr><td>Passwort: </td><td><input type="password" name="pwd"></td></tr>