diff --git a/userDetail.jsp b/userDetail.jsp new file mode 100644 index 0000000..1ef9874 --- /dev/null +++ b/userDetail.jsp @@ -0,0 +1,83 @@ +<%@ page language="java" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ page isELIgnored="false" %> +<% +String path = request.getContextPath(); +%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  
序号账号密 码姓名操作
+ ${ss.index+1} + + ${user.loginname} + + ${user.loginpw} + + ${user.name} + + +
+ + + +     +
+ + + + + + + + + + +
属性:${xinyong.shuxing}
评价内容:${xinyong.neirong}
评价时间:${xinyong.shijian}
+
+
+
+ + diff --git a/userMana.jsp b/userMana.jsp new file mode 100644 index 0000000..3a0e09a --- /dev/null +++ b/userMana.jsp @@ -0,0 +1,66 @@ +<%@ page language="java" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ page isELIgnored="false" %> +<% +String path = request.getContextPath(); +%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  
序号账号密 码姓名操作
+ ${ss.index+1} + + ${user.loginname} + + ${user.loginpw} + + ${user.name} + + +
+ +