📄 dms_0002fdocument_0002fdispatchuser_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_0002fDispatchUser_0002ejsp_jsp extends HttpJspBase {
static {
}
public DMS_0002fdocument_0002fDispatchUser_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/DispatchUser.jsp";from=(0,63);to=(6,48)]
out.write("\r\n<html>\r\n<head>\r\n<script type=\"text/javascript\" src=\"/WebAgenda/DMS/common/roletree.js\"></script>\r\n<script language=\"JavaScript\">\r\nfunction window_onLoad() {\r\n\tSelectUser('UnderTakeUser', 'underTakerName', '");
// end
// begin [file="/DMS/document/DispatchUser.jsp";from=(6,51);to=(6,66)]
out.print(session.getId());
// end
// HTML // begin [file="/DMS/document/DispatchUser.jsp";from=(6,68);to=(17,70)]
out.write("', 'underTakeDept');\r\n}\r\nfunction afterCallBack() {\r\n\twindow.document.forms[0].submit();\r\n}\r\n</script>\r\n<title>\r\n選擇分文單位\r\n</title>\r\n</head>\r\n<body onload=\"window_onLoad()\">\r\n\t<form method=\"post\" action=\"/WebAgenda/servlet/DispatchUserServlet\"> ");
// end
// begin [file="/DMS/document/DispatchUser.jsp";from=(17,72);to=(19,47)]
String strTaskID[] = request.getParameterValues("TaskID");
for (int i = 0; i < strTaskID.length; i++) {
// end
// HTML // begin [file="/DMS/document/DispatchUser.jsp";from=(19,49);to=(20,43)]
out.write("\r\n\t\t\t<input type=\"text\" name=\"TaskID\" value=\"");
// end
// begin [file="/DMS/document/DispatchUser.jsp";from=(20,46);to=(20,60)]
out.print( strTaskID[i] );
// end
// HTML // begin [file="/DMS/document/DispatchUser.jsp";from=(20,62);to=(20,65)]
out.write("\"> ");
// end
// begin [file="/DMS/document/DispatchUser.jsp";from=(20,67);to=(21,4)]
}
// end
// HTML // begin [file="/DMS/document/DispatchUser.jsp";from=(21,6);to=(22,42)]
out.write("\r\n\t\t<input type=\"text\" name=\"PathID\" value=\"");
// end
// begin [file="/DMS/document/DispatchUser.jsp";from=(22,45);to=(22,77)]
out.print( request.getParameter("PathID") );
// end
// HTML // begin [file="/DMS/document/DispatchUser.jsp";from=(22,79);to=(23,48)]
out.write("\">\r\n\t<input type=\"text\" name=\"underTakeDept\" value=\"");
// end
// begin [file="/DMS/document/DispatchUser.jsp";from=(23,51);to=(23,88)]
out.print(request.getParameter("underTakeDept"));
// end
// HTML // begin [file="/DMS/document/DispatchUser.jsp";from=(23,90);to=(27,112)]
out.write("\">\r\n\t<input type=\"text\" name=\"UnderTakeUser\">\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('UnderTakeUser', 'underTakerName', '");
// end
// begin [file="/DMS/document/DispatchUser.jsp";from=(27,115);to=(27,130)]
out.print(session.getId());
// end
// HTML // begin [file="/DMS/document/DispatchUser.jsp";from=(27,132);to=(31,7)]
out.write("', 'underTakeDept')\" >\r\n\t</a>\r\n\t</form>\r\n</bodY>\r\n</html>");
// 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 + -