代码拉取完成,页面将自动刷新
同步操作将从 XiaoSK/DB2 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>上海大学选课系统</title>
<script type="text/javascript" src="static/jquery.min.js"></script>
<link rel="stylesheet" href="static/pure-min.css" />
<style type="text/css">
body {
background: url(static/bg.gif);
}
.login-box {
margin: 120px auto;
width: 440px;
box-shadow: 0 0 8px gray;
border-radius: 3px;
background: url(static/banner.jpg) top center no-repeat;
}
.season {
font: 26px/54px 微软雅黑;
margin:0 10px;
text-align: center;
}
.login-input {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
padding: 15px 20px 20px 183px;
background: white url(static/shulogo.png) 3% center no-repeat;
}
.pure-input-1-2 {
width: 235px!important;
}
.list {
font: 16px 微软雅黑;
text-align: center;
margin: -6px 0px 8px;
}
.pure-form .pure-group input {
padding: 8px!important;
}
.captcha {
background: url(lib/Captcha.php) 95% center no-repeat;
}
.errmsg {
background: red;
text-align: center;
font: 16px/40px SimSun;
color: white;
}
</style>
</head>
<body>
<?php if($_GET['act'] && $_GET['act'] == 'err') { ?>
<div class="errmsg">
登录失败,请检查您的登录信息是否正确!
</div>
<?php } ?>
<div class="login-box">
<div class="season">
2013-2014学年春季学期选课系统
</div>
<div class="login-input">
<form class="pure-form" name="logindata" action="ctrl/login.php" method="post">
<fieldset class="pure-group">
<input type="text" name="idno" placeholder="学号/工号" required value class="pure-input-1-2" maxlength="8" />
<input type="password" name="pwd" placeholder="密码" required value class="pure-input-1-2" />
<input type="text" name="captcha" placeholder="验证码" required value class="pure-input-1-2 captcha" maxlength="4" />
</fieldset>
<div class="list">
<label>
<input name="who" type="radio" value="1" checked>
学生
</label>
<label>
<input name="who" type="radio" value="2">
教师
</label>
<label>
<input name="who" type="radio" value="3">
管理
</label>
</div>
<button type="submit" class="pure-button pure-input-1-2 pure-button-primary">登 录</button>
</form>
</div>
</div>
<script>
$(function() {
if( $(".errmsg").length > 0 ) {
setTimeout(function(){$(".errmsg").animate({opacity:0})},2000);
}
});
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。