Transférer les fichiers vers ''
This commit is contained in:
parent
cbc84bcf1b
commit
d7059d1656
29
login.html
Normal file
29
login.html
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
<html>
|
||||||
|
<head></hread>
|
||||||
|
<body style=\"background-color: #EEEEEE;\">
|
||||||
|
<br><br><br><center>
|
||||||
|
<fieldset style="width:600px;background-color:#e0e0e0e0;text-algin: center; margin-left:15px;margin-right:15px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;">
|
||||||
|
<p><font size=5><b>Authorization Required</font></p>
|
||||||
|
<form method="POST" enctype="multipart/form-data" action=''>
|
||||||
|
<table cellspacing="1" cellpadding="2" border="0" class="mainTable" width="640">
|
||||||
|
<tr>
|
||||||
|
<td style="height: 1px;">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr style="height: 80px;">
|
||||||
|
<td class="rowHead" width="33%" align="center">Login: <input type="text" id="AuditLogin" name="calllog" value="" placeholder="callsign" size="2">
|
||||||
|
</td>
|
||||||
|
<td class="rowHead" width="33%" rowspan="2" align="center"><input type="submit" name="Ok" value="Login">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr style="height: 80px;">
|
||||||
|
<td class="rowHead" width="33%" align="center">Pass: <input type="text" id="AuditPass" name="passlog" value="" placeholder="password" size="2">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</filed>
|
||||||
|
</center>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user