forked from zackxue/ipc
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
105 lines (97 loc) · 4.29 KB
/
index.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="js/language.js"></script>
<script type="text/javascript">
document.write("<scr"+"ipt src=\""+getDefaultLanguage()+"\" id=\"js_lang\" ></sc"+"ript>");
</script>
<script type="text/javascript" src="js/cookie.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript" src="js/xml2json.js"></script>
<script type="text/javascript" src="js/xml.js"></script>
<link id="css-link" rel="stylesheet" href="js/index.css">
</head>
<body style="margin:0px 0px 0px 0px; background-color:#fff;">
<table width="100%" height="100%" border="0">
<tr>
<td align="center" valign="middle">
<table width="1124" height="768" border="0" style="background-image:url(images/Loginback.jpg); border-collapse:collapse;">
<tr>
<td style="height:173px;"> </td>
</tr>
<tr>
<td style="height:48px;padding-left:160px; padding-right:160px;">
<span style="font-size:36px;float:left;"><script type="text/javascript">document.write(langstr.login_title);</script></span>
</td>
</tr>
<tr>
<td style="height:48px;padding-left:796px; padding-right:160px;">
<span style="font-size:24px; text-align:center;"><script type="text/javascript">document.write(langstr.sign);</script></span>
</td>
</tr>
<tr>
<td style="height:436px;">
<table width="100%" border="0">
<tr>
<td style="width:529px;">
</td>
<td align="center">
<table width="313" height="436" border="0">
<tr>
<td colspan="2" height="32px;" id="message_here"></td>
</tr>
<tr>
<td width="78px;" height="48px;" style="padding-left:26px;">
<img src="images/login_username.png"/>
</td>
<td>
<input id="userName" type="text" value="" style="width:180px; height:36px; border-color:#ccc; font-size:24px; color:#999;"/>
</td>
</tr>
<tr>
<td width="78px;" height="48px;" style="padding-left:22px;">
<img src="images/login_password.png"/>
</td>
<td>
<input type="password" name="password" id="password" style="width:180px; height:36px; border-color:#ccc; font-size:24px; color:#999;" />
</td>
</tr>
<tr style="height:62px;">
<td style="padding-left:24px;">
<p style="font-size:14px;"><input id="saveCookie" type="checkbox" checked="checked" /><script type="text/javascript">document.write(langstr.remember_password);</script></p>
</td>
<td style="padding-left:60px;">
<p style="font-size:14px;"><input id="timeAlign" type="checkbox" checked="checked" /><script type="text/javascript">document.write(langstr.time_align);</script></p>
</td>
</tr>
<tr style="height:48px; background-image:images/login_button_bg.jpg">
<td colspan="2">
<span id="submit" style="float:right; margin-right:14px; font-size:18px; width:78px; height:42px; border-radius:4px; cursor:pointer;" type="button" value=""><script type="text/javascript">document.write(langstr.login);</script></span>
</td>
</tr>
<tr>
<td colspan="2" style="padding-left:10px;padding-right:10px;">
<span style="color:#000000"></span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="28px;">
</tr>
<tr>
<td height="44px;" style="text-align:center;"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>