?? departmentfeereporttimesetup.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" %>
<jsp:useBean id="global" class="src.com.MyGlobal" scope="session"/>
<% if (global.isLogined == false) {
%>
<jsp:forward page="../pub/DBErr.jsp" >
<jsp:param name="rtcode" value="-4" />
</jsp:forward>
<% }
%>
<html>
<head>
<title>二級核算匯總表</title>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../pub/css.css">
</head>
<body bgcolor="#949B93" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="1" height="90%" cellspacing="0" cellpadding="0" align="center" bordercolorlight="#616860" bordercolordark="#CCCCCC" bgcolor="#4c7171" >
<tr>
<td valign="top" >
<br><br>
<form method="post" action="DepartmentFeeDeptSet.jsp">
<blockquote>
<table width="300" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="textb"><b>核算開始日期:</b></td>
<td>
<input type="text" name="beginDaten" size="4" maxlength="4">
<b><span class="textb">年</span></b>
<input type="text" name="beginDatey" size="2" maxlength="2">
<b><span class="textb">月</span></b>
<input type="text" name="beginDater" size="2" maxlength="2">
<b><span class="textb">日</span></b> </td>
</tr>
<tr>
<td class="textb"><b>核算結(jié)束日期: </b></td>
<td>
<input type="text" name="endDaten" size="4" maxlength="4">
<b><span class="textb">年</span></b>
<input type="text" name="endDatey" size="2" maxlength="2">
<b><span class="textb">月</span></b>
<input type="text" name="endDater" size="2" maxlength="2">
<b><span class="textb">日</span></b></td>
</tr>
<tr>
<td colspan="2">
<div align="center"> <br>
<input type="submit" name="query" value="下一步" />
<input type="reset" value="重置" name="reset" />
</div>
</td>
</tr>
</table>
<p> </p>
<p> <br>
</p>
<p>
<p>
</blockquote>
</form>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -