📄 confirm.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="/krm/jsp/css/css.css">
<title>无标题文档</title>
<script>
<!--
function atSubmit(obj) {
if(obj.username.value!=null && obj.username.value=="") {
obj.username.focus();
alert("您没有填写用户!请填写后提交。");
return false;
}
if(obj.passwd.value!=null && obj.passwd.value=="") {
obj.passwd.focus();
alert("您没有填写密码!请填写后提交。");
return false;
}
}
-->
</script>
</head>
<body bgcolor="F1F7F9">
<%
String accountID=request.getParameter("AccountID");
String atID=request.getParameter("AT_ID");
String isLast=request.getParameter("IsLast");
%><br>
<table border="1" width="95%" align="center" bordercolor="A1B7DB" class="collapse">
<form action="/krm/servlet/FinReadyApproveServlet?status=confirm&AccountID=<%=accountID%>&AT_ID=<%=atID%>&IsLast=<%=isLast%>" method="post" name="login" onSubmit="return atSubmit(this)">
<tr class="common">
<td height="18" colspan="8" bgcolor="#3366CC" class="common" align="center"><font color="#FFFFFF">
审批用户验证</font></td>
</tr>
<tr class="common" style="display:none">
<td align="center" height="25">用户:
<input name="username" type="text" id="username" value="chensu1" readonly class="middle"></td>
</tr>
<tr class="common">
<td align="center" height="25">密码:
<input name="passwd" type="password" id="passwd" class="middle"></td>
</tr>
<tr class="common">
<td height="25" align="center" >
<input type="Image" src="/krm/jsp/image/submit.gif" border="0"></td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -