• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/css/
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1, user-scalable=no" />
6<meta name="apple-mobile-web-app-capable" content="yes">
7<meta name="apple-mobile-web-app-status-bar-style" content="black">
8<meta http-equiv="X-UA-Compatible" content="IE=edge">
9<link rel="apple-touch-icon" href="/smb/css/appicon.png">
10<link rel="apple-touch-startup-image" href="/smb/css/startup.png">
11<title>AiCloud</title>
12<style>
13html{
14margin:0 0;
15padding:0px;
16font-family:"Segoe UI",Arial;
17}
18body{
19display: block;
20overflow: hidden;
21}
22
23input,#ok {
24background:transparent url("/smb/css/style-theme1.png") no-repeat top left;
25}
26
27#logo{
28width:300px;
29height:128px;
30background:transparent url("/smb/css/logo.jpg") no-repeat top left;
31}
32
33#ok{
34background-position: -120px -95px;
35width:40px;
36height:40px;
37float:right;
38}
39#title1{
40color:#fff;
41font-size:30px
42}
43#title2{
44color:#fff;
45font-size:20px
46}
47input {
48font-size: 15px;
49text-shadow: 0px 1px 0px white;
50outline: none;
51background-position: -280px -414px;
52-webkit-border-radius: 0;
53-moz-border-radius: 0;
54border-radius: 0;
55border: 0;
56-webkit-box-shadow: 0 0 0;
57-moz-box-shadow: 0 0 0;
58box-shadow: 0 0 0;
59}
60div.cap_num{
61width:40px;
62height:40px;
63float:right;
64}
65.unselectable {
66-moz-user-select: -moz-none;
67-khtml-user-select: none;
68-webkit-user-select: none;
69-o-user-select: none;
70user-select: none;
71}
72</style>
73<script type="text/javascript" src="/smb/js/tools.js"></script>
74<script type='text/javascript' src='/smb/js/davclient_tools.js'></script>
75<script type="text/javascript">
76var this_url;
77var m = new lang();
78var g_storage = new myStorage();
79var g_captcha = -1;
80
81$("document").ready(function() {
82	var loc_lan = String(window.navigator.userLanguage || window.navigator.language).toLowerCase();		
83	var lan = ( g_storage.get('lan') == undefined ) ? loc_lan : g_storage.get('lan');
84	m.setLanguage(lan);
85	
86	$('label#error_lock1').text(m.getString('msg_error_lock1'));
87	$('label#error_lock2').text(m.getString('msg_error_lock2'));
88	
89});
90
91</script>
92</head>
93<body style='padding-top:20px;margin:0;background-color:#014051'>
94
95<table width="100%" border="0" valign="middle" align="center" cellpadding="0" cellspacing="0">
96	<tbody><tr height="128px">
97		<td valign="middle" align="center"><div id="logo"></div></td>
98	</tr></tbody>
99</table>
100
101<table width="100%" border="0" valign="middle" align="center" cellpadding="0" cellspacing="0">
102	<tbody>
103		<tr>
104		<td valign="middle" align="center">
105			<div style="width:300px;height:88px;background-color:#01536B;padding-top:10px">
106				<div id="title1">Welcome.</div>
107				<div id="title2">Who���s coming home?</div>
108			</div>
109		</td>
110		</tr>
111		<tr height="7px"></tr>
112	</tbody>
113</table>
114
115<table width="100%" height="100%">
116	<tbody><tr>
117		<td valign="middle" align="center">
118
119			<table valign="middle" align="center" border="0" cellpadding="0" cellspacing="0">
120				<tbody><tr>
121					<td align="left" background="" height="106" alt="">		
122						<div id="main" style="width:300px;height:385px;background-color:#008F6D">
123							<table border="0" cellpadding="0" cellspacing="3" style="position: relative;left:40px;padding-top:20px">
124									<tbody>	
125										<tr>
126											<td width="240px">
127												<font color="white" size="4">
128													<label id="error_lock1">This AiCloud account has been locked by AiCloud security center.</label>
129													<br><br>													
130													<label id="error_lock2">Please contact the administrator, and goto ���ASUS WRT ��� AiCloud ��� Settings��� to unlock this account.</label>
131												</font>
132											</td>
133										</tr>												 
134					        </tbody>
135					    </table>
136				    </div>
137					</td>
138				</tr></tbody>
139			</table>
140
141		</td>
142	</tr></tbody>
143</table>
144
145</body>
146</html>
147