📄 dms_0002fdocument_0002fsearchaudit_0002ejsp_jsp.java
字号:
package DMS.document;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class DMS_0002fdocument_0002fSearchAudit_0002ejsp_jsp extends HttpJspBase {
static {
}
public DMS_0002fdocument_0002fSearchAudit_0002ejsp_jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
String _value = null;
try {
if (_jspx_inited == false) {
synchronized (this) {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
}
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=BIG5");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/DMS/document/SearchAudit.jsp";from=(0,48);to=(46,115)]
out.write("\r\n<html> \r\n<head>\r\n<link rel=\"stylesheet\" href=\"/WebAgenda/css_style/form/form_css_1.css\">\r\n<script type=\"text/javascript\" src=\"/WebAgenda/DMS/common/calendar.js\"></script>\r\n<script type=\"text/javascript\" src=\"/WebAgenda/DMS/common/roletree.js\"></script>\r\n</head>\r\n<script language=\"javascript\">\r\nfunction load() {\r\n var dteToday = new Date();\r\n var strToday = (dteToday.getFullYear() - 911).toString().substr(1);\r\n strToday += \"/\";\r\n strToday += (dteToday.getMonth() + 101).toString().substr(1);\r\n strToday += \"/\";\r\n strToday += (dteToday.getDate() + 100).toString().substr(1);\r\n window.document.forms[0].fromDate.value = strToday;\r\n window.document.forms[0].toDate.value = strToday;\r\n}\r\n</script>\r\n<body onload=load() bgcolor=\"#FFFFFF\" text=\"#000000\" background=\"/WebAgenda/images/contant_bg.gif\">\r\n<form name=\"form1\" method=\"post\" action=\"/WebAgenda/servlet/DocAuditServlet\">\r\n<table width=\"90%\" bgcolor=\"#666E66\" cellspacing=\"1\" border=\"1\" align=\"center\">\r\n <tr>\r\n <td class=\"form_text_3\" colspan=\"2\" align=\"center\">公文稽催查詢</td>\r\n </tr>\r\n <tr>\r\n\t<td class=\"form_text_3\">限辦日期範圍</td>\r\n\t<td class=\"form_text_4\">\r\n\t從\r\n\t<input type=\"text\" name=\"fromDate\" size=\"10\" readonly=\"true\">\r\n\t<a style=\"CURSOR: hand\">\r\n\t\t<img src=\"/WebAgenda/images/icon/calender.gif\" onClick=\"openCalendar('fromDate')\">\r\n\t</a>\r\n\t到\r\n\t<input type=\"text\" name=\"toDate\" size=\"10\" readonly=\"true\">\r\n\t<a style=\"CURSOR: hand\">\r\n\t\t<img src=\"/WebAgenda/images/icon/calender.gif\" onClick=\"openCalendar('toDate')\">\r\n\t</a>\r\n\t</td>\r\n </tr>\r\n <tr>\r\n <td class=\"form_text_3\">承辦單位</td>\r\n <td class=\"form_text_4\">\r\n\t<input type=\"hidden\" name=\"underTakeDept\">\r\n\t<input type=\"text\" name=\"underTakeDeptName\" readonly=\"true\">\r\n\t<a style=\"CURSOR: hand \">\r\n\t\t<img src=\"/WebAgenda/images/icon/list.gif\" alt=\"部門列表\" onClick=\"SelectDept('underTakeDept', 'underTakeDeptName', '");
// end
// begin [file="/DMS/document/SearchAudit.jsp";from=(46,118);to=(46,133)]
out.print(session.getId());
// end
// HTML // begin [file="/DMS/document/SearchAudit.jsp";from=(46,135);to=(56,109)]
out.write("')\" >\r\n\t</a>\r\n\t</td>\r\n </tr>\r\n <tr>\r\n <td class=\"form_text_3\">承辦人</td>\r\n <td class=\"form_text_4\">\r\n\t<input type=\"hidden\" name=\"underTaker\">\r\n\t<input name=\"underTakerName\" type=\"text\" readonly=true>\r\n\t<a style=\"CURSOR: hand \">\r\n\t\t<img src=\"/WebAgenda/images/icon/list.gif\" alt=\"部門成員\" onClick=\"SelectUser('underTaker', 'underTakerName', '");
// end
// begin [file="/DMS/document/SearchAudit.jsp";from=(56,112);to=(56,127)]
out.print(session.getId());
// end
// HTML // begin [file="/DMS/document/SearchAudit.jsp";from=(56,129);to=(66,0)]
out.write("', 'underTakeDept')\" >\r\n\t</a>\r\n\t</td>\r\n </tr>\r\n</table>\r\n <input type=\"hidden\" name=\"SearchAudit\" value=\"search\">\r\n <p align=\"center\"><input type=\"submit\" value=\"執行\" name=\"B1\">\r\n</form>\r\n</body> \r\n</html>\r\n");
// end
} catch (Throwable t) {
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -