Upstream tarball 20080304
[amule.git] / src / webserver / chicane / login.php
blob2022402f228891c1329304dbd8e2f87ab819668b
1 <html>
2 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
3 <head>
4 <title>
5 aMule CVS - CTemplate 0.44b - Web Control Panel
6 </title>
7 </head>
8 <body background="main_bg.gif" text=white link=white vlink=white alink=white onload="javascript:document.login.pass.focus();">
9 <table align=center border=0 cellpadding=4 cellspacing=0 width="100%" height="100%">
11 <tr>
12 <td align=center valign=middle>
14 <table align=center border=0 cellpadding=0 cellspacing=0 width="407">
15 <tr>
16 <td style="height: 12px" background="login_top.gif" height="12">
17 </td>
18 </tr>
19 <tr>
21 <td height="250">
23 <table align=center border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">
24 <tr>
25 <td width="4" background="login_lefttop.gif">
26 <img src="blank1x1.gif" alt="" border="0" />
27 </td>
28 <td background="login_topdown.gif" align="center">
30 <table align=center border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">
32 <tr>
33 <td align="center">
34 <a href="http://www.amule.org" target="_blank"><img src="phpamule.png" border="0"></a>
35 </td>
36 </tr>
37 <tr>
38 <td align="center" height="50">
39 <font face=Tahoma style="font-size:10pt;"><b>Web Control Panel</b> | Login</font>
41 </td>
42 </tr>
43 </table>
45 </td>
46 <td width="5" background="login_righttop.gif">
47 <img src="blank1x1.gif" alt="" border="0" />
48 </td>
49 </tr>
50 </table>
53 </td>
54 </tr>
55 <tr>
56 <td style="height: 3px" background="login_topseperator.gif" height="3">
57 </td>
58 </tr>
59 <tr>
60 <td height="130">
62 <table align=center border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">
63 <tr>
64 <td width="4" background="login_lefttop.gif">
65 <img src="blank1x1.gif" alt="" border="0" />
66 </td>
67 <td background="login_downmain.gif" align="center">
68 <form action="" method="POST" name="login">
69 <font face=Tahoma style="font-size:10pt;">
70 &nbsp;<br />
72 Enter your password here<br /><br />
73 <input type="password" name="pass" maxlength=12 size=37 style="border-width: 1px; border-color: black; border-style:none;" value="">
74 <br /><br /><input type=submit value="Login Now"><br />
75 </font>
76 </form>
77 <?php
78 if ($_SESSION["login_error"] != "") {
79 echo "<br /><font color=blue size=+1>";
80 echo $_SESSION["login_error"];
81 echo "</font>";
84 </td>
85 <td width="5" background="login_righttop.gif">
86 <img src="blank1x1.gif" alt="" border="0" />
88 </td>
89 </tr>
90 </table>
92 </td>
93 </tr>
94 <tr>
95 <td style="height: 12px" background="login_bottom.gif" height="12">
96 </td>
97 </tr>
98 </table>
99 </td>
100 </tr>
101 </table>
102 </body>
103 </html>