2024.3.19

第十一天

所花时间:2小时

代码量:400+

博客量:1

了解到的知识点:一些jsp页面代码

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>石家庄铁道大学研究生调剂管理信息系统</title>
</head>
<body>
<div align="center" style="color:#6C3365;position:relative;top:85px;font-size:25px">
<p>登录</p>
</div>
<div align="center" style="position:relative;top:100px">
<button onclick="window.location.href='xuesheng.jsp'">学生登录</button>
</div>
<div align="center" style="position:relative;top:110px">
<button onclick="window.location.href='yanjiushengyuan.jsp'">研究生院登录</button>
</div>
<div align="center" style="position:relative;top:120px;">
<button onclick="window.location.href='jiaoshi.jsp'">教师登录</button>
</div>
</body>
</html>
<%--
Created by IntelliJ IDEA.
User: dell
Date: 2024/2/27
Time: 15:48
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>研究生院登录</title>
</head>

<body>
<div align="center" style="position:relative;top:100px">
</div>
<div>
<button onclick="window.location.href='addjihua.jsp'" style="color: chocolate">发布调剂计划</button>
</div>
<div align="center" style="position:relative;top:110px">
<button onclick="window.location.href='shencha.jsp'">审查学生资质</button>
</div>
<div align="center" style="position:relative;top:120px;">
<button onclick="window.location.href='addfushi.jsp'">发布复试计划</button>
</div>
<div align="center" style="position:relative;top:130px">
<button onclick="window.location.href='sendluqu.jsp'">发送录取通知</button>
</div>
<div align="center" style="position:relative;top:130px">
<button onclick="window.location.href='searchshenqing.jsp'">确认录取人员</button>
</div>

</body>
</html>
<%--
Created by IntelliJ IDEA.
User: dell
Date: 2024/2/27
Time: 15:45
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>学生登录</title>
</head>
<body>
<div align="center" style="position:relative;top:100px">
<button onclick="window.location.href='addshenqing.jsp'">调剂申请</button>
</div>
<div align="center" style="position:relative;top:110px">
<button onclick="window.location.href='chakanshenqing.jsp'">查看申请结果</button>
</div>
<div align="center" style="position:relative;top:120px;">
<button onclick="window.location.href='deleteChuchai.jsp'">浏览调剂计划</button>
</div>
<div align="center" style="position:relative;top:130px">
<button onclick="window.location.href='searchMoney.jsp'">复试申请</button>
</div>
<div align="center" style="position:relative;top:130px">
<button onclick="window.location.href='searchshenqing.jsp'">查看复试结果</button>
</div>
<div align="center" style="position:relative;top:130px">
<button onclick="window.location.href='addfuchasheqing.jsp'">成绩复查申请</button>
</div>
<div align="center" style="position:relative;top:130px">
<button onclick="window.location.href='confirmluqu.jsp'">录取确认</button>
</div>
<div align="center" style="position:relative;top:140px">
<button onclick="window.location.href='zhuye.jsp'">退出登录</button>
</div>
</body>
</html>
<%--
Created by IntelliJ IDEA.
User: dell
Date: 2024/2/27
Time: 15:48
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>教师登录</title>
</head>
<body>
div align="center" style="position:relative;top:100px">
<button onclick="window.location.href='add.jsp'">调剂申请</button>
</div>
<div align="center" style="position:relative;top:110px">
<button onclick="window.location.href='submit.jsp'">提交复试成绩</button>
</div>
<div align="center" style="position:relative;top:120px;">
<button onclick="window.location.href='shenhe.jsp'">成绩复查审核</button>
</div>

</body>
</html>

posted @ 2024-03-21 23:49  cvjj  阅读(17)  评论(0)    收藏  举报