标签:出差 代码 申请 msg login 模板 页面
登录的:
<%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %>
<head>
<meta charset="UTF-8">
<title>login</title>
<link href="css/login.css" rel="stylesheet">
</head>
<body>
<div id="loginDiv" style="height: 350px">
<form action="/Last_template/loginServlet" id="form">
<h1 id="loginMsg">LOGIN IN</h1>
<div id="errorMsg">${login_msg}</div>
<p>用户姓名:<input id="username" name="username" type="text"></p>
<p>用户密码:<input id="password" name="password" type="password"></p>
<p>记住我:<input id="remember" name="remember" value="1" type="checkbox"></p>
<div id="subDiv">
<input type="submit" class="button" value="登录">
</div>
</form>
删除页面
<%--
Created by IntelliJ IDEA.
User: cwk
Date: 2024/11/25
Time: 下午9:32
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false"%>
Title
${user.username}
撤回出差申请
撤回出差申请
功能表页面
<%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %>
<%--<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>--%>
部门经理功能页面
标签:出差,
代码,
申请,
msg,
login,
模板,
页面
From: https://www.cnblogs.com/K-wc2024/p/18631639