Upstream tarball 10153
[amule.git] / src / webserver / default / login.php
blob99523021af945da3b88fb6319b33a60e27ec1b85
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>aMule control panel</title><script language="JavaScript" type="text/javascript">
6 function breakout_of_frame()
8 // see http://www.thesitewizard.com/archive/framebreak.shtml
9 // for an explanation of this script and how to use it on your
10 // own website
11 if (top.location != location) {
12 top.location.href = document.location.href ;
16 function login_init()
18 breakout_of_frame();
19 document.login.pass.focus();
22 </script>
23 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
24 <link href="style.css" rel="stylesheet" type="text/css"><style type="text/css">
25 <!--
26 caption {
27 font-family: Helvetica;
28 font-size: 18px;
29 font-weight: bold;
30 color: #003161;
32 th {
33 font-family: Helvetica;
34 font-size: 14px;
35 font-height: 22px;
36 font-weight: bold;
37 color: #003161;
39 a:link {
40 color: #003161;
41 text-decoration: none;
43 a:active {
44 color: #003161;
45 text-decoration: none;
47 a:visited {
48 color: #003161;
49 text-decoration: none;
51 a:hover {
52 color: #c0c0c0;
53 text-decoration: underline;
55 td {
56 font-family: Helvetica;
57 font-size: 12px;
58 font-weight: normal;
60 label {
61 font-family: Helvetica;
62 font-size: 14px;
63 font-weight: bold;
65 .texte {
66 font-family: Helvetica;
67 font-size: 12px;
68 font-weight: normal;
70 label {
71 font-family:"trebuchet ms",sans-serif;
72 font-size: 12px;
73 font-weight:bold
75 input {
76 border:1px solid #003161;
77 background-color: white;
78 font-family:"trebuchet ms",sans-serif;
79 font-size: 12px;
80 color: #003161;
82 select, option {
83 background-color: white;
84 font-size: 12px;
85 color: #003161;
87 textarea {
88 border:1px solid #003161;
89 background-color: #90B6DB;
90 font-family:"trebuchet ms",sans-serif;
91 font-size: 12px;
92 color: white;
94 -->
95 </style>
96 </head>
98 <body onload="login_init();" background="images/fond.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" valign="middle">
99 <table width="100%" height="180" border="0" cellpadding="0" cellspacing="0" valign="middle">
100 <tr>
101 <td align="center" valign="middle">
102 <table width="70%" height="90%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
103 <tr>
104 <td><table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
105 <tr valign="top">
106 <th width="366" height="180"><img src="images/loginlogo.jpg" width="366" height="180" border="0"></a></th>
107 <th width="100% "height="180" align="right" valign="middle" background="images/loginfond_haut.png">
108 <form action="" method="post" name="login">
109 Enter password :
110 <input name="pass" size="20" value="" type="password">
111 &nbsp;
112 <input name="submit" type="submit" value="Submit">
113 &nbsp;&nbsp; </form></th>
114 </tr>
115 </table></td>
116 </tr>
117 </table>
118 </td>
119 </tr>
120 </table>
121 </body>
122 </html>