debian: fix build-deps for focal
[amule.git] / src / webserver / default / login.php
blobbb710fd0544aa198ba96ed82303bcab6a3ed8126
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 login_init()
8 document.login.pass.focus();
11 </script>
12 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
13 <link href="style.css" rel="stylesheet" type="text/css"><style type="text/css">
14 <!--
15 caption {
16 font-family: Helvetica;
17 font-size: 18px;
18 font-weight: bold;
19 color: #003161;
21 th {
22 font-family: Helvetica;
23 font-size: 14px;
24 font-height: 22px;
25 font-weight: bold;
26 color: #003161;
28 a:link {
29 color: #003161;
30 text-decoration: none;
32 a:active {
33 color: #003161;
34 text-decoration: none;
36 a:visited {
37 color: #003161;
38 text-decoration: none;
40 a:hover {
41 color: #c0c0c0;
42 text-decoration: underline;
44 td {
45 font-family: Helvetica;
46 font-size: 12px;
47 font-weight: normal;
49 label {
50 font-family: Helvetica;
51 font-size: 14px;
52 font-weight: bold;
54 .texte {
55 font-family: Helvetica;
56 font-size: 12px;
57 font-weight: normal;
59 label {
60 font-family:"trebuchet ms",sans-serif;
61 font-size: 12px;
62 font-weight:bold
64 input {
65 border:1px solid #003161;
66 background-color: white;
67 font-family:"trebuchet ms",sans-serif;
68 font-size: 12px;
69 color: #003161;
71 select, option {
72 background-color: white;
73 font-size: 12px;
74 color: #003161;
76 textarea {
77 border:1px solid #003161;
78 background-color: #90B6DB;
79 font-family:"trebuchet ms",sans-serif;
80 font-size: 12px;
81 color: white;
83 -->
84 </style>
85 </head>
87 <body onload="login_init();" background="images/fond.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" valign="middle">
88 <table width="100%" height="180" border="0" cellpadding="0" cellspacing="0" valign="middle">
89 <tr>
90 <td align="center" valign="middle">
91 <table width="70%" height="90%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
92 <tr>
93 <td><table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
94 <tr valign="top">
95 <th width="366" height="180"><img src="images/loginlogo.jpg" width="366" height="180" border="0"></th>
96 <th width="100% "height="180" align="right" valign="middle" background="images/loginfond_haut.png">
97 <form action="" method="post" name="login">
98 Enter password :
99 <input name="pass" size="20" value="" type="password">
100 &nbsp;
101 <input name="submit" type="submit" value="Submit">
102 &nbsp;&nbsp; </form></th>
103 </tr>
104 </table></td>
105 </tr>
106 </table>
107 </td>
108 </tr>
109 </table>
110 </body>
111 </html>