From 97cc4c35c52b21b266b0e2d672858bba6107d7ed Mon Sep 17 00:00:00 2001 From: chenxi <3099778070@qq.com> Date: Mon, 16 Dec 2024 14:53:12 +0800 Subject: [PATCH] cx --- web/WEB-INF/student/sCDCList.jsp | 98 +++--- web/WEB-INF/student/sFindFileList.jsp | 106 ++++--- web/WEB-INF/student/sFindStudentList.jsp | 90 ++++-- web/WEB-INF/student/sFindTeacherList.jsp | 56 +++- web/WEB-INF/student/sHeader.jsp | 113 ++++--- web/WEB-INF/student/sIndex.jsp | 214 ++++++++----- web/WEB-INF/student/sInformation.jsp | 290 ++++++++++-------- web/WEB-INF/student/studentAddPhoto.jsp | 243 +++++++++------ web/WEB-INF/student/studentNav.jsp | 125 +++++--- web/WEB-INF/student/studentOptionalCourse.jsp | 117 ++++--- .../student/studentSelectCourseList.jsp | 47 ++- web/WEB-INF/student/studentUpdatePassword.jsp | 149 +++++---- 12 files changed, 1024 insertions(+), 624 deletions(-) diff --git a/web/WEB-INF/student/sCDCList.jsp b/web/WEB-INF/student/sCDCList.jsp index cc01735..2c477d1 100644 --- a/web/WEB-INF/student/sCDCList.jsp +++ b/web/WEB-INF/student/sCDCList.jsp @@ -1,62 +1,84 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + 学院专业查询 + + + + + - - - -
-
- -
+ + + + + + + +
+ +
+ + +
+ 学生端 学院专业信息 学院专业查询 - - - - - - - - - - - + +
ID学院专业班级
+ + - - - - + + + + + - -
${c.count}${cdc.college}${cdc.department}${cdc.cclass}ID学院专业班级
- + + + + + ${c.count} + ${cdc.college} + ${cdc.department} + ${cdc.cclass} + + + + + + +
-
- - + + - + \ No newline at end of file diff --git a/web/WEB-INF/student/sFindFileList.jsp b/web/WEB-INF/student/sFindFileList.jsp index 0851fb1..2f9b376 100644 --- a/web/WEB-INF/student/sFindFileList.jsp +++ b/web/WEB-INF/student/sFindFileList.jsp @@ -1,63 +1,91 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + 文件列表 + + + + + - - - -
-
- -
+ + + + + + + +
+ +
+ + +
+ 学生端 个人信息管理 文件列表 - - - - - - - - - - - - + +
ID文件名文件路径文件大小操作
+ + - - - - - + + + + + + - -
${f.count}${filelist.fileName}${filelist.filePath}${filelist.fileSize}下载ID文件名文件路径文件大小操作
- + + + + + ${f.count} + ${filelist.fileName} + ${filelist.filePath} + ${filelist.fileSize} + 下载 + + + + + + +
-
- - + + \ No newline at end of file diff --git a/web/WEB-INF/student/sFindStudentList.jsp b/web/WEB-INF/student/sFindStudentList.jsp index d39aff1..1c63912 100644 --- a/web/WEB-INF/student/sFindStudentList.jsp +++ b/web/WEB-INF/student/sFindStudentList.jsp @@ -1,41 +1,66 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + 学生信息查询 + + + + + - - - + + + + + + +
+
+
+ 学生端 学生通讯录 本院学生信息 +
+
+
+ +
+ +
+
+
- + +
@@ -43,6 +68,7 @@ + @@ -56,10 +82,12 @@ + + @@ -72,58 +100,70 @@ +
ID城市 手机号 邮箱
${s.count} ${student.s_id}${student.s_address} ${student.s_phone} ${student.s_email}
共${pb.totalCount}条记录,共${pb.totalPage}页 +
+
- - - - - + + + - - - + + + + + + +
+
+
+ 学生端 教师通讯录 本院教师信息 + + @@ -30,10 +47,12 @@ + + @@ -41,26 +60,33 @@ +
ID性别 文化程度 职称
${t.count} ${teacher.t_id}${teacher.t_sex} ${teacher.t_education} ${teacher.t_title}
+
- - + + - + \ No newline at end of file diff --git a/web/WEB-INF/student/sHeader.jsp b/web/WEB-INF/student/sHeader.jsp index 02c1ada..395a67e 100644 --- a/web/WEB-INF/student/sHeader.jsp +++ b/web/WEB-INF/student/sHeader.jsp @@ -1,56 +1,83 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %> + + + + + + + -
- - - + + + - + \ No newline at end of file diff --git a/web/WEB-INF/student/sIndex.jsp b/web/WEB-INF/student/sIndex.jsp index c3f880c..1d5399a 100644 --- a/web/WEB-INF/student/sIndex.jsp +++ b/web/WEB-INF/student/sIndex.jsp @@ -1,17 +1,22 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + ${html_title} + - - - -
-
- -
-
-
功能
-
- + + + + + + + +
+ +
+ + +
+ + +
+ +
学校最新公告
+ + + +
${notify.notifyInfo}

${notify.notifyDate}

+ +
-
-
-
学校最新公告
- -
${notify.notifyInfo}

${notify.notifyDate}

-
-
+
+ +
- -
- + + - + \ No newline at end of file diff --git a/web/WEB-INF/student/sInformation.jsp b/web/WEB-INF/student/sInformation.jsp index 7dec92a..da953e1 100644 --- a/web/WEB-INF/student/sInformation.jsp +++ b/web/WEB-INF/student/sInformation.jsp @@ -1,162 +1,204 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + 个人信息 + + + + + - - - -
-
- -
- - 学生端 - 个人信息管理 - 个人信息 - - -
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- + + + + + + + +
+ +
+ + +
+ + + 学生端 + 个人信息管理 + 个人信息 + + + + +
+ + + +
+ + + +
-
-
- -
-
-
- +
+
- - +
-
- +
+
- +
-
- +
+
- +
-
- +
+
- + +
-
-
- -
- +
+
+
+
+ + +
+ + + +
+
+
+ +
+ + +
+
+
+ +
+ + +
+
+
+ +
+ + +
+
+
+
+ +
+ + +
-
-
-
- - - ${update_msg} +
+
+ + + + + ${update_msg} + +
-
- - + + + +
-
- - - - + - }); - - - + + + }); + - - + \ No newline at end of file diff --git a/web/WEB-INF/student/studentAddPhoto.jsp b/web/WEB-INF/student/studentAddPhoto.jsp index 2f8610a..45eb46e 100644 --- a/web/WEB-INF/student/studentAddPhoto.jsp +++ b/web/WEB-INF/student/studentAddPhoto.jsp @@ -1,117 +1,172 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + 个人信息 + + + + + + - - - -
-
- -
- - 学生端 - 修改头像 - -

- - -

-

- - -

-
+ + + + + + + +
+ +
+ + +
+ + + 学生端 + 修改头像 + + +

+ + + +

+

+ + + +

+ + 选择文件 + 开始上传 + -

- ${update_msg} -

- +

+ ${update_msg} + +

+ + +
-
- - - - - - - - + + + + + + + \ No newline at end of file diff --git a/web/WEB-INF/student/studentNav.jsp b/web/WEB-INF/student/studentNav.jsp index afb00cc..d621af1 100644 --- a/web/WEB-INF/student/studentNav.jsp +++ b/web/WEB-INF/student/studentNav.jsp @@ -1,59 +1,86 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> + + - + -
-
- - + + - + \ No newline at end of file diff --git a/web/WEB-INF/student/studentOptionalCourse.jsp b/web/WEB-INF/student/studentOptionalCourse.jsp index b6a73a2..fa1a0a9 100644 --- a/web/WEB-INF/student/studentOptionalCourse.jsp +++ b/web/WEB-INF/student/studentOptionalCourse.jsp @@ -1,70 +1,97 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + 可选课程 + + + + + - - - -
-
- -
+ + + + + + + +
+ +
+ + +
+ 学生端 选课信息 可选课程 + ${select_msg} - - - - - - - - - - - - - - + +
ID课程号课程名课程简介教师号教师姓名操作
+ + - - - - - - - + + + + + + + + - -
${s.count}${optionalcourse.c_id}${optionalcourse.c_name}${optionalcourse.c_info}${optionalcourse.t_id}${optionalcourse.t_name}选课ID课程号课程名课程简介教师号教师姓名操作
- + + + + + + ${s.count} + ${optionalcourse.c_id} + ${optionalcourse.c_name} + ${optionalcourse.c_info} + ${optionalcourse.t_id} + ${optionalcourse.t_name} + 选课 + + + + + + +
-
- - + + - - + \ No newline at end of file diff --git a/web/WEB-INF/student/studentSelectCourseList.jsp b/web/WEB-INF/student/studentSelectCourseList.jsp index e204582..2216e07 100644 --- a/web/WEB-INF/student/studentSelectCourseList.jsp +++ b/web/WEB-INF/student/studentSelectCourseList.jsp @@ -1,27 +1,44 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + 选课与成绩 + + + + + - - - -
+ + + + + + + +
+
+
- - 学生端 - 选课信息 - 选课与成绩 - + + + 学生端 + 选课信息 + 选课与成绩 + + + @@ -33,10 +50,12 @@ + + @@ -47,10 +66,14 @@ +
ID教师号 教师 分数
${s.count} ${selectcourse.s_id}${selectcourse.t_id} ${selectcourse.t_name} ${selectcourse.score}
+
@@ -58,16 +81,18 @@ - - + \ No newline at end of file diff --git a/web/WEB-INF/student/studentUpdatePassword.jsp b/web/WEB-INF/student/studentUpdatePassword.jsp index 9aede88..7684214 100644 --- a/web/WEB-INF/student/studentUpdatePassword.jsp +++ b/web/WEB-INF/student/studentUpdatePassword.jsp @@ -1,86 +1,115 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + 修改密码 + + + + + - - - -
-
- -
- - 学生端 - 个人信息管理 - 修改密码 - -
-
- -
- + + + + + + + +
+ +
+ + +
+ + + 学生端 + 个人信息管理 + 修改密码 + + + + +
+ + + +
+ + + +
-
-
- -
- +
+ +
+ + +
-
-
- -
- +
+ +
+ + +
-
-
- -
- +
+ +
+ + +
-
-
-
- - ${update_msg} +
+
+ + + ${update_msg} + +
-
- - + + + +
-
- - + + - + - - + \ No newline at end of file