⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dms_0002farchive_0002fuploadarchivelst_0002ejsp_jsp.java

📁 dgbas公文管理核心java源码
💻 JAVA
字号:
package DMS.archive;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;


public class DMS_0002farchive_0002fUploadArchiveLst_0002ejsp_jsp extends HttpJspBase {


    static {
    }
    public DMS_0002farchive_0002fUploadArchiveLst_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/archive/UploadArchiveLst.jsp";from=(0,0);to=(1,0)]
                out.write("<!-- UploadArchiveLst.jsp-->\r\n");

            // end
            // HTML // begin [file="/DMS/archive/UploadArchiveLst.jsp";from=(1,48);to=(2,0)]
                out.write("\r\n");

            // end
            // begin [file="/DMS/archive/UploadArchiveLst.jsp";from=(2,2);to=(15,0)]
                
                	String strDeptName = "";
                	String strUploadCount = "";
                	String strUploadType = "";
                	if(request.getAttribute("DeptName") != null){
                		strDeptName = request.getAttribute("DeptName").toString();
                	}
                	if(request.getAttribute("UploadCount") != null){
                		strUploadCount = request.getAttribute("UploadCount").toString();
                	}
                	if(request.getAttribute("UploadType") != null){
                		strUploadType = request.getAttribute("UploadType").toString();
                	}
            // end
            // HTML // begin [file="/DMS/archive/UploadArchiveLst.jsp";from=(15,2);to=(31,37)]
                out.write("\r\n<html>\r\n<head>\r\n<title>檔案目錄彙送說明表</title>\r\n</head>\r\n<body>\r\n<form method=\"POST\" action=\"\">\r\n  <table border=\"1\" width=\"100%\" align=\"center\">\r\n    <tr>\r\n      <th>序號</th>\r\n      <th>機關名稱</th>\r\n      <th>檔案數量</th>\r\n      <th>送交方式</th>\r\n    </tr>\r\n    <tr>\r\n      <td width=\"25%\" align=\"center\">1</td>\r\n      <td width=\"25%\" align=\"center\">");

            // end
            // begin [file="/DMS/archive/UploadArchiveLst.jsp";from=(31,40);to=(31,51)]
                out.print(strDeptName);
            // end
            // HTML // begin [file="/DMS/archive/UploadArchiveLst.jsp";from=(31,53);to=(32,37)]
                out.write("</td>\r\n      <td width=\"25%\" align=\"center\">");

            // end
            // begin [file="/DMS/archive/UploadArchiveLst.jsp";from=(32,40);to=(32,54)]
                out.print(strUploadCount);
            // end
            // HTML // begin [file="/DMS/archive/UploadArchiveLst.jsp";from=(32,56);to=(33,37)]
                out.write("</td>\r\n      <td width=\"25%\" align=\"center\">");

            // end
            // begin [file="/DMS/archive/UploadArchiveLst.jsp";from=(33,40);to=(33,53)]
                out.print(strUploadType);
            // end
            // HTML // begin [file="/DMS/archive/UploadArchiveLst.jsp";from=(33,55);to=(41,7)]
                out.write("</td>\r\n    </tr>\r\n  </table>\r\n  <p align=\"center\">\r\n\t<input type=\"button\" value=\"返回\" LANGUAGE=javascript onclick=\"window.history.back()\">\r\n\t<input type=\"button\" value=\"列印\" name=\"B2\"></p>\r\n</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 + -