📄 dms_0002fdocument_0002fcreatedocact_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_0002fCreateDocAct_0002ejsp_jsp extends HttpJspBase {
static {
}
public DMS_0002fdocument_0002fCreateDocAct_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/CreateDocAct.jsp";from=(0,0);to=(1,0)]
out.write("<!-- saved from url=(0022)http://internet.e-mail -->\r\n");
// end
// HTML // begin [file="/DMS/document/CreateDocAct.jsp";from=(1,48);to=(2,0)]
out.write("\r\n");
// end
// begin [file="/DMS/document/CreateDocAct.jsp";from=(2,2);to=(17,0)]
String act="-1";
String errMsg="";
if(request.getAttribute("act")!=null)
{
act=request.getAttribute("act").toString();
}
if(request.getAttribute("errMsg")!=null)
{
errMsg=request.getAttribute("errMsg").toString();
}
// session.setAttribute("submitCreateReceDoc","OK");
// session.setAttribute("submitCreateOK","OK");
// end
// HTML // begin [file="/DMS/document/CreateDocAct.jsp";from=(17,2);to=(71,48)]
out.write("\r\n<html>\r\n<head>\r\n<title>收文</title>\r\n</head>\r\n<body onload=load()>\r\n<script>\r\nfunction load()\r\n{\r\n\tif(errMsg.value!=\"\")\r\n\t{\r\n\t alert(\"創稿出錯,錯誤信息:\\n\"+errMsg.value)\r\n\t}\r\n\r\n\tswitch(act.value*1)\r\n\t{\r\n\t\tcase -1://錯誤\r\n\t\t alert(\"無效的參數﹗\")\r\n//\t\t\tparent.basefrm.location.href=\"../workflow/myTask/taskList.jsp?refresh=true&ListMode=1\"\r\n\t\t\tbreak\r\n\t\tcase 1://XML收文\r\n\t\t\tif(confirm(\"是否繼續做XML收文處理﹖\"))\r\n\t\t\t{\r\n\t\t\t\tparent.basefrm.location.href=\"../DMS/document/XMLReceDoc.jsp\"\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n//\t\t\t\tparent.basefrm.location.href=\"../workflow/myTask/taskList.jsp?refresh=true&ListMode=1\"\r\n\t\t\t}\r\n\t\t\tbreak\r\n\r\n\t\tcase 2://收文處理\r\n\r\n\t\t\tif(errMsg.value==\"\")\r\n\t\t\t{\r\n\t\t\t\tif(confirm(\"是否繼續做創稿處理﹖\"))\r\n\t\t\t\t{\r\n\t\t\t\t\tparent.basefrm.location.href=\"/WebAgenda/servlet/CreateDocServlet\"\r\n\t\t\t\t}\r\n\t\t\t\telse\r\n\t\t\t\t{\r\n//\t\t\t\t\tparent.basefrm.location.href=\"../workflow/myTask/taskList.jsp?refresh=true&ListMode=1\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n//\t\t\t\tparent.basefrm.location.href=\"../workflow/myTask/taskList.jsp?refresh=true&ListMode=1\"\r\n\t\t\t}\r\n\t\t\tbreak\r\n\t}\r\n}\r\n\r\n</script>\r\n<input type=hidden id=act name=act value=\"2\">\r\n<input type=hidden id=errMsg name=errMsg value=\"");
// end
// begin [file="/DMS/document/CreateDocAct.jsp";from=(71,51);to=(71,57)]
out.print(errMsg);
// end
// HTML // begin [file="/DMS/document/CreateDocAct.jsp";from=(71,59);to=(74,0)]
out.write("\">\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 + -