<!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" xml:lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>
学生信息管理平台
</title><link href="../Style/StudentStyle.css" rel="stylesheet" type="text/css" /><link href="../Script/jBox/Skins/Blue/jbox.css" rel="stylesheet" type="text/css" /><link href="../Style/ks.css" rel="stylesheet" type="text/css" />
<script src="../Script/jBox/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="../Script/jBox/jquery.jBox-2.3.min.js" type="text/javascript"></script>
<script src="../Script/jBox/i18n/jquery.jBox-zh-CN.js" type="text/javascript"></script>
<script src="../Script/Common.js" type="text/javascript"></script>
<script src="../Script/Data.js" type="text/javascript"></script>
<script type="text/javascript">
$().ready(function () {
setStudMsgHeadTabCheck();
showUnreadSysMsgCount();
});
//我的信息头部选项卡
function setStudMsgHeadTabCheck() {
var currentUrl = window.location.href;
currentUrl = currentUrl.toLowerCase();
var asmhm = "";
$("#ulStudMsgHeadTab li").each(function () {
asmhm = $(this).find('a').attr("href").toLowerCase();
if (currentUrl.indexOf(asmhm) > 0) {
$(this).find('a').attr("class", "tab1");
return;
}
});
}
//显示未读系统信息
function showUnreadSysMsgCount() {
var unreadSysMsgCount = "0";
if (Number(unreadSysMsgCount) > 0) {
$("#unreadSysMsgCount").html("(" + unreadSysMsgCount + ")");
}
}
//退出
function loginOut() {
if (confirm("确定退出吗?")) {
StudentLogin.loginOut(function (data) {
if (data == "true") {
window.location = "/Login.aspx";
}
else {
jBox.alert("退出失败!", "提示", new { buttons: { "确定": true} });
}
});
}
}
//更改报考类别
function changeCateory(thisObj, id) {
var oldCateoryId = $("#cateoryId").val();
var cateoryId = "";
if (id != null) {
cateoryId = id;
}
else {
cateoryId = thisObj.val();
}
var studentId = $("#studentId").val();
if (cateoryId.length <= 0) {
jBox.tip("报考类别不能为空!");
if (id == null) {
thisObj.val(oldCateoryId);
}
}
else {
studentInfo.changeStudentCateory(cateoryId, function (data) {
var result = $.parseJSON(data);
if ((String(result.ok) == "true")) {
window.location.href = "/Index.aspx";
}
else {
jBox.tip(result.message);
}
});
}
}
</script>
<script src="../Script/Common.js" type="text/javascript"></script>
<script type="text/javascript">
function searchData(ctype, type) {
if (type == "t") {
var c = $("#cValue").val();
window.location = 'StudentMaterial.aspx?ctype=' + ctype + "&cid=" + c;
} else if (type == "c") {
var t = $("#tValue").val();
window.location = 'StudentMaterial.aspx?cid=' + ctype + "&ctype=" + t;
}
}
//查询的填充
$().ready(function () {
var ctype = Request.QueryString("ctype");
var cid = Request.QueryString("cid");
if (ctype != null && ctype != "") {
$("#tValue").val(ctype);
$("#" + ctype).addClass("hover");
} else {
$("#tAll").addClass("hover");
}
if (cid != null && cid != "") {
$("#cValue").val(cid);
$("#" + cid).addClass("hover");
} else {
$("#cAll").addClass("hover");
}
});
</script>
</head>
<body>
<div class="banner">
<div class="bgh">
<div class="page">
<div id="logo">
<a href="../Index.aspx.html">
<img src="../Images/Student/logo.gif" alt="" width="165" height="48" />
</a>
</div>
<div class="topxx">
<select onchange="changeCateory($(this))" style="font-size: 11px; background: #4991cf;
color: #fff;">
<option
value="4">
远程</option>
<option selected='selected'
value="1">
自考</option>
</select>
910513201419学员:邹智,欢迎您! <a href="../MyInfo/Index.aspx.html">我的信息</a> <a href="../User/StudentInfor/systemMsge.aspx.html">
通知</a> <a href="../User/Account/ChangePasswd.aspx.html">密码修改</a> <a onclick="loginOut()"
href="javascript:">安全退出</a>
</div>
<div class="blog_nav">
<ul>
<li><a href="../Index.aspx.html">我的信息</a></li>
<li><a href="../EducationCenter/Score.aspx.html">教务中心</a></li>
<li><a href="../MyAccount/wdcw.aspx.html">我的学费</a></li>
<li><a href="StudentMaterial.aspx.html">资料中心</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="page">
<div class="box mtop">
<div class="leftbox">
<div class="l_nav2">
<div class="ta1">
<strong>个人中心</strong>
<div class="leftbgbt">
</div>
</div>
<div class="cdlist">
<div>
<a href="../MyInfo/Index.aspx.html">我的信息</a></div>
<div>
<a href="../MyInfo/ClassInfo.aspx.html">班级信息 </a>
</div>
<div>
<a href="../User/StudentInfor/Letter.aspx.html">短信息</a></div>
<div>
<a href="../User/StudentInfor/systemMsge.aspx.html">学院通知</a></div>
<div>
<a href="../MyInfo/Objection.aspx.html">我的异议</a></div>
</div>
<div class="ta1">
<strong>教务中心</strong>
<div class="leftbgbt2">
</div>
</div>
<div class="cdlist">
<div>
<a href="../EducationCenter/Application.aspx.html">我的报考</a></div>
<div>
<a href="../EducationCenter/Score.aspx.html">我的成绩</a></div>
<div>
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
学生信息管理系统模板,全套模板,DIV+CSS布局,清新简约。有个人中心、我的信息、班级信息、短信息、学院通知、我的异议、教务中心、我的报考、我的成绩、我的书籍、学习中心、资料下载、学习历程、财务中心、我的财务、教学系统等系统功能菜单。
资源推荐
资源详情
资源评论






收起资源包目录





































































































共 118 条
- 1
- 2
资源评论

- 龙之焱影2020-02-24感觉不是特别实用,用来学习制作的话还行,直接拿来改可能效果不那么好
- qq_452398122019-06-14显示院校学生状态
- 橘猫不肥2019-06-10显示院校学生状态而已
- littletit2019-01-06只是某院校的学生状态显示页面。
- xiyunyi49182018-08-13还不知道里面是什么

CRUD工程师
- 粉丝: 39
- 资源: 143
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


安全验证
文档复制为VIP权益,开通VIP直接复制
