📄 laobao_application.jsp
字号:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page contentType="text/html; charset=GBK" %>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>提交申报</title>
<link href="../../css/style.css" rel="stylesheet" type="text/css">
<script>
function onBack()
{
history.back();
}
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" align="center" valign="bottom" class="td06"><table width="98%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="15"><html:img width="9" height="9" src="../../images/index_32.gif"/></td>
<td valign="bottom" class="title">劳保用品申请</td>
</tr>
</table></td>
</tr>
</table>
<html:form action="" name="form1" method="post">
<table width="95%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="90" height="24" class="td_form01">申请人</td>
<td class="td_form02"><html:text value="张洁" maxlength="16" property="username" size="13"/></td>
<td width="90" class="td_form01">性别</td>
<td class="td_form02"><html:radio value="男" property="sex" checked="checked"/> 男 <html:radio value="女" property="sex"/> 女 </td>
</tr>
<tr>
<td class="td_form01">申请开始日期</td>
<td class="td_form02">
2007-12-31</td>
<td class="td_form01">申请结束时间</td>
<td class="td_form02">2007-12-31</td>
</tr>
<tr>
<td class="td_form01">用油情况</td>
<td class="td_form02">
<html:text value="10" maxlength="6" property="" size="5"/> 升</td>
<td class="td_form01">里程情况</td>
<td class="td_form02">
<html:text value="100" maxlength="6" property="" size="5"/> 公里</td>
</tr>
<tr>
<td rowspan="2" class="td_form01">主要信息</td>
<td class="td_form02">
申请部门  : <html:select property="">
<html:option value="">财务部</html:option>
<html:option value="">市场部</html:option>
</html:select></td>
<td class="td_form01">目的地</td>
<td class="td_form02"><html:text value="长沙" property="address"/></td>
</tr>
<tr>
<td class="td_form02">
申请原因:
<html:text value="业务洽谈" maxlength="11" property="" size="10"/></td>
<td class="td_form01">紧急程度</td>
<td class="td_form02"><html:select property="">
<html:option value="">一般</html:option>
<html:option value="">优先</html:option>
</html:select></td>
</tr>
</table>
<br>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<html:button styleClass="buttonface" value=" 申请 " property="save" onclick="location.href='../media/applicationlist_1.htm'"/>
<html:submit styleClass="buttonface" value=" 返回 " property="Submit" onclick="history.back(-1)"/>
<html:reset styleClass="buttonface" value=" 取消 " name="Submit"/></td>
</tr>
</table>
<p> </p>
<p><br>
</p>
</html:form>
</center>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -