diff --git a/src/src_qianduan/WEB-INF/add.jsp b/src/src_qianduan/WEB-INF/add.jsp new file mode 100644 index 0000000..1647e03 --- /dev/null +++ b/src/src_qianduan/WEB-INF/add.jsp @@ -0,0 +1,237 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + + + + + + + + + + + + 添加用户 + + + + + + + + + + +
+

添加联系人页面

+
+
+ +
+ +
+
+ +
+
+ +
+ +
+ 男 + 女 +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ + + +
+
+
+ + + \ No newline at end of file diff --git a/src/src_qianduan/WEB-INF/index.jsp b/src/src_qianduan/WEB-INF/index.jsp new file mode 100644 index 0000000..504fa27 --- /dev/null +++ b/src/src_qianduan/WEB-INF/index.jsp @@ -0,0 +1,170 @@ +<%@ page import="java.util.List" %> +<%@ page import="domain.WaterQualityStation" %><%-- +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + + + + + + 首页 + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + <%--侧边栏的结尾--%> + +
+ +
+ + +
+ + + + + + +
<%--
的结尾--%> + + + + +
<%--container的结尾--%> + + + + + + + \ No newline at end of file diff --git a/src/src_qianduan/WEB-INF/list.jsp b/src/src_qianduan/WEB-INF/list.jsp new file mode 100644 index 0000000..7934265 --- /dev/null +++ b/src/src_qianduan/WEB-INF/list.jsp @@ -0,0 +1,236 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + + + + + + + + + + + 用户信息管理系统 + + + + + + + + + + + + +
+
+
+ +
+ +
+ +

用户信息列表

+ +
+ +
+
+ + +
+
+ + +
+ +
+ + +
+ +
+ +
+ +
+ + 添加用户 + 删除选中 + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
编号姓名性别年龄籍贯QQ邮箱操作
${s.count}${user.name}${user.gender}${user.age}${user.address}${user.qq}${user.email}修改  + 删除
+
+
+ + + +
+ + +
+ + + + diff --git a/src/src_qianduan/WEB-INF/login.jsp b/src/src_qianduan/WEB-INF/login.jsp new file mode 100644 index 0000000..7a8ae7c --- /dev/null +++ b/src/src_qianduan/WEB-INF/login.jsp @@ -0,0 +1,201 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + + + + + + 登录 + + + + + + + + + + + + + +
+
+
+

欢迎登陆

+
+
+
+
+
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+ +
+ +
+ +
+
+
+
+ +
+
+ 还没有账号? 注册一个 +
+
+
+ + + <%--如果提示信息不为空的话,才会显示提示框--%> + + + +
<%--row end--%> +
<%--container结尾--%> + + + + + \ No newline at end of file diff --git a/src/src_qianduan/WEB-INF/message.jsp b/src/src_qianduan/WEB-INF/message.jsp new file mode 100644 index 0000000..28f5954 --- /dev/null +++ b/src/src_qianduan/WEB-INF/message.jsp @@ -0,0 +1,27 @@ +<%-- + Created by Yingyong Lao. + User: laoyingyong + Date: 2020-02-11 + Time: 12:44 +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %> + + + 文件上传 + + + + + + + + +

总共保存了${message}条记录!

+ + + diff --git a/src/src_qianduan/WEB-INF/otherPage/message2.jsp b/src/src_qianduan/WEB-INF/otherPage/message2.jsp new file mode 100644 index 0000000..8e9e274 --- /dev/null +++ b/src/src_qianduan/WEB-INF/otherPage/message2.jsp @@ -0,0 +1,27 @@ +<%-- + Created by Yingyong Lao. + User: laoyingyong + Date: 2020-02-11 + Time: 12:44 +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %> + + + 文件上传 + + + + + + + + +

总共保存了${message}条记录!

+ + + diff --git a/src/src_qianduan/WEB-INF/register.jsp b/src/src_qianduan/WEB-INF/register.jsp new file mode 100644 index 0000000..42cb827 --- /dev/null +++ b/src/src_qianduan/WEB-INF/register.jsp @@ -0,0 +1,188 @@ +<%-- + Created by Yingyong Lao. + User: laoyingyong + Date: 2019-12-02 + Time: 14:42 +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + 注册 + + + + + + + + + +
+
+
+ +
+
+ +
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+
+
+
+ +
+
+ 已有账号? 登录 +
+
+ +
+ + <%--如果提示信息不为空的话,才会显示提示框--%> + + + +
+ + + + diff --git a/src/src_qianduan/WEB-INF/update.jsp b/src/src_qianduan/WEB-INF/update.jsp new file mode 100644 index 0000000..1177579 --- /dev/null +++ b/src/src_qianduan/WEB-INF/update.jsp @@ -0,0 +1,106 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + + + + + + + 修改用户信息 + + + + + + + +
+

修改联系人

+
+ + + +
+ + +
+ +
+ + + 男 + 女 + + + + 男 + 女 + + + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + + +
+
+
+ + + + \ No newline at end of file diff --git a/src/src_qianduan/WEB-INF/updatepassword.jsp b/src/src_qianduan/WEB-INF/updatepassword.jsp new file mode 100644 index 0000000..3407fc4 --- /dev/null +++ b/src/src_qianduan/WEB-INF/updatepassword.jsp @@ -0,0 +1,77 @@ +<%-- + Created by Yingyong Lao. + User: laoyingyong + Date: 2019-12-09 + Time: 22:44 +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + 修改密码 + + + + + + + + +
+
+
+
+
+ +
+
+ +
+ +
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+
+
+ +
+
+ +
+ +
+ + +
<%--row的结尾--%> + +
<%--container的结尾--%> + + + diff --git a/src/src_qianduan/WEB-INF/userPage/currentUserInfo.jsp b/src/src_qianduan/WEB-INF/userPage/currentUserInfo.jsp new file mode 100644 index 0000000..1ca5fa9 --- /dev/null +++ b/src/src_qianduan/WEB-INF/userPage/currentUserInfo.jsp @@ -0,0 +1,114 @@ +<%-- + Created by Yingyong Lao. + User: laoyingyong + Date: 2020-01-22 + Time: 17:21 +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + 用户资料 + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
个人资料
姓名:${user.name}
性别:${user.gender}
年龄:${user.age}
贯籍:${user.address}
QQ:${user.qq}
邮箱:${user.email}
操作:
+ +
+ +
+ +
+ + + + + diff --git a/src/src_qianduan/WEB-INF/waterQualityStationPage/viewWaterQualityData.jsp b/src/src_qianduan/WEB-INF/waterQualityStationPage/viewWaterQualityData.jsp new file mode 100644 index 0000000..0d54c97 --- /dev/null +++ b/src/src_qianduan/WEB-INF/waterQualityStationPage/viewWaterQualityData.jsp @@ -0,0 +1,760 @@ +<%-- + Created by Yingyong Lao. + User: laoyingyong + Date: 2019-12-12 + Time: 21:48 +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + 查看水质信息 + + + + + + + + + + + + +
+ +
+
+ +
+
+ + +
+ +
+ +
+
+
+
+ + + + + + + + + + + + + +
测站一览
id监测站名称操作
id监测站名称 +      +      +      +      + +
+ + + +
<%--单元格end--%> +
+
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
所属测站PH溶解氧氨氮高猛酸钾盐指数总有机碳水质类别测量时间操作
  
+ +
+ +
+ +
<%--row end--%> +
+
+ +
+ +
+
+
+ +
+ +
+ + + +