public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write('\r'); out.write('\n'); response.sendRedirect(response.encodeRedirectURL(request.getContextPath() + "/html")); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html;charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("<div class=\"col-md-3 ro-left-sidebar\">\n"); out.write( " <h4 class=\"ro-sidebar-title\"><a href=\"#\">Quản lí trả mượn tài nguyên</a></h4>\n"); out.write(" <ul class=\"list-group\">\n"); out.write(" "); if (_jspx_meth_s_005furl_005f0(_jspx_page_context)) return; out.write("\n"); out.write(" <li class=\"list-group-item\"><a href=\""); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${dailyTrade}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("\">Các giao dịch gần đây</a></li>\n"); out.write(" "); if (_jspx_meth_s_005furl_005f1(_jspx_page_context)) return; out.write("\n"); out.write(" <li class=\"list-group-item\"><a href=\""); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${getBorrow}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("\">Giao dịch mượn sách</a></li>\n"); out.write(" "); if (_jspx_meth_s_005furl_005f2(_jspx_page_context)) return; out.write("\n"); out.write(" <li class=\"list-group-item\"><a href=\""); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${findBorrow}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("\">Tìm kiếm giao dịch</a></li>\n"); out.write(" </ul>\n"); out.write(" <h4 class=\"ro-sidebar-title\">Quản lí thành viên</h4>\n"); out.write(" <ul class=\"list-group\">\n"); out.write(" "); if (_jspx_meth_s_005furl_005f3(_jspx_page_context)) return; out.write("\n"); out.write(" <li class=\"list-group-item\"><a href=\""); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${memberManager}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("\">Thông tin chung</a></li>\n"); out.write(" "); if (_jspx_meth_s_005furl_005f4(_jspx_page_context)) return; out.write("\n"); out.write(" <li class=\"list-group-item\"><a href=\""); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${findMember}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("\">Tìm kiếm thành viên</a></li>\n"); out.write(" "); if (_jspx_meth_s_005furl_005f5(_jspx_page_context)) return; out.write("\n"); out.write(" <li class=\"list-group-item\"><a href=\""); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${memberRegister}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("\">Đăng kí thành viên</a></li>\n"); out.write(" </ul>\n"); out.write("</div>\n"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=utf-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\n"); out.write( "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n"); out.write("<html>\n"); out.write("<head>\n"); out.write("<!--java 绝对地址 start -->\n"); String urlp = application.getContextPath() + "/jsp/back/"; System.out.println(urlp); out.write("\n"); out.write("<!-- java 绝对地址 end -->\n"); out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\n"); out.write("<title>关于我们</title>\n"); out.write( " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n"); out.write( " <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n"); out.write(" <!-- Bootstrap Docs -->\n"); out.write( " <link href=\"http://getbootstrap.com/assets/css/docs.css\" rel=\"stylesheet\" media=\"screen\">\n"); out.write("\n"); out.write(" <!-- Bootstrap -->\n"); out.write(" <link href=\""); out.print(urlp); out.write("css/bootstrap.min.css\" rel=\"stylesheet\" media=\"screen\">\n"); out.write(" <link href=\""); out.print(urlp); out.write("css/bootstrap-theme.min.css\" rel=\"stylesheet\" media=\"screen\">\n"); out.write("\n"); out.write(" <!-- Bootstrap Admin Theme -->\n"); out.write(" <link href=\""); out.print(urlp); out.write("css/bootstrap-admin-theme.css\" rel=\"stylesheet\" media=\"screen\">\n"); out.write("\n"); out.write(" <!-- Custom styles -->\n"); out.write(" <style type=\"text/css\">\n"); out.write(" .bootstrap-admin-content-title h1{\n"); out.write(" font-size: 45px;\n"); out.write(" margin-bottom: 30px;\n"); out.write(" }\n"); out.write(" .bs-docs-home{\n"); out.write(" }\n"); out.write(" .bs-masthead{\n"); out.write(" padding: 0;\n"); out.write(" }\n"); out.write(" .bs-masthead h1{\n"); out.write(" font-size: 40px;\n"); out.write(" margin: 0;\n"); out.write(" padding: 34px 0;\n"); out.write(" text-align: center;\n"); out.write(" }\n"); out.write(" .bs-masthead a:hover{\n"); out.write(" text-decoration: none;\n"); out.write(" }\n"); out.write(" .meritoo-logo a{\n"); out.write(" background-color: #fff;\n"); out.write(" border: 1px solid rgba(66, 139, 202, 0.4);\n"); out.write(" display: block;\n"); out.write(" padding: 12px 0;\n"); out.write(" }\n"); out.write(" .meritoo-logo a img{\n"); out.write(" display: block;\n"); out.write(" margin: 0 auto;\n"); out.write(" }\n"); out.write(" .row-urls{\n"); out.write(" margin-top: 4px;\n"); out.write(" }\n"); out.write(" .row-urls .col-md-6{\n"); out.write(" text-align: center;\n"); out.write(" }\n"); out.write(" .row-urls .col-md-6 a{\n"); out.write(" font-size: 18px;\n"); out.write(" }\n"); out.write(" </style>\n"); out.write("\n"); out.write( " <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->\n"); out.write(" <!--[if lt IE 9]>\n"); out.write(" <script type=\"text/javascript\" src=\"js/html5shiv.js\"></script>\n"); out.write( " <script type=\"text/javascript\" src=\"js/respond.min.js\"></script>\n"); out.write(" <![endif]-->\n"); out.write("</head>\n"); out.write("<body>\n"); out.write("<body class=\"bootstrap-admin-with-small-navbar\">\n"); out.write( " <nav class=\"navbar navbar-default navbar-inverse navbar-fixed-top \" role=\"navigation\">\n"); out.write(" <div class=\"container\">\n"); out.write(" <div class=\"row\">\n"); out.write(" <!-- Brand and toggle get grouped for better mobile display -->\n"); out.write(" <div class=\"navbar-header\">\n"); out.write( " <button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\"#bs-example-navbar-collapse-1\">\n"); out.write(" <span class=\"sr-only\">Toggle navigation</span>\n"); out.write(" <span class=\"icon-bar\"></span>\n"); out.write(" <span class=\"icon-bar\"></span>\n"); out.write(" <span class=\"icon-bar\"></span>\n"); out.write(" </button>\n"); out.write(" <a class=\"navbar-brand\" href=\"#\">Gc微博后台</a>\n"); out.write(" </div>\n"); out.write( " <!-- Collect the nav links, forms, and other content for toggling -->\n"); out.write( " <div class=\"collapse navbar-collapse\" id=\"bs-example-navbar-collapse-1\">\n"); out.write(" <ul class=\"nav navbar-nav\">\n"); out.write(" <li class=\"active\"><a href=\"#\">首页</a></li>\n"); out.write(" <li ><a href=\""); out.print(urlp); out.write("back_help.jsp\">使用介绍</a></li> \n"); out.write(" </ul>\n"); out.write(" <form class=\"navbar-form navbar-left\" role=\"search\">\n"); out.write(" <div class=\"form-group\">\n"); out.write( " <input type=\"text\" class=\"form-control\" placeholder=\"请输入内容\">\n"); out.write(" </div>\n"); out.write(" <button type=\"submit\" class=\"btn btn-default\">搜索</button>\n"); out.write(" </form>\n"); out.write(" <ul class=\"nav navbar-nav navbar-right\">\n"); out.write(" <li class=\"dropdown\">\n"); out.write( " <a href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">管理员<b class=\"caret\"></b></a>\n"); out.write(" <ul class=\"dropdown-menu\">\n"); out.write(" <li><a href=\"/myblog/AdminSessionLogout\">退出登录</a></li>\n"); out.write(" </ul>\n"); out.write(" </li>\n"); out.write(" </ul>\n"); out.write(" </div><!-- /.navbar-collapse -->\n"); out.write(" </div>\n"); out.write(" </div>\n"); out.write(" </nav>\n"); out.write("\n"); out.write(" <div class=\"container\">\n"); out.write(" <!-- left, vertical navbar & content -->\n"); out.write(" <div class=\"row\">\n"); out.write(" <!-- left, vertical navbar -->\n"); out.write(" <div class=\"col-md-2 bootstrap-admin-col-left\">\n"); out.write( " <ul class=\"nav navbar-collapse collapse bootstrap-admin-navbar-side\">\n"); out.write(" <li >\n"); out.write(" <a href=\""); out.print(urlp); out.write("back_index.jsp\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 首页</a>\n"); out.write(" </li>\n"); out.write(" <li class=\"active\">\n"); out.write(" <a href=\""); out.print(urlp); out.write("back_about.jsp\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 关于我们</a>\n"); out.write(" </li> \n"); out.write(" <li class=\"disabled\">\n"); out.write( " <a href=\"#\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 日历</a><!-- calendar.html -->\n"); out.write(" </li>\n"); out.write(" <li class=\"disabled\">\n"); out.write( " <a href=\"#\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 统计图表</a><!-- stats.html -->\n"); out.write(" </li>\n"); out.write(" <li>\n"); out.write(" <a href=\""); out.print(urlp); out.write( "back_journal_release.jsp\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 日志发布</a>\n"); out.write(" </li>\n"); out.write(" <li>\n"); out.write(" <a href=\""); out.print(urlp); out.write( "back_journal_admin.jsp\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 日志管理</a>\n"); out.write(" </li>\n"); out.write(" <li>\n"); out.write(" <a href=\""); out.print(urlp); out.write("back_users.jsp\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 用户管理</a>\n"); out.write(" </li>\n"); out.write(" <li>\n"); out.write(" <a href=\""); out.print(urlp); out.write( "back_message.jsp\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 留言管理</a>\n"); out.write(" </li>\n"); out.write(" <li>\n"); out.write(" <a href=\""); out.print(urlp); out.write("back_image.jsp\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 图片管理</a>\n"); out.write(" </li>\n"); out.write(" <li>\n"); out.write(" <a href=\""); out.print(urlp); out.write( "back_admin_information.jsp\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 账户中心</a>\n"); out.write(" </li>\n"); out.write(" <li>\n"); out.write( " <a href=\"#\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 留白1</a>\n"); out.write(" </li>\n"); out.write(" <li>\n"); out.write( " <a href=\"#\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 留白2</a>\n"); out.write(" </li>\n"); out.write(" <li>\n"); out.write( " <a href=\"#\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 留白3</a>\n"); out.write(" </li>\n"); out.write(" <li>\n"); out.write( " <a href=\"#\"><i class=\"glyphicon glyphicon-chevron-right\"></i> 留白4</a>\n"); out.write(" </li>\n"); out.write(" </ul>\n"); out.write(" </div>\n"); out.write("\n"); out.write(" <!-- content -->\n"); out.write(" <div class=\"col-md-10\">\n"); out.write(" <div class=\"row bootstrap-admin-no-edges-padding\">\n"); out.write(" <div class=\"col-md-12\">\n"); out.write(" <div class=\"panel panel-default\">\n"); out.write(" <div class=\"panel-heading\">\n"); out.write( " <div class=\"text-muted bootstrap-admin-box-title\"><a href=\"#\">Statement (声明)</a></div>\n"); out.write(" </div>\n"); out.write(" <div class=\"bootstrap-admin-panel-content\">\n"); out.write(" <p>The MIT License (MIT)</p>\n"); out.write(" <p>版权所有© 2015>Gc</p>\n"); out.write(" <p>本系统所有权归Gc</p>\n"); out.write(" <p>如果有用户使用该系统活着其模板,必须经过作者同意。</p>\n"); out.write( " <p>若有其他问题,请联系作者: <a href=\"\"*****@*****.**> [email protected]</a></p>\n"); out.write(" </div>\n"); out.write(" </div>\n"); out.write(" </div>\n"); out.write(" </div>\n"); out.write("\n"); out.write(" \n"); out.write("\n"); out.write(" <div class=\"row\">\n"); out.write(" <hr>\n"); out.write(" <footer role=\"contentinfo\">\n"); out.write(" <p>©2015 <a href=\"#\" target=\"_blank\">Gc</a></p>\n"); out.write(" </footer>\n"); out.write(" </div>\n"); out.write(" </div>\n"); out.write("\n"); out.write( " <script type=\"text/javascript\" src=\"http://code.jquery.com/jquery-2.0.3.min.js\"></script>\n"); out.write(" <script type=\"text/javascript\" src=\""); out.print(urlp); out.write("js/bootstrap.min.js\"></script>\n"); out.write(" <script type=\"text/javascript\" src=\""); out.print(urlp); out.write("js/twitter-bootstrap-hover-dropdown.min.js\"></script>\n"); out.write("</body>\n"); out.write("</html>"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\r\n"); out.write(" \r\n"); out.write( "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\r\n"); out.write("<html>\r\n"); out.write("<head>\r\n"); out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\r\n"); out.write( "<link href=\"http://netdna.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css\" rel=\"stylesheet\">\r\n"); out.write("</head>\r\n"); String cmd = request.getParameter("cmd"); String msg = null; if (request.getMethod().equals("POST")) { if (cmd.equals("login")) { int stNum = Integer.parseInt(request.getParameter("stNum")); String pass = request.getParameter("pass"); Register user = new Register(); if (user.check(stNum, pass) == 0) { System.out.println(user.check(stNum, pass)); msg = "회원가입 하세요"; } else { System.out.println(user.check(stNum, pass)); if (user.check(stNum, pass) == 1) { session.setAttribute("id", stNum); response.sendRedirect("admin.jsp"); } else { out.write("\r\n"); out.write("\t\t\t\t\t<script type=\"text/javascript\">\r\n"); out.write("\t\t\t\t\t\talert(\"로그인 실패\")\r\n"); out.write("\t\t\t\t\t\thistory.go(-1);\r\n"); out.write("\t\t\t\t\t</script>\r\n"); out.write("\t\t\t\t"); } } } } out.write("\r\n"); out.write("<body>\r\n"); out.write("\t<div class=\"container\">\r\n"); out.write("\t<h1>로그인</h1><hr/>\r\n"); out.write("\t\t<form method=\"POST\">\r\n"); out.write("\t\t\t<table>\r\n"); out.write("\t\t\t\t<tr>\r\n"); out.write( " <td><span>학번</span></td><td><input type=\"text\" name=\"stNum\"/></td>\r\n"); out.write(" </tr>\r\n"); out.write("\t\t\t\t<tr>\r\n"); out.write( " <td><span>비밀번호</span></td><td><input type=\"password\" name=\"pass\"/></td>\r\n"); out.write(" </tr>\t\r\n"); out.write("\t\t\t</table>\r\n"); out.write( "\t\t\t<button class=\"btn btn-primary\" name=\"cmd\" value=\"login\">로그인</button>\r\n"); out.write("\t\t\t<a href=\"register.jsp\" class=\"btn\">회원가입</a>\r\n"); out.write("\t\t</form>\r\n"); out.write("\t</div>\t\t\r\n"); out.write("</body>\r\n"); out.write("</html>"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html;charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\n"); out.write("\n"); out.write("\n"); out.write("<!DOCTYPE html>\n"); out.write("<html>\n"); out.write(" <head>\n"); out.write( " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n"); out.write(" <title>File upload</title>\n"); out.write(" </head>\n"); out.write(" <body>\n"); out.write(" <center>\n"); out.write(" <h3>File Upload</h3>\n"); out.write(" <form>\n"); out.write(" <input type = \"file\" name = \"file\" size = \"50\"/>\n"); out.write(" <br/>\n"); out.write(" <input type = \"button\" value = \"submit\"/>\n"); out.write(" </form>\n"); out.write(" \n"); out.write(" </center>\n"); out.write(" </body>\n"); out.write("</html>\n"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=EUC-KR"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); // String savePath = "C:\\Program Files\\Wowza Media Systems\\Wowza Streaming Engine // 4.2.0\\content\\safeme"; String savePath = "C:\\Program Files (x86)\\Wowza Media Systems\\Wowza Streaming Engine 4.3.0\\content\\safeme"; int sizelimit = 50 * 1024 * 1024; try { out.print("<br>"); out.print("SavePath : " + savePath); MultipartRequest multi = new MultipartRequest(request, savePath, sizelimit, new DefaultFileRenamePolicy()); // MultipartRequest를 다양하게 활용하기 위한 방법(확장..) /* Enumeration formNames = multi.getFileNames(); //폼의 이름 변경 String formName = (String)formNames.nextElement(); //자료가 많을 경우엔 while문을 사용 String fileName = multi.getFilesystemName(formName); //파일의 이름 얻기 */ // multi.getFile("images"); } catch (Exception e) { out.print("<br>"); out.print("<br>"); out.print("예외 상황 발생..!"); out.print("<br>예외상황 : "); out.print(e); } finally { out.print("<br>"); out.print("저장완료!"); } out.write("\r\n"); out.write("<p></p>"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\n"); out.write( "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n"); out.write("<html>\n"); out.write("<head>\n"); out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n"); out.write( "<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css\"> \n"); out.write("<style>\n"); out.write("p{\n"); out.write(" color:black;\n"); out.write(" font-family:Arial;\n"); out.write(" font-size:50;\n"); out.write(" margin-left: 120px;\n"); out.write("}\n"); out.write("</style>\n"); out.write(" \n"); out.write("<title>LinkedIn</title> \n"); out.write("</head>\n"); out.write("<body>\n"); out.write("<center>\n"); out.write( "<nav style=\"padding-bottom: 10px;box-shadow: 3px 3px 5px #888888; background-color: #F5F5F5;\">\n"); out.write("\n"); out.write(" \n"); out.write("<form id=\"form2\" method=\"post\" action=\"signin\">\n"); out.write("<fieldset style=\"width: 800px\"> \n"); out.write(" <table> \n"); out.write(" <tr> \n"); out.write( " <td> <img src=\"../resources/images/linkedin2.jpg\" alt=\"LinkedIn\" style=\"margin-left:-20px; margin-top: 5px;width:90px;height:40px\"></td>\n"); out.write(" <td>Email Address</td> \n"); out.write( " <td><input type=\"text\" name=\"username\" required=\"required\" style=\"margin-left: 10px;\"/></td> \n"); out.write(" \n"); out.write(" <td> Password</td>\n"); out.write( " <td><input type=\"password\" name=\"password\" required=\"required\" style=\"margin-left: 10px;\"/></td> \n"); out.write(" \n"); out.write( " <td><input type=\"submit\" value=\"Sign In\" style=\"margin-left: 100px;\"/></td> \n"); out.write(" <td><input type =\"hidden\" name=\"userid\" value=\""); out.print(request.getParameter("userid")); out.write("\"/></td> \n"); out.write(" </tr> \n"); out.write(" </table> \n"); out.write(" </fieldset> \n"); out.write( "\t<!-- <div class=\"form-row\"><span class=\"label\">Username </span><input type=\"text\" name=\"username\"/></div>\n"); out.write( "\t<div class=\"form-row\"><span class=\"label\">Password </span><input type=\"password\" name=\"password\"/></div>\n"); out.write( "\t<div class=\"form-row\"><input class=\"submit\" type=\"submit\" value=\"submit\"/></div> -->\n"); out.write("</form>\n"); out.write("</nav>\n"); out.write(" \n"); out.write( "<h1 style=\"margin-left: 100px; font-size: 35px; margin-bottom:100px;\">Connect, share ideas, and discover opportunities.</h1> \n"); out.write(" <div>\n"); out.write(" <form id=\"form1\" method=\"post\" action=\"signup\">\n"); out.write("\t\t\t\t<table>\n"); out.write("\t\t\t\t<tr>\n"); out.write("\t\t\t\t\t<th rowspan = \"7\">\n"); out.write( "\t\t\t\t\t\t<img src=\"../resources/images/img1.png\" width=\"150\" height=\"150\" alt=\"Male Headshot\">\n"); out.write( "\t\t\t\t\t\t<img src=\"../resources/images/img2.png\" width=\"150\" height=\"150\" alt=\"Female Headshot\">\n"); out.write( "\t\t\t\t\t\t<img src=\"../resources/images/img3.png\" width=\"150\" height=\"150\" alt=\"Male Headshot\"><br> <br>\n"); out.write( "\t\t\t\t\t\t<img src=\"../resources/images/img4.png\" width=\"150\" height=\"150\" alt=\"Male Headshot\">\n"); out.write( "\t\t\t\t\t\t<img src=\"../resources/images/img5.png\" width=\"150\" height=\"150\" alt=\"Male Headshot\">\n"); out.write( "\t\t\t\t\t\t<img src=\"../resources/images/img6.png\" width=\"150\" height=\"150\" alt=\"Male Headshot\">\n"); out.write("\t\t\t\t\t</th>\n"); out.write("\t\t\t\t\t<tr>\n"); out.write( "\t\t\t\t\t<h2 style=\"margin-top:1px;margin-left:400px;width: 400px;\">Get Started - it's free.</h2>\n"); out.write("\t\t\t\t\t</tr>\n"); out.write("\t\t\t\t\t<tr>\n"); out.write( "\t\t\t\t\t<h4 style=\"margin-top:1px;margin-left:400px;width: 400px;\">Registration takes less than 2 minutes.</h4>\n"); out.write("\t\t\t\t\t</tr>\n"); out.write("\t\t\t\t\t<td>\n"); out.write("\t\t\t\t\t<div class=\"col-sm-2\">\t\t\t\t \n"); out.write( "\t\t\t\t <input type=\"text\" placeholder=\"First Name\" name=\"first\" required =\"required\" style=\"margin-top: 15px;margin-left: -400px;width: 200px;\" >\n"); out.write("\t\t\t\t \t\t</div>\n"); out.write("\t\t\t\t \t\t\n"); out.write("\t\t\t\t \t\t<div class=\"col-sm-2\">\t\t\t\t \n"); out.write( "\t\t\t\t <input type=\"text\" placeholder=\"Last Name\" name=\"last\" required =\"required\" style=\"margin-top: 15px;margin-left: -200px;width: 200px;\" >\n"); out.write("\t\t\t\t \t\t</div> \n"); out.write("\t\t\t\t \t</td>\t\n"); out.write("\t\t\t\t \t</tr>\n"); out.write("\t\t\t\t<tr>\n"); out.write("\t\t\t\t\t<td>\n"); out.write("\t\t\t\t \t\t<div class=\"col-sm-4\">\t\t\t\t \n"); out.write( "\t\t\t\t <input type=\"text\" placeholder=\"Email Address\" name=\"email\" required =\"required\" style=\"margin-top:1px;margin-left:-400px;width: 400px;\" >\n"); out.write("\t\t\t\t \t\t</div> \n"); out.write("\t\t\t \t\t</td>\n"); out.write("\t\t\t \t</tr>\n"); out.write("\t\t\t \t<tr>\n"); out.write("\t\t\t \t\t<td>\n"); out.write("\t\t\t\t \t\t<div class=\"col-sm-4\">\t\t\t\t \n"); out.write( "\t\t\t\t <input type=\"text\" placeholder=\"Password (6 or more characters)\" name=\"pass\" required =\"required\" style=\"margin-top:1px;margin-left:-400px;width: 400px;\" >\n"); out.write("\t\t\t\t \t\t</div>\n"); out.write("\t\t\t \t\t</td>\n"); out.write("\t\t\t \t</tr>\n"); out.write("\t\t\t \t<tr>\n"); out.write("\t\t\t\t \t<td>\n"); out.write( "\t\t\t\t \t\t<p style=\"margin-top:1px;margin-left:-400px;width: 400px;\"> By clicking Join Now, you agree to LinkedIn's User Agreement,</br> Privacy Policy and Cookie Policy.</p>\n"); out.write("\t\t\t\t \t</td>\n"); out.write("\t\t\t \t</tr>\n"); out.write("\t\t\t\t<tr>\t\n"); out.write("\t\t\t\t\t<td>\n"); out.write( "\t\t\t\t\t<input class=\"submit\" type=\"submit\" value=\"Join Now\" style=\"margin-top:0px;margin-left:600px;width: 400px;height: 35px;font-weight: bold;background-color: #FFD700;border: 0 none; \"/>\n"); out.write( "\t\t\t\t\t\t<!-- <button type=\"submit\" value=\"Join Now\" style=\"margin-top:1px;margin-left: 120px;width: 400px;height: 35px;font-weight: bold;background-color: #FFD700;border: 0 none; \">Join Now </button>-->\n"); out.write("\t\t\t\t\t</td>\n"); out.write("\t\t\t\t</tr>\n"); out.write("\t\t\t\t\n"); out.write("\t\t\t\t\n"); out.write("\t\t\t</table>\n"); out.write("\t</form>\t \n"); out.write("\t\t \t</div>\n"); out.write(" \n"); out.write(" </center>\n"); out.write("<!-- <div>SignUp for New Account</div>\n"); out.write("<form id=\"form1\" method=\"post\" action=\"signup\">\n"); out.write( "\t<div class=\"form-row\"><span class=\"label\">First Name </span><input type=\"text\" name=\"first\"/></div>\n"); out.write( "\t<div class=\"form-row\"><span class=\"label\">Last Name </span><input type=\"text\" name=\"last\"/></div>\t\n"); out.write( "\t<div class=\"form-row\"><span class=\"label\">Email </span><input type=\"email\" name=\"email\"/></div>\n"); out.write( "\t<div class=\"form-row\"><span class=\"label\">Password </span><input type=\"password\" name=\"pass\"/></div>\n"); out.write( "\t<div class=\"form-row\"><input class=\"submit\" type=\"submit\" value=\"submit\"/></div>\n"); out.write("</form>\n"); out.write(" -->\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("</body>\n"); out.write("</html>"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\r\n"); out.write( "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\r\n"); out.write("<div>\r\n"); out.write(" <div class=\"panel panel-default\">\r\n"); out.write(" <div class=\"panel-heading\">新评论:</div>\r\n"); out.write(" <div class=\"panel-body\">\r\n"); out.write(" <table class=\"table table-striped\" id=\"commentNewReply\">\r\n"); out.write(" <!--<tr>\r\n"); out.write(" <td>\r\n"); out.write(" <div class=\"fs-article-meta\">\r\n"); out.write(" <a href=\"#\">WhatElse</a> : <span>评论了你的文章</span> : \r\n"); out.write( " <span class=\"fs-article-title\"><a href=\"#\" class=\"text-primary fs-article-title\">Test One Title</a></span>\r\n"); out.write(" <div>\r\n"); out.write(" <span class=\"text-muted\">2012-01-01 01:01:01</span>\r\n"); out.write(" </div>\r\n"); out.write(" </div>\r\n"); out.write(" </td>\r\n"); out.write(" </tr>\r\n"); out.write(" <tr>\r\n"); out.write(" <td>\r\n"); out.write(" <div class=\"fs-article-meta\">\r\n"); out.write(" <a href=\"#\">WhoYou</a> : <span>评论了你的文章</span> : \r\n"); out.write( " <span class=\"fs-article-title\"><a href=\"#\" class=\"text-primary fs-article-title\">Test Two Title</a></span>\r\n"); out.write(" <div>\r\n"); out.write(" <span class=\"text-muted\">2012-01-01 01:01:01</span>\r\n"); out.write(" </div>\r\n"); out.write(" </div>\r\n"); out.write(" </td>\r\n"); out.write(" </tr>\r\n"); out.write(" <tr>\r\n"); out.write(" <td>\r\n"); out.write(" <div class=\"fs-article-meta\">\r\n"); out.write(" <a href=\"#\">Again</a> : <span>评论了你的文章</span> : \r\n"); out.write( " <span class=\"fs-article-title\"><a href=\"#\" class=\"text-primary fs-article-title\">Test Two Title</a></span>\r\n"); out.write(" <div>\r\n"); out.write(" <span class=\"text-muted\">2012-01-01 01:01:01</span>\r\n"); out.write(" </div>\r\n"); out.write(" </div>\r\n"); out.write(" </td>\r\n"); out.write(" </tr>\r\n"); out.write(" <tr>\r\n"); out.write(" <td>\r\n"); out.write(" <div class=\"fs-article-meta\">\r\n"); out.write(" <a href=\"#\">Again</a> : <span>评论了你的文章</span> : \r\n"); out.write( " <span class=\"fs-article-title\"><a href=\"#\" class=\"text-primary fs-article-title\">Test Two Title</a></span>\r\n"); out.write(" <div>\r\n"); out.write(" <span class=\"text-muted\">2012-01-01 01:01:01</span>\r\n"); out.write(" </div>\r\n"); out.write(" </div>\r\n"); out.write(" </td>\r\n"); out.write(" </tr>\r\n"); out.write(" <tr>\r\n"); out.write(" <td>\r\n"); out.write(" <div class=\"fs-article-meta\">\r\n"); out.write(" <a href=\"#\">Again</a> : <span>评论了你的文章</span> : \r\n"); out.write( " <span class=\"fs-article-title\"><a href=\"#\" class=\"text-primary fs-article-title\">Test Two Title</a></span>\r\n"); out.write(" <div>\r\n"); out.write(" <span class=\"text-muted\">2012-01-01 01:01:01</span>\r\n"); out.write(" </div>\r\n"); out.write(" </div>\r\n"); out.write(" </td>\r\n"); out.write(" </tr>\r\n"); out.write(" <tr>\r\n"); out.write(" <td>\r\n"); out.write(" <div class=\"fs-article-meta\">\r\n"); out.write(" <a href=\"#\">Again</a> : <span>评论了你的文章</span> : \r\n"); out.write( " <span class=\"fs-article-title\"><a href=\"#\" class=\"text-primary fs-article-title\">Test Two Title</a></span>\r\n"); out.write(" <div>\r\n"); out.write(" <span class=\"text-muted\">2012-01-01 01:01:01</span>\r\n"); out.write(" </div>\r\n"); out.write(" </div>\r\n"); out.write(" </td>\r\n"); out.write(" </tr>-->\r\n"); out.write(" </table>\r\n"); out.write(" </div>\r\n"); out.write(" </div>\r\n"); out.write("</div>"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("<!DOCTYPE html>\n"); out.write("<html>\n"); out.write("<head>\n"); out.write(" <meta charset=\"UTF-8\">\n"); out.write(" <title>Insert title here</title>\n"); out.write(" "); org.apache.jasper.runtime.JspRuntimeLibrary.include( request, response, "/CommonStyle.jsp", out, false); out.write("</head>\n"); out.write("<body>\n"); out.write(" "); org.apache.jasper.runtime.JspRuntimeLibrary.include( request, response, "/header.jsp", out, false); out.write("<h1>게시물 목록</h1>\n"); out.write(" <p>\n"); out.write(" <form action='list.do' method='get'>\n"); out.write(" <input type='text' name='word' value='"); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${param.word}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("'>\n"); out.write(" <button>검색</button>\n"); out.write(" </form>\n"); out.write(" </p>\n"); out.write(" <table border='1'>\n"); out.write(" <tr> \n"); out.write(" <th><a href='list.do?order=no&word="); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${param.word}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("'>번호\n"); out.write(" "); if (_jspx_meth_c_005fif_005f0(_jspx_page_context)) return; out.write("</a></th> \n"); out.write(" <th><a href='list.do?order=title&word="); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${param.word}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("'>제목\n"); out.write(" "); if (_jspx_meth_c_005fif_005f1(_jspx_page_context)) return; out.write("</a></th> \n"); out.write(" <th><a href='list.do?order=createDate&word="); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${param.word}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("'>작성일\n"); out.write(" "); if (_jspx_meth_c_005fif_005f2(_jspx_page_context)) return; out.write("</a></th> \n"); out.write(" <th><a href='list.do?order=views&word="); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${param.word}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("'>조회수\n"); out.write(" "); if (_jspx_meth_c_005fif_005f3(_jspx_page_context)) return; out.write("</a></th>\n"); out.write(" </tr> \n"); if (_jspx_meth_c_005fforEach_005f0(_jspx_page_context)) return; out.write("</table>\n"); out.write(" <div>\n"); out.write(" <a href='form.html'>새 글</a>\n"); out.write(" "); if (_jspx_meth_c_005fchoose_005f0(_jspx_page_context)) return; out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${pageNo}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); if (_jspx_meth_c_005fchoose_005f1(_jspx_page_context)) return; out.write("</div> \n"); out.write(" "); org.apache.jasper.runtime.JspRuntimeLibrary.include( request, response, "/Footer.jsp", out, false); out.write("</body>\n"); out.write("</html>\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\n"); out.write("<!DOCTYPE html>\n"); out.write("<html>\n"); out.write("<head>\n"); out.write("\n"); out.write("<title>질문 답변 게시판</title>\n"); out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n"); out.write("<link rel=\"stylesheet\" media=\"screen\" href=\"/stylesheets/qna.css\">"); out.write("\n"); out.write("</head>\n"); out.write("\n"); out.write("<body>\n"); out.write(" <div id=\"header\">\n"); out.write(" <div id=\"title\">\n"); out.write(" <h2><a href=\"/list.next\">Java Web Programming 실습</a></h2>\n"); out.write(" </div>\n"); out.write(" </div>\n"); out.write(" \n"); out.write(" <div id=\"main\">\n"); out.write(" <div class=\"older-posts\"> \n"); out.write("\t"); if (_jspx_meth_c_005fforEach_005f0(_jspx_page_context)) return; out.write("\n"); out.write("\t</div>\n"); out.write("\n"); out.write(" \t<br /> <a href=\"/form.next\">질문하기</a> \n"); out.write(" </div>\n"); out.write("</body>\n"); out.write("</html>"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html"); pageContext = _jspxFactory.getPageContext(this, request, response, null, false, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); out = pageContext.getOut(); _jspx_out = out; out.write("\n"); out.write("\n"); out.write("<html>\n"); out.write("<head>\n"); out.write("\t<title>Home</title>\n"); out.write("</head>\n"); out.write("<body>\n"); out.write("<h1>\n"); out.write("\tHello world! \n"); out.write("</h1>\n"); out.write("\n"); out.write("<P> The time on the server is "); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${serverTime}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write(". </P>\n"); out.write("</body>\n"); out.write("</html>\n"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\r\n"); out.write("\r\n"); out.write( "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\r\n"); out.write("<html>\r\n"); out.write("<head>\r\n"); out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\r\n"); out.write("<title>공지사항</title>\r\n"); out.write( "<link href=\"http://netdna.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css\" rel=\"stylesheet\">\r\n"); out.write("<style>\r\n"); out.write("\t thead tr { background: #eee; }\r\n"); out.write("\t tbody tr:hover { background-color: #DAD9FF; cursor: pointer; }\r\n"); out.write("</style>\r\n"); out.write("\r\n"); out.write( "<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js\"></script>\r\n"); out.write("<script>\r\n"); out.write("\t$(function(){\r\n"); out.write("\t\t $(\"tbody tr\").click(function(){\r\n"); out.write("\t\t\t location.href=\"adminContent.jsp?idx=\"+$(this).attr(\"data-id\");\r\n"); out.write("\t\t });\r\n"); out.write("\t});\r\n"); out.write("</script>\r\n"); out.write("</head>\r\n"); int id; id = (int) session.getAttribute("id"); System.out.println(id); // 해당 학번=id(세션) 값으로 정보를 불러온다. User user = Register.selectDetail(id); ArrayList<Admin> list = AdminPage.selectAll(); String cmd = request.getParameter("cmd"); if (request.getMethod().equals("POST")) { if (cmd.equals("logout")) { session.invalidate(); out.write("\r\n"); out.write("\t\t\t\t<script>\r\n"); out.write("\t\t\t\t\talert(\"로그아웃 되었습니다\");\r\n"); out.write("\t\t\t\t\tlocation.href=\"login.jsp\";\r\n"); out.write("\t\t\t\t</script>\r\n"); out.write("\t\t\t"); } } out.write("\r\n"); out.write("\r\n"); out.write("<body>\r\n"); out.write("<div>\r\n"); out.write("\t<form method=\"post\">\r\n"); out.write( "\t\t<button class=\"btn btn-small\" name=\"cmd\" value=\"logout\">로그 아웃</button>\r\n"); out.write("\t</form>\r\n"); out.write("</div>\r\n"); out.write("<div class=\"container\">\r\n"); out.write("\t<h2>공지사항 게시판</h2><hr/>\r\n"); out.write("\t<form>\r\n"); out.write("\t\t<table class=\"table table-condensed table-bordered\">\r\n"); out.write("\t\t\t<thead>\r\n"); out.write(" \t\t<tr>\r\n"); out.write(" \t\t\t<th>번호</th>\r\n"); out.write(" \t\t\t<th>제목</th>\r\n"); out.write(" \t\t\t<th>작성자</th>\r\n"); out.write(" \t\t</tr>\r\n"); out.write(" \t</thead>\r\n"); out.write(" \t<tbody>\r\n"); out.write("\t\t\t"); for (Admin admin : list) { out.write("\r\n"); out.write("\t\t\t<tr data-id=\""); out.print(admin.getIdx()); out.write("\">\r\n"); out.write(" \t\t\t<td>"); out.print(admin.getIdx()); out.write("</td>\r\n"); out.write(" \t\t\t<td>"); out.print(admin.getTitle()); out.write("</td>\r\n"); out.write(" \t\t\t<td>"); out.print(admin.getName()); out.write("</td>\r\n"); out.write(" \t\t</tr>\r\n"); out.write(" \t\t"); } out.write("\r\n"); out.write(" \t</tbody>\r\n"); out.write("\t\t</table>\r\n"); out.write("\t\t\r\n"); out.write("\t\t"); if (user.getLevel() == 2 || user.getLevel() == 3) { out.write("\r\n"); out.write("\t\t<div>\r\n"); out.write("\t\t\t<a href=\"adminWrite.jsp\" class=\"btn btn-small\">글쓰기</a>\r\n"); out.write("\t\t</div>\r\n"); out.write("\t\t"); } out.write("\r\n"); out.write("\t</form>\r\n"); out.write("\t</div>\r\n"); out.write("</body>\r\n"); out.write("</html>"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html;charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\r\n"); out.write("\r\n"); out.write("<!DOCTYPE html>\r\n"); out.write("<html>\r\n"); out.write("\t<head>\r\n"); out.write("\t\t<meta charset=\"UTF-8\">\r\n"); out.write("\t\t<title>New User</title>\r\n"); out.write( "\t\t<link rel=\"stylesheet\" href=\"css/styles1.css\" type=\"text/css\" media=\"screen\" />\r\n"); out.write("\t\t<style type=\"text/css\">\r\n"); out.write("\t\t\tbody{\r\n"); out.write("\t\t\t\tbackground: url(img/newuser1.png);\r\n"); out.write("\t\t\t\tbackground-repeat: no-repeat;\r\n"); out.write("\t\t\t}\r\n"); out.write("\t\t\th2{\r\n"); out.write("\t\t\t\tmargin-left:90px;\r\n"); out.write("\t\t\t}\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\thr{\r\n"); out.write("\t\t\t\tcolor: black;\r\n"); out.write("\t\t\t}\r\n"); out.write("\t\t\ttd{\r\n"); out.write("\t\t\t\ttext-align:center;\r\n"); out.write("\t\t\t}\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t</style>\r\n"); out.write("\t</head>\r\n"); out.write("\r\n"); out.write("\t<body>\r\n"); out.write("\t\t<div>\r\n"); out.write("\t\t\t<H2>Sign Up</H2>\r\n"); out.write("\t\t\t<img class=\"n1\" src=\"img/visual01_02 (1).png\">\r\n"); out.write("\t\t\t<img class=\"n2\" src=\"img/visual01_02 (2).png\">\r\n"); out.write("\t\t\t<form method=\"post\" action=\"user_control.jsp?action=new\">\r\n"); out.write("\t\t\t\t<table border=\"1\" cellspacing=\"1\" cellpadding=\"5\">\r\n"); out.write("\t\t\t\t\t<tr>\r\n"); out.write("\t\t\t\t\t\t<td>Name</td>\r\n"); out.write( "\t\t\t\t\t\t<td><input type=\"text\" name=\"name\" size=\"20\" required></td>\r\n"); out.write("\t\t\t\t\t</tr>\r\n"); out.write("\t\t\t\t\t<tr>\r\n"); out.write("\t\t\t\t\t\t<td>ID</td>\r\n"); out.write("\t\t\t\t\t\t<td><input type=\"text\" name=\"uid\" size=\"20\" required></td>\r\n"); out.write("\t\t\t\t\t</tr>\r\n"); out.write("\t\t\t\t\t<tr>\r\n"); out.write("\t\t\t\t\t\t<td>Email</td>\r\n"); out.write("\t\t\t\t\t\t<td><input type=\"email\" name=\"email\" size=\"20\"></td>\r\n"); out.write("\t\t\t\t\t</tr>\r\n"); out.write("\t\t\t\t\t<tr>\r\n"); out.write("\t\t\t\t\t\t<td>Password</td>\r\n"); out.write( "\t\t\t\t\t\t<td><input type=\"password\" name=\"passwd\" size=\"20\" required>\r\n"); out.write("\t\t\t\t\t</tr>\r\n"); out.write("\t\t\t\t\t<tr>\r\n"); out.write( "\t\t\t\t\t<td colspan=2 align=center><input type=submit value=\"sign up\"></td>\r\n"); out.write("\t\t\t\t\t</tr>\r\n"); out.write("\t\t\t\t</table>\r\n"); out.write("\t\t\t</form>\r\n"); out.write("\t\t</div>\r\n"); out.write("\t</body>\r\n"); out.write("</html>\r\n"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\r\n"); out.write("\r\n"); out.write("<!DOCTYPE html>\r\n"); out.write("<html>\r\n"); out.write("<head>\r\n"); out.write("\r\n"); out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\r\n"); out.write("<title>SOOIN SMC :: 수인에스엠씨</title>\r\n"); out.write("<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n"); out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../style.css\">\r\n"); out.write("<link\r\n"); out.write( "\thref=\"http://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css\"\r\n"); out.write("\trel=\"stylesheet\">\r\n"); out.write("<script\r\n"); out.write( "\tsrc=\"http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js\"></script>\r\n"); out.write("<script\r\n"); out.write( "\tsrc=\"http://netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js\"></script>\r\n"); out.write("<script\r\n"); out.write( "\tsrc=\"http://netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap-dropdown.js\"></script>"); out.write("\r\n"); out.write("<style>\r\n"); out.write("/* sub-left style */\r\n"); out.write("div#sub-left {\r\n"); out.write("\tpadding-top: 70px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("div#sub-right {\r\n"); out.write("\tpadding-top: 70px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#sub-left h2 {\r\n"); out.write("\theight: 43px;\r\n"); out.write("\tborder-bottom: 1px solid #f4f4f4;\r\n"); out.write("\ttext-indent: 11px;\r\n"); out.write("\tcolor: #4083c2;\r\n"); out.write("\tfont-weight: 100;\r\n"); out.write("\tfont-size: 25px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("ul, ol {\r\n"); out.write("\tlist-style: outside none none;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#sub-left .smenu:hover, #sub-left .smenu.active {\r\n"); out.write("\t/* color: #4458a6; */\r\n"); out.write("\tcolor: #fff;\r\n"); out.write("\tbackground-color: #4083c2;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("a:link {\r\n"); out.write("\tcolor: #666;\r\n"); out.write("\ttext-decoration: none;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("a {\r\n"); out.write("\toutline: medium none;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("a {\r\n"); out.write("\tcolor: #666;\r\n"); out.write("\ttext-decoration: none;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#sub-left .smenu {\r\n"); out.write("\tdisplay: block;\r\n"); out.write("\theight: 40px;\r\n"); out.write("\tline-height: 40px;\r\n"); out.write("\ttext-indent: 12px;\r\n"); out.write("\tfont-size: 15px;\r\n"); out.write("\tborder-bottom: 1px solid #f4f4f4;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#sub-left {\r\n"); out.write("\twidth: 200px;\r\n"); out.write("\tfloat: left;\r\n"); out.write("\tpadding-top: 63px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#sub {\r\n"); out.write("\twidth: 980px;\r\n"); out.write("\tmargin: 0px auto;\r\n"); out.write("\tbackground: transparent url(\"/images/sub-bg.gif\") repeat-y scroll 200px\r\n"); out.write("\t\t0px;\r\n"); out.write("\tposition: relative;\r\n"); out.write("\tz-index: 1;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("/* sub-right style */\r\n"); out.write("#sub-right {\r\n"); out.write("\twidth: 750px;\r\n"); out.write("\tfloat: right;\r\n"); out.write("\tpadding: 60px 0px;\r\n"); out.write("\tposition: relative;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#sub-right .svisual {\r\n"); out.write("\tposition: absolute;\r\n"); out.write("\tz-index: 10;\r\n"); out.write("\tdisplay: block;\r\n"); out.write("\theight: 190px;\r\n"); out.write("\tright: 0px;\r\n"); out.write("\ttop: 99px;\r\n"); out.write("\twidth: 50px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("img {\r\n"); out.write("\tborder: 0px none;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("fieldset, img {\r\n"); out.write("\tborder: 0px none;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#sub-right #navi {\r\n"); out.write("\tcolor: #A6A6A6;\r\n"); out.write("\tfont-size: 11px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("body, p, ul, ol, li, dl, dt, dd, form, table, th, td, fieldset, input,\r\n"); out.write("\ttextarea, select, button, h1, h2, h3, h4, h5, h6, pre {\r\n"); out.write("\tmargin: 0px;\r\n"); out.write("\tpadding: 0px;\r\n"); out.write("\tfont-family: 나눔고딕, NanumGothic, nanum, \"맑은 고딕\", \"Malgun Gothic\", 돋움,\r\n"); out.write("\t\tDotum, 굴림, Gulim, Helvetica, applegothic, sans-serif;\r\n"); out.write("\tfont-size: 12px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#sub-right #navi span {\r\n"); out.write("\tcolor: #4C4C4C;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#sub-right #sub-title {\r\n"); out.write(" color: #4C4C4C;\r\n"); out.write(" font-size: 40px;\r\n"); out.write(" font-weight: 600;\r\n"); out.write(" padding-top: 15px;\r\n"); out.write(" border-bottom: 1px solid #EDEDED;\r\n"); out.write(" height: 60px;\r\n"); out.write(" position: relative;\r\n"); out.write(" z-index: 5;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#sub-right #sub-title span {\r\n"); out.write("\tdisplay: block;\r\n"); out.write("\twidth: 158px;\r\n"); out.write("\theight: 12px;\r\n"); out.write("\tbackground: transparent url(\"/images/sub-title-txt.gif\") no-repeat\r\n"); out.write("\t\tscroll 0% 0%;\r\n"); out.write("\ttext-indent: -9999px;\r\n"); out.write("\tposition: absolute;\r\n"); out.write("\tleft: 0px;\r\n"); out.write("\tbottom: -3px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#sub-right #content {\r\n"); out.write("\tmargin-top: 30px;\r\n"); out.write("\tmin-height: 400px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".business-top {\r\n"); out.write("\theight: 290px;\r\n"); out.write("\twidth: 100%;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".business-top-left {\r\n"); out.write("\twidth: 206px;\r\n"); out.write("\theight: 270px;\r\n"); out.write("\tfloat: left;\r\n"); out.write("\tcolor: #fff;\r\n"); out.write("\tpadding: 10px 10px 10px 30px;\r\n"); out.write("\tfont-size: 14px;\r\n"); out.write("\tfont-weight: 700;\r\n"); out.write("\t/* background-color: #ba7adf; */\r\n"); out.write("\tbackground-color: #3AB0D7;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".vspace20 {\r\n"); out.write("\theight: 20px;\r\n"); out.write("\twidth: 0px;\r\n"); out.write("\toverflow: hidden;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".vspace5 {\r\n"); out.write("\theight: 5px;\r\n"); out.write("\twidth: 0px;\r\n"); out.write("\toverflow: hidden;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".business-top-right {\r\n"); out.write("\tfloat: right;\r\n"); out.write("\twidth: 544px;\r\n"); out.write("\theight: 50px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".clearfix::after {\r\n"); out.write("\tdisplay: block;\r\n"); out.write("\tvisibility: hidden;\r\n"); out.write("\tclear: both;\r\n"); out.write("\tcontent: \"\";\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".business-mid {\r\n"); out.write("\tclear: both;\r\n"); out.write("\twidth: 100%;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".table > tr td{\r\n"); out.write("\tpadding: 10px 8px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("form>div {\r\n"); out.write("\ttext-align: center;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#aInfo {\r\n"); out.write("\tcolor: #4C4C4C;\r\n"); out.write("\tfont-size: 20px;\r\n"); out.write("\tfont-weight: 600;\r\n"); out.write("\tpadding-top: 15px;\r\n"); out.write("\theight: 60px;\r\n"); out.write("\tposition: relative;\r\n"); out.write("\tz-index: 5;\r\n"); out.write("\ttext-align: center;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("input[type=\"submit\"] {\r\n"); out.write("\tcursor: pointer;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".button {\r\n"); out.write("\tbackground-color: #4083C2;\r\n"); out.write("\tcolor: #FFF;\r\n"); out.write("\theight: 23px;\r\n"); out.write("\twidth: 125px;\r\n"); out.write("\tpadding: 0px;\r\n"); out.write("\tfont-size: 12px;\r\n"); out.write("\tmargin-top: 10px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".button {\r\n"); out.write("\tbackground-color: #4083c2;\r\n"); out.write("\tcolor: white;\r\n"); out.write("\theight: 23px;\r\n"); out.write("\twidth: 80px;\r\n"); out.write("\tdisplay: inline-block;\r\n"); out.write("\tpadding: 0px;\r\n"); out.write("\tmargin-bottom: 0px;\r\n"); out.write("\tfont-size: 12px;\r\n"); out.write("\tfont-weight: 400;\r\n"); out.write("\tline-height: 1.42857;\r\n"); out.write("\ttext-align: center;\r\n"); out.write("\twhite-space: nowrap;\r\n"); out.write("\tvertical-align: middle;\r\n"); out.write("\tcursor: pointer;\r\n"); out.write("\t-moz-user-select: none;\r\n"); out.write("\tbackground-image: none;\r\n"); out.write("\tborder: 1px solid transparent;\r\n"); out.write("\tborder-radius: 4px;\r\n"); out.write("\tmargin-top: 10px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".btn:hover {\r\n"); out.write("\tcolor: white;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".text {\r\n"); out.write("\tmargin-left: 5px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(".login{\r\n"); out.write("\twidth: 150px;\r\n"); out.write("\theight: 30px;\r\n"); out.write("\tmargin-bottom: 5px;\r\n"); out.write("}\r\n"); out.write("</style>\r\n"); out.write("</head>\r\n"); String errMsg = null; util.RequestParameter param = new RequestParameter(request); String loginId = param.getString("loginId", ""); if (request.getMethod().equals("POST")) { Manager manager = ManagerDAO.selectByLoginId(loginId); if (manager != null) { String passwd = param.getString("passwd", ""); if (ManagerDAO.checkPasswd(loginId, passwd)) { // if (manager.isEnabled()) { ManagerService.login(session, manager); String returnUrl = (String) session.getAttribute("returnUrl"); if (returnUrl == null) returnUrl = request.getContextPath() + "/main.jsp"; response.sendRedirect(returnUrl); return; // } // else errMsg = "비활성화된 사용자입니다"; } else errMsg = "비밀번호가 잘못되었습니다"; } else errMsg = "로그인 아이디가 잘못되었습니다"; } out.write("\r\n"); out.write("<body>\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("<style>\r\n"); out.write("nav, p, ul, ol, li, dl, dt, dd, form, table, th, td, fieldset, input,\r\n"); out.write("\ttextarea, select, button, h1, h2, h3, h4, h5, h6, pre {\r\n"); out.write("\tmargin: 0px;\r\n"); out.write("\tpadding: 0px;\r\n"); out.write( "\tfont-family: \"나눔고딕\", NanumGothic, nanum, \"맑은 고딕\", \"Malgun Gothic\", \"돋움\",\r\n"); out.write("\t\tDotum, \"굴림\", Gulim, Helvetica, applegothic, sans-serif;\r\n"); out.write("\tfont-size: 14px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("nav {\r\n"); out.write("\theight: 100%;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#wrap {\r\n"); out.write("\twidth: 100%;\r\n"); out.write("\tposition: relative;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top-wrap {\r\n"); out.write("\twidth: 100%;\r\n"); out.write("\theight: 100px;\r\n"); out.write("\tborder-bottom: 1px solid #cfcfcf;\r\n"); out.write("\tz-index: 5;\r\n"); out.write("\tposition: relative;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top {\r\n"); out.write("\twidth: 980px;\r\n"); out.write("\tmargin: 0px auto;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #logo {\r\n"); out.write("\tfloat: left;\r\n"); out.write("\tmargin: 19px 50px 0px 40px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #logo, #top #logo a {\r\n"); out.write("\twidth: 30px;\r\n"); out.write("\theight: 10px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #logo, #top #logo a {\r\n"); out.write("\twidth: 100px;\r\n"); out.write("\theight: 10px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("a:link {\r\n"); out.write("\tcolor: #666;\r\n"); out.write("\ttext-decoration: none;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("a {\r\n"); out.write("\toutline: medium none;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("a {\r\n"); out.write("\tcolor: #666;\r\n"); out.write("\ttext-decoration: none;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #tnb {\r\n"); out.write("\tfloat: right;\r\n"); out.write("\tmargin: 50px 50px 0px 0px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("ul, ol {\r\n"); out.write("\tlist-style: outside none none;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #tnb li {\r\n"); out.write("\tfloat: left;\r\n"); out.write("\tmargin-left: 15px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("img {\r\n"); out.write("\tborder: 0px none;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("fieldset, img {\r\n"); out.write("\tborder: 0px none;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb {\r\n"); out.write("\tfloat: left;\r\n"); out.write("\tmargin: 50px 0px 0px 60px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li {\r\n"); out.write("\tfloat: left;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li .menu {\r\n"); out.write("\tfloat: left;\r\n"); out.write("\tdisplay: block;\r\n"); out.write("\tcolor: #333;\r\n"); out.write("\tfont-size: 25px;\r\n"); out.write("\tfont-weight: 600;\r\n"); out.write("\tpadding: 0px 120px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li ul {\r\n"); out.write("\tposition: absolute;\r\n"); out.write("\tdisplay: none;\r\n"); out.write("\twidth: 100%;\r\n"); out.write("\ttop: 100px;\r\n"); out.write("\tleft: 0px;\r\n"); out.write("\tbackground: rgb(255, 255, 255) none repeat scroll 0% 0%;\r\n"); out.write("\theight: 105px;\r\n"); out.write("\t/* border-bottom: 1px solid #E5E5E5; */\r\n"); out.write("\tbackground-color: #f9f9f9;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li ul li {\r\n"); out.write("\twidth: 980px;\r\n"); out.write("\tposition: absolute;\r\n"); out.write("\tleft: 50%;\r\n"); out.write("\tmargin-left: -320px;\r\n"); out.write("\ttop: 0px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li {\r\n"); out.write("\tfloat: left;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li #snb1 li a:first-child {\r\n"); out.write("\twidth: 200px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li #snb1 li a {\r\n"); out.write("\twidth: 200px;\r\n"); out.write("\tbackground-position: 130px 46px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li ul li #menu /smenu11 {\r\n"); out.write("\tbackground-image: url(\"/images/picture_suin.png\");\r\n"); out.write("}\r\n"); out.write("/* top #gnb li ul li a:first-child {\r\n"); out.write("\tborder-left: 1px solid #E5E5E5;\r\n"); out.write("} \r\n"); out.write(" #top #gnb li #snb2 li a:first-child {\r\n"); out.write(" width: 0px;\r\n"); out.write("} */\r\n"); out.write("#top #gnb li #snb2 li a {\r\n"); out.write("\twidth: 200px;\r\n"); out.write("\tbackground-position: 150px 46px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li #snb3 li a {\r\n"); out.write("\twidth: 200px;\r\n"); out.write("\tbackground-position: 170px 46px;\r\n"); out.write("\tmargin-left: 230px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li #snb4 li a {\r\n"); out.write("\twidth: 200px;\r\n"); out.write("\tbackground-position: 200px 46px;\r\n"); out.write("\tmargin-left: 360px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li ul li a:first-child {\r\n"); out.write("\t/* border-left: 1px solid #E5E5E5;\r\n"); out.write("\tborder-right: 1px solid #E5E5E5; */\r\n"); out.write("\t\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li ul li a {\r\n"); out.write("\tdisplay: block;\r\n"); out.write("\tfloat: left;\r\n"); out.write("\t/* border-right: 2px solid #E5E5E5; */\r\n"); out.write("\tbackground-repeat: no-repeat;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li .menu:hover, #top #gnb li .menu.active {\r\n"); out.write("\tcolor: #4083c2 !important;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#top #gnb li .menu {\r\n"); out.write("\tfloat: left;\r\n"); out.write("\tdisplay: block;\r\n"); out.write("\tcolor: #333;\r\n"); out.write("\tfont-size: 15px;\r\n"); out.write("\tfont-weight: 600;\r\n"); out.write("\tpadding: 0px 28px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("</style>\r\n"); out.write("<script>\r\n"); out.write("\t$(document)\r\n"); out.write("\t\t\t.ready(\r\n"); out.write("\t\t\t\t\tfunction() {\r\n"); out.write("\t\t\t\t\t\t$(\"#gnb > .mn\")\r\n"); out.write("\t\t\t\t\t\t\t\t.each(\r\n"); out.write("\t\t\t\t\t\t\t\t\t\tfunction(index) {\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t$(this)\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t.bind(\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"mouseenter focusin\",\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfunction() {\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$(\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"#gnb > .mn:not(#gnb > .mn:eq(\"\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t+ index\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t+ \")) > ul\")\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.slideUp(\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t100);\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$(\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"#gnb > .mn:eq(\"\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t+ index\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t+ \") ul:not(:animated)\")\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.slideDown(\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t200);\r\n"); out.write("\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$(\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"#gnb > .mn:not(#gnb > .mn:eq(\"\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t+ index\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t+ \")) > .menu\")\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.removeClass(\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"over\");\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$(\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"#gnb > .mn:eq(\"\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t+ index\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t+ \") .menu\")\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addClass(\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"over\");\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t});\r\n"); out.write("\t\t\t\t\t\t\t\t\t\t});\r\n"); out.write("\r\n"); out.write("\t\t\t\t\t\t$(\"#top-wrap\").bind(\"mouseleave\", function() {\r\n"); out.write("\t\t\t\t\t\t\t$(\".mn > ul\").slideUp(100);\r\n"); out.write("\t\t\t\t\t\t\t$(\".menu\").removeClass(\"over\");\r\n"); out.write("\t\t\t\t\t\t\t$(\"#gnb > .menu\").removeClass(\"over\");\r\n"); out.write("\t\t\t\t\t\t});\r\n"); out.write("\t\t\t\t\t});\r\n"); out.write("</script>\r\n"); String R78 = request.getContextPath(); boolean isManager = ManagerService.isCurrentUserLoggedIn(session); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("<nav id=\"mbody\">\r\n"); out.write("\r\n"); out.write("\t<form action=\"\" target=\"\" method=\"post\" name=\"f\">\r\n"); out.write("\t\t<input type=\"hidden\" value=\"\" name=\"reqPKey\"></input>\r\n"); out.write("\t</form>\r\n"); out.write("\t<div id=\"wrap\">\r\n"); out.write("\t\t<div class=\"notipop\"></div>\r\n"); out.write("\t\t<div class=\"moviewrap\"></div>\r\n"); out.write("\t\t<div id=\"top-wrap\">\r\n"); out.write("\r\n"); out.write("\t\t\t<div id=\"top\">\r\n"); out.write("\t\t\t\t<h1 id=\"logo\">\r\n"); out.write("\t\t\t\t\t<a href=\""); out.print(R78); out.write("/main.jsp\"> <img title=\"메인\" alt=\"메인\"\r\n"); out.write("\t\t\t\t\t\tsrc=\""); out.print(R78); out.write("/images/logo_final.png\" width=\"120px\" height=\"80px\"></img></a>\r\n"); out.write("\t\t\t\t</h1>\r\n"); out.write("\t\t\t\t<ul id=\"tnb\">\r\n"); out.write("\t\t\t\t\t<li><a href=\""); out.print(R78); out.write("/main.jsp\"> <img title=\"HOME\"\r\n"); out.write("\t\t\t\t\t\t\talt=\"HOME\" src=\""); out.print(R78); out.write("/images/home2.png\" width=\"25px\"\r\n"); out.write("\t\t\t\t\t\t\theight=\"25px\"></img>\r\n"); out.write("\t\t\t\t\t</a></li>\r\n"); out.write("\t\t\t\t\t"); if (!isManager) { out.write("\r\n"); out.write("\t\t\t\t\t<li><a href=\""); out.print(R78); out.write("/guest/login.jsp\"> <img title=\"로그인\"\r\n"); out.write("\t\t\t\t\t\t\talt=\"로그인\" src=\""); out.print(R78); out.write("/images/login.png\" width=\"25px\"\r\n"); out.write("\t\t\t\t\t\t\theight=\"25px\"></img>\r\n"); out.write("\t\t\t\t\t</a></li>\r\n"); out.write("\t\t\t\t\t"); } else { out.write("\r\n"); out.write("\t\t\t\t\t<li><a href=\""); out.print(R78); out.write("/guest/logout.jsp\"> <img title=\"로그아웃\"\r\n"); out.write("\t\t\t\t\t\t\talt=\"로그아웃\" src=\""); out.print(R78); out.write("/images/login-ok.png\"\r\n"); out.write("\t\t\t\t\t\t\tonclick=\"return confirm('로그아웃 하시겠습니까?');\" width=\"25px\"\r\n"); out.write("\t\t\t\t\t\t\theight=\"25px\"></img>\r\n"); out.write("\t\t\t\t\t</a></li>\r\n"); out.write("\t\t\t\t\t"); } out.write("\r\n"); out.write("\r\n"); out.write("\t\t\t\t</ul>\r\n"); out.write("\t\t\t\t<ul id=\"gnb\">\r\n"); out.write("\t\t\t\t\t<li class=\"mn\"><a class=\"menu\"\r\n"); out.write("\t\t\t\t\t\thref=\""); out.print(R78); out.write("/menu/smenu11.jsp?\"> 회사소개 </a>\r\n"); out.write("\t\t\t\t\t\t<ul id=\"snb1\">\r\n"); out.write("\t\t\t\t\t\t\t<li><a id=\""); out.print(R78); out.write("/menu/smenu11\"\r\n"); out.write("\t\t\t\t\t\t\t\thref=\""); out.print(R78); out.write("/menu/smenu11.jsp?\"> <img title=\"경영이념\"\r\n"); out.write("\t\t\t\t\t\t\t\t\talt=\"경영이념\" src=\""); out.print(R78); out.write("/images/smenu11-top.jpg\" name=\"smenu11\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseover=\"smenu11.src='"); out.print(R78); out.write("/images/smenu11-top-hover.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseout=\"smenu11.src='"); out.print(R78); out.write("/images/smenu11-top.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\twidth=\"200px\" height=\"105px\"></img>\r\n"); out.write("\r\n"); out.write("\t\t\t\t\t\t\t</a> <a id=\""); out.print(R78); out.write("/menu/smenu12\" href=\""); out.print(R78); out.write("/menu/smenu12.jsp?\">\r\n"); out.write("\t\t\t\t\t\t\t\t\t<img title=\"찾아오시는 길\" alt=\"찾아오시는 길\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tsrc=\""); out.print(R78); out.write("/images/smenu12-top.jpg\" name=\"smenu12\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseover=\"smenu12.src='"); out.print(R78); out.write("/images/smenu12-top-hover.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseout=\"smenu12.src='"); out.print(R78); out.write("/images/smenu12-top.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\twidth=\"200px\" height=\"105px\"></img>\r\n"); out.write("\r\n"); out.write("\t\t\t\t\t\t\t</a></li>\r\n"); out.write("\t\t\t\t\t\t</ul></li>\r\n"); out.write("\t\t\t\t\t<li class=\"mn\"><a class=\"menu\"\r\n"); out.write("\t\t\t\t\t\thref=\""); out.print(R78); out.write("/menu/smenu21.jsp?\"> 사업영역 </a>\r\n"); out.write("\t\t\t\t\t\t<ul id=\"snb2\">\r\n"); out.write("\t\t\t\t\t\t\t<li><a id=\"menu/smenu21\" href=\""); out.print(R78); out.write("/menu/smenu21.jsp?\">\r\n"); out.write("\t\t\t\t\t\t\t\t\t<img title=\"시설영역\" alt=\"시설영역\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tsrc=\""); out.print(R78); out.write("/images/smenu21-top.jpg\" name=\"smenu21\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseover=\"smenu21.src='"); out.print(R78); out.write("/images/smenu21-top-hover.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseout=\"smenu21.src='"); out.print(R78); out.write("/images/smenu21-top.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\twidth=\"200px\" height=\"105px\"></img>\r\n"); out.write("\t\t\t\t\t\t\t</a> <a id=\"menu/smenu22\" href=\""); out.print(R78); out.write("/menu/smenu22.jsp?\"> <img\r\n"); out.write("\t\t\t\t\t\t\t\t\ttitle=\"보안영역\" alt=\"보안영역\" src=\""); out.print(R78); out.write("/images/smenu22-top.jpg\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tname=\"smenu22\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseover=\"smenu22.src='"); out.print(R78); out.write("/images/smenu22-top-hover.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseout=\"smenu22.src='"); out.print(R78); out.write("/images/smenu22-top.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\twidth=\"200px\" height=\"105px\"></img>\r\n"); out.write("\t\t\t\t\t\t\t</a> <a id=\"menu/smenu23\" href=\""); out.print(R78); out.write("/menu/smenu23.jsp?\"> <img\r\n"); out.write("\t\t\t\t\t\t\t\t\ttitle=\"미화영역\" alt=\"미화영역\" src=\""); out.print(R78); out.write("/images/smenu23-top.jpg\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tname=\"smenu23\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseover=\"smenu23.src='"); out.print(R78); out.write("/images/smenu23-top-hover.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseout=\"smenu23.src='"); out.print(R78); out.write("/images/smenu23-top.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\twidth=\"200px\" height=\"105px\"></img>\r\n"); out.write("\t\t\t\t\t\t\t</a></li>\r\n"); out.write("\t\t\t\t\t\t</ul></li>\r\n"); out.write("\t\t\t\t\t<li class=\"mn\"><a class=\"menu\"\r\n"); out.write("\t\t\t\t\t\thref=\""); out.print(R78); out.write("/menu/smenu31.jsp?\"> 수인광장 </a>\r\n"); out.write("\t\t\t\t\t\t<ul id=\"snb3\">\r\n"); out.write("\t\t\t\t\t\t\t<li><a id=\"menu/smenu31\" href=\""); out.print(R78); out.write("/menu/smenu31.jsp?\">\r\n"); out.write("\t\t\t\t\t\t\t\t\t<img title=\"수인소식\" alt=\"수인소식\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tsrc=\""); out.print(R78); out.write("/images/smenu31-top.jpg\" name=\"smenu31\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseover=\"smenu31.src='"); out.print(R78); out.write("/images/smenu31-top-hover.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseout=\"smenu31.src='"); out.print(R78); out.write("/images/smenu31-top.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\twidth=\"200px\" height=\"105px\"></img>\r\n"); out.write("\t\t\t\t\t\t\t</a></li>\r\n"); out.write("\t\t\t\t\t\t</ul></li>\r\n"); out.write("\r\n"); out.write("\t\t\t\t\t<li class=\"mn\"><a class=\"menu\"\r\n"); out.write("\t\t\t\t\t\thref=\""); out.print(R78); out.write("/menu/smenu41.jsp?\"> 견적의뢰 </a>\r\n"); out.write("\t\t\t\t\t\t<ul id=\"snb4\">\r\n"); out.write("\t\t\t\t\t\t\t<li><a id=\"menu/smenu41\" href=\""); out.print(R78); out.write("/menu/smenu41.jsp?\">\r\n"); out.write("\t\t\t\t\t\t\t\t\t<img title=\"견적의뢰\" alt=\"견적의뢰\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tsrc=\""); out.print(R78); out.write("/images/smenu41-top.jpg\" name=\"smenu41\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseover=\"smenu41.src='"); out.print(R78); out.write("/images/smenu41-top-hover.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\tonmouseout=\"smenu41.src='"); out.print(R78); out.write("/images/smenu41-top.jpg'\"\r\n"); out.write("\t\t\t\t\t\t\t\t\twidth=\"200px\" height=\"105px\"></img>\r\n"); out.write("\t\t\t\t\t\t\t</a></li>\r\n"); out.write("\t\t\t\t\t\t</ul></li>\r\n"); out.write("\t\t\t\t</ul>\r\n"); out.write("\t\t\t</div>\r\n"); out.write("\t\t</div>\r\n"); out.write("\t</div>\r\n"); out.write("</nav>"); out.write("\r\n"); out.write("\r\n"); out.write("<div class=\"container main\">\r\n"); out.write("\r\n"); out.write("<div id=\"aInfo\">관리자 로그인</div>\r\n"); out.write("\r\n"); out.write(" <form method=\"post\">\r\n"); out.write(" <div>\r\n"); out.write("\t\t<input type='text' class=\"login\" name='loginId' size='10'\r\n"); out.write("\t\t\tplaceholder=\"아이디\" value=\""); out.print(loginId); out.write("\">\r\n"); out.write("\t</div>\r\n"); out.write("\t<div>\r\n"); out.write("\t\t<input type='password' class=\"login\" name='passwd' size='10'\r\n"); out.write("\t\t\tplaceholder=\"비밀번호\">\r\n"); out.write("\t</div>\r\n"); out.write("\r\n"); out.write(" <div>\r\n"); out.write(" <button type=\"submit\" class=\"button btn btn-primary\">\r\n"); out.write(" <i class=\"icon-ok icon-white\"></i>\r\n"); out.write(" 로그인\r\n"); out.write(" </button>\r\n"); out.write(" \r\n"); out.write(" </div>\r\n"); out.write(" </form>\r\n"); out.write(" "); if (errMsg != null) { out.write("\r\n"); out.write(" <div class=\"alert alert-error\">"); out.print(errMsg); out.write("</div>\r\n"); out.write(" "); } out.write("\r\n"); out.write("\r\n"); out.write("</div>\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("<style>\r\n"); out.write("#bottom{\r\n"); out.write(" display:block;\r\n"); out.write(" text-align:center;\r\n"); out.write(" height:100px;\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write("#bottom-img{\r\n"); out.write(" padding:10px 75px;\r\n"); out.write(" text-align:cetner;\r\n"); out.write("}\r\n"); out.write("</style>\r\n"); out.write("\r\n"); out.write(" <div class=\"main\" id=\"bottom\">\r\n"); out.write(" <img id=\"bottom-img\" alt=\"수인\" src=\""); out.print(request.getContextPath()); out.write("/images/bottom.png\" width=\"810px\">\r\n"); out.write(" </div>"); out.write("\r\n"); out.write("</body>\r\n"); out.write("</html>\r\n"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("<!DOCTYPE html>\r\n"); out.write("<html>\r\n"); out.write("<head>\r\n"); out.write("<title>View</title>\r\n"); out.write("<style>\r\n"); out.write("#hash{\r\n"); out.write("color:#5AAEFF;\r\n"); out.write("}\r\n"); out.write("#view_div{\r\n"); out.write("\twidth:780px;\r\n"); out.write("\theight:640px;\r\n"); out.write(" \t/* background-color: black; */\r\n"); out.write("\t/* border:1px solid; */\r\n"); out.write("\tpadding:5px;\r\n"); out.write("\tmargin:auto;\r\n"); out.write("\t}\r\n"); out.write("\t\r\n"); out.write("\t#view_left{\r\n"); out.write("\twidth:380px;\r\n"); out.write("\theight:620px;\r\n"); out.write("\t/* background-color: yellow; */\r\n"); out.write("\tfloat:left;\t\r\n"); out.write("\tborder:1px solid;\r\n"); out.write("\tmargin:auto;\r\n"); out.write("\t}\r\n"); out.write("\t\r\n"); out.write("\t\r\n"); out.write("\t\r\n"); out.write("\t#view_right{\t\r\n"); out.write("\twidth:380px;\r\n"); out.write("\theight:620px;\r\n"); out.write("\t/* background-color: yellow; */\r\n"); out.write("\tfloat:right;\r\n"); out.write("\tborder:1px solid;\r\n"); out.write("\tmargin:auto;\r\n"); out.write("\t}\r\n"); out.write("\t\r\n"); out.write("\t#left_nickndate{\r\n"); out.write("\twidth:360px;\r\n"); out.write("\theight:20px;\r\n"); out.write("\tfloat:auto;\r\n"); out.write("\tmargin:5px;\r\n"); out.write("\tborder:1px solid;\r\n"); out.write("\tbackground-color:white;\r\n"); out.write("\t}\r\n"); out.write("\t\r\n"); out.write("\t#left_mod_del_rep{\r\n"); out.write("\twidth:360px;\r\n"); out.write("\theight:20px;\r\n"); out.write("\tfloat:auto;\r\n"); out.write("\tmargin:5px;\r\n"); out.write("\t/* border:1px solid; */\r\n"); out.write("\tbackground-color:white;\r\n"); out.write("\t}\r\n"); out.write("\t\r\n"); out.write("\t#align_left{\r\n"); out.write("\tfloat:left;\r\n"); out.write("\t}\r\n"); out.write("\t#align_right{\r\n"); out.write("\tfloat:right;}\r\n"); out.write("\t#left_nickndate{\r\n"); out.write("\twidth:360px;\r\n"); out.write("\theight:20px;\r\n"); out.write("\tfloat:auto;\r\n"); out.write("\tmargin:5px;\r\n"); out.write("\tborder:1px solid;\r\n"); out.write("\tbackground-color:white;\r\n"); out.write("\t}\r\n"); out.write("\r\n"); out.write("\t#left_good_re{\r\n"); out.write("\twidth:360px;\r\n"); out.write("\theigt:20px;\r\n"); out.write("\tfloat:auto;\r\n"); out.write("\tmargin:5px;\r\n"); out.write("\tbackground-color:white;\t\r\n"); out.write("\t}\r\n"); out.write("\t#right_nick{\r\n"); out.write("\twidth:360px;\r\n"); out.write("\theight:20px;\r\n"); out.write("\tfloat:left;\r\n"); out.write("\tmargin:5px;\r\n"); out.write("\tborder:1px solid;\r\n"); out.write("\tbackground-color:white;\r\n"); out.write("\t}\r\n"); out.write("\t#comment_content{\r\n"); out.write("\twidth:360px;\r\n"); out.write("\theight:60px;\r\n"); out.write("\tfloat:left;\r\n"); out.write("\tmargin:5px;\r\n"); out.write("\tbackground-color:white;\r\n"); out.write("\t}\r\n"); out.write("\t#comment_textarea{\r\n"); out.write("\twidth:98.5%;\r\n"); out.write("\theight:100%;\r\n"); out.write("\t}\r\n"); out.write("\t\r\n"); out.write("\t#comment_submit{\r\n"); out.write("\twidth:360px;\r\n"); out.write("\theight:20px;\r\n"); out.write("\tfloat:left;\r\n"); out.write("\tmargin:5px;\r\n"); out.write("\t/* border:2px solid; */\r\n"); out.write("\tbackground-color:white;\r\n"); out.write("\t}\r\n"); out.write("\t\r\n"); out.write("\t#comment_view{\r\n"); out.write("\twidth:360px;\r\n"); out.write("\theight:460px;\r\n"); out.write("\tfloat:left;\r\n"); out.write("\tmargin:5px;\r\n"); out.write("\tborder:1px solid;\r\n"); out.write("\tbackground-color:white;\r\n"); out.write("\t}\r\n"); out.write("\t\r\n"); out.write("\t#content_photo{\r\n"); out.write("\twidth:360px;\r\n"); out.write("\theight:490px;\r\n"); out.write("\tfloat:left;\r\n"); out.write("\tmargin:5px;\r\n"); out.write("\tborder:1px solid;\r\n"); out.write("\tbackground-color:white;\r\n"); out.write("\t}\r\n"); out.write("\t\r\n"); out.write("\t#test{border-bottom:1px solid;}\r\n"); out.write("</style>\r\n"); out.write("<script> \r\n"); out.write("\r\n"); out.write("function modifycon(connum){\r\n"); out.write("\turl=\"/INTERHASH/UpdateContent.hash?check=y&&connum=\"+connum\r\n"); out.write("}\r\n"); out.write("\r\n"); out.write(" function modify(comnum,connum){\r\n"); out.write( "\turl=\"/INTERHASH/UpdateComment.hash?check=y&&comnum=\"+comnum+\"&&connum=\"+connum;\r\n"); out.write("\t\r\n"); out.write( "\twindow.open(url,\"post\",\"toolbar=no ,width=500 ,height=250,directories=no,status=yes,menubar=no,scrollbars=no\");\r\n"); out.write("} \r\n"); out.write("\r\n"); out.write("function report(){\r\n"); out.write("\t\r\n"); out.write("\turl=\"/INTERHASH/ReportForm.hash?check=y&&connickname="); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${content.connickname}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("&&connum="); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${content.connum}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("\";\r\n"); out.write("\t\r\n"); out.write( "\twindow.open(url,\"post\",\"toolbar=no ,width=500 ,height=250,directories=no,status=yes,menubar=no,scrollbars=no\");\r\n"); out.write("}\r\n"); out.write("</script>\r\n"); out.write("\r\n"); out.write("</head>\r\n"); out.write("<body>\r\n"); out.write("<div id=\"view_div\">\r\n"); out.write("<!-- <form name=\"view\"> -->\r\n"); out.write("\r\n"); out.write("<div id=\"view_left\">\r\n"); out.write("\t<form>\r\n"); out.write("\t<div id=\"left_nickndate\">\r\n"); out.write("\t\t<span id =\"align_left\">"); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${sessionScope.nickName}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("님</span>\r\n"); out.write("\t\t<span id=\"align_right\">"); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${sdf.format(content.conmodifieddate)}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("</span>\r\n"); out.write("\t</div>\r\n"); out.write("\r\n"); out.write("\t"); if (_jspx_meth_c_005fif_005f0(_jspx_page_context)) return; out.write("\r\n"); out.write("\t\t\r\n"); out.write("\t"); if (_jspx_meth_c_005fif_005f1(_jspx_page_context)) return; out.write("\t\r\n"); out.write("\t\r\n"); out.write("\t<div id=\"content_photo\" style=\"height:490px; overflow-x:auto\">\r\n"); out.write("\t\t<label>"); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${content.connickname}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("<br></label>\r\n"); out.write("\t\t<label>"); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${content.content}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("<br></label>\r\n"); out.write("\r\n"); out.write("\t\t<label id=\"hash\">"); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${content.conhash}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("</label><br>\r\n"); out.write("\t\t\r\n"); out.write("\t\t"); if (_jspx_meth_c_005fforEach_005f0(_jspx_page_context)) return; out.write("\r\n"); out.write("\r\n"); out.write("\t</div>\r\n"); out.write("\t\r\n"); out.write("\t<div id=\"left_good_re\">\r\n"); out.write("\t\t<label id=\"align_right\">댓글 수: "); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${count}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("</label>\r\n"); out.write("\t\t<!-- <label id=\"align_right\">좋아요/</label> --> \r\n"); out.write("\t</div>\r\n"); out.write("\t</form>\r\n"); out.write("</div>\r\n"); out.write("\r\n"); out.write("<div id=\"view_right\">\r\n"); out.write("\r\n"); out.write("\t<form method=post action=\"InsertComment.hash\">\r\n"); out.write("\t<input type=hidden name=connum value=\""); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${content.connum}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("\">\r\n"); out.write("\t<div id=\"right_nick\">\r\n"); out.write("\t\t<span id =\"align_left\">"); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${sessionScope.nickName}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("님</span>\r\n"); out.write("\t</div>\r\n"); out.write("\t<div id=\"comment_content\">\r\n"); out.write("\t\t<textarea id=\"comment_textarea\" name=\"comcontent\"></textarea>\r\n"); out.write("\t</div>\r\n"); out.write("\t\r\n"); out.write("\t<div id=\"comment_submit\">\r\n"); out.write("\t\t<span id=\"align_right\"><input type=\"submit\" value=\"개시\"></span>\r\n"); out.write("\t</div>\r\n"); out.write("\t</form>\r\n"); out.write("\t\r\n"); out.write("\t\r\n"); out.write("\t\r\n"); out.write( "\t<div id=\"comment_view\" style=\"height:460px; overflow-x:auto\" onchange=\"reload();\">\r\n"); out.write("\r\n"); out.write("\t"); if (_jspx_meth_c_005fforEach_005f1(_jspx_page_context)) return; out.write("\r\n"); out.write("\r\n"); out.write("\t</div>\r\n"); out.write("\t\r\n"); out.write("\r\n"); out.write("</div>\r\n"); out.write("\r\n"); out.write("</div>\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("</body>\r\n"); out.write("</html>"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("<html>\n"); out.write("\t<head>\n"); out.write("\t\t\n"); out.write("\t\t\n"); out.write("\t\t<link rel=\"stylesheet\" href=\"bootstrap/dist/css/bootstrap.css\">\n"); out.write("\t</head>\n"); out.write("\t<body>\n"); out.write("\t\t<div id=\"wrapper\">\n"); out.write("\t\t\t<nav class=\"navbar navbar-default\">\n"); out.write("\t\t\t <div class=\"container-fluid\">\n"); out.write("\t\t\t <!-- Brand and toggle get grouped for better mobile display -->\n"); out.write("\t\t\t <div class=\"navbar-header\">\n"); out.write( "\t\t\t \t<a href=\"servlet/Deco\" type=\"submit\" value=\"Deconnexion\"> Se déconnecter </a>\n"); out.write(" \t\t\t</div>\n"); out.write(" \t\t</div>\n"); out.write("\n"); out.write("\t\t\t<h1> Bonjour "); out.print(session.getAttribute("login")); out.write(" ! </h1></div>\n"); out.write("\t\t\t\n"); out.write("\t\t\t\t<ul>\n"); out.write("\t\t\t\t"); String shortPath = request.getContextPath() + "/users/" + session.getAttribute("login"); String longPath = request.getServletContext().getRealPath("/") + "/users/" + session.getAttribute("login"); String[] files = new File(longPath).list(); for (String s : files) { out.write("\n"); out.write("\t\t\t\t\t\t<li> <a download=\""); out.print(s); out.write("\" href=\""); out.print(shortPath); out.write('/'); out.print(s); out.write('"'); out.write('>'); out.write(' '); out.print(s); out.write(" </a> </li>\n"); out.write("\t\t\t\t"); } out.write("\n"); out.write("\t\t\t\t</ul>\n"); out.write("\n"); out.write("\t\t\t<div class=\"col-md-4 col-md-offset-4\">\n"); out.write( "\t\t\t\t<form method=\"POST\" action=\"servlet/Upload\" enctype=\"multipart/form-data\" >\n"); out.write( "\t\t <div class=\"form-group\"><label>File Input <input type=\"file\" name=\"file\" id=\"file\" /></div>\n"); out.write( "\t\t <input type=\"submit\" value=\"Upload\" name=\"upload\" class=\"btn btn-primary btn-lg btn-block\">\n"); out.write("\t\t </form>\n"); out.write("\t \t\t</div>\n"); out.write("\t\t</div>\n"); out.write("\t</body>\n"); out.write("</head>\n"); out.write("\n"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\n"); out.write(" \n"); out.write(" "); request.setCharacterEncoding("utf-8"); out.write('\n'); out.write(' '); movie.admin.filmBean gb = null; gb = (movie.admin.filmBean) _jspx_page_context.getAttribute("gb", javax.servlet.jsp.PageContext.PAGE_SCOPE); if (gb == null) { gb = new movie.admin.filmBean(); _jspx_page_context.setAttribute("gb", gb, javax.servlet.jsp.PageContext.PAGE_SCOPE); } out.write('\n'); out.write(' '); movie.admin.film _film = null; _film = (movie.admin.film) _jspx_page_context.getAttribute("_film", javax.servlet.jsp.PageContext.PAGE_SCOPE); if (_film == null) { _film = new movie.admin.film(); _jspx_page_context.setAttribute("_film", _film, javax.servlet.jsp.PageContext.PAGE_SCOPE); } out.write('\n'); out.write(' '); org.apache.jasper.runtime.JspRuntimeLibrary.introspect( _jspx_page_context.findAttribute("_film"), request); out.write("\n"); out.write(" \n"); out.write("\n"); out.write(" "); String action = request.getParameter("action"); if (action.equals("list")) { ArrayList<film> films = gb.getDBlist(); request.setAttribute("datas", films); pageContext.forward("admin_mode.jsp"); } if (action.equals("back")) { ArrayList<film> films = gb.getDBlist(); request.setAttribute("datas", films); pageContext.forward("admin_mode.jsp"); } else if (action.equals("insert")) { if (gb.insertDB(_film)) { response.sendRedirect("film_control.jsp?action=list"); } else throw new Exception("DB 입력 오류"); } else if (action.equals("delete")) { if (gb.deleteDB(_film.getId_film())) { response.sendRedirect("film_control.jsp?action=list"); } else throw new Exception("DB 삭제 오류"); } // else if(action.equals("update")){ // } else { } out.write("\n"); out.write(" \n"); out.write( "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n"); out.write("<html>\n"); out.write("<head>\n"); out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n"); out.write("<title>Insert title here</title>\n"); out.write("</head>\n"); out.write("<body>\n"); out.write("\n"); out.write("</body>\n"); out.write("</html>"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=ISO-8859-1"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\r\n"); out.write( "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\r\n"); out.write("<html>\r\n"); out.write("<head>\r\n"); out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\r\n"); out.write("<title>Insert title here</title>\r\n"); out.write("</head>\r\n"); out.write("<body>\r\n"); out.write('\r'); out.write('\n'); out.println(getInfo()); out.write("\r\n"); out.write("</body>\r\n"); out.write("</html>"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write('\r'); out.write('\n'); String username = ""; if (session.getAttribute("login") != null) { username = session.getAttribute("login").toString(); } else { out.println("Invalid session! You must log back into the system."); return; } String outputMsg = "TODO"; ResultSet employeeRevRes = null; String JDBC_DRIVER = "com.mysql.jdbc.Driver"; String DB_URL = "jdbc:mysql://localhost:3306/SilkRoad 5.0"; String USER = "******"; String PASS = "******"; Statement stmt = null; String sql = null; Connection conn = null; CallableStatement cs = null; try { // Register JDBC driver Class.forName(JDBC_DRIVER).newInstance(); // Open a connection conn = java.sql.DriverManager.getConnection(DB_URL, USER, PASS); System.out.println("HERE"); cs = conn.prepareCall("call GetEmployeeRevenues()"); cs.execute(); employeeRevRes = cs.getResultSet(); // TODO. Error handling out.write("\r\n"); out.write(" <html lang=\"en\">\r\n"); out.write(" <head>\r\n"); out.write(" <meta charset=\"utf-8\">\r\n"); out.write(" <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n"); out.write( " <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n"); out.write( " <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->\r\n"); out.write(" <title>Silk Road 5.0</title>\r\n"); out.write(" <!-- Bootstrap -->\r\n"); out.write(" <link href=\"css/bootstrap.min.css\" rel=\"stylesheet\">\r\n"); out.write(" "); out.write("\r\n"); out.write( " <link href=\"css/responsive.bootstrap.min.css\" rel=\"stylesheet\" type=\"text/css\">\r\n"); out.write( " <link href=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap3-dialog/1.34.5/css/bootstrap-dialog.min.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n"); out.write(" <!-- Our own custom css -->\r\n"); out.write( " <link href=\"css/stylesheet.css\" rel=\"stylesheet\" type=\"text/css\">\r\n"); out.write( " <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->\r\n"); out.write( " <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->\r\n"); out.write(" <!--[if lt IE 9]>\r\n"); out.write( " <script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>\r\n"); out.write( " <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>\r\n"); out.write(" <![endif]-->\r\n"); out.write(" <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->\r\n"); out.write(" <script src=\"js/jquery-1.11.3.min.js\"></script>\r\n"); out.write(" <script src=\"js/jquery.validate.js\"></script>\r\n"); out.write(" "); out.write("\r\n"); out.write( " <!-- Include all compiled plugins (below), or include individual files as needed -->\r\n"); out.write(" <script src=\"js/bootstrap.min.js\"></script>\r\n"); out.write( " <script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap3-dialog/1.34.5/js/bootstrap-dialog.min.js\"></script>\r\n"); out.write(" <script src=\"js/pattern.js\"></script>\r\n"); out.write(" <script src=\"js/script.js\"></script>\r\n"); out.write(" <script src=\"js/editCustomer.js\"></script>\r\n"); out.write(" </head>\r\n"); out.write(" <nav class=\"navbar\">\r\n"); out.write(" <div class=\"container-fluid\">\r\n"); out.write(" <!-- Brand and toggle get grouped for better mobile display -->\r\n"); out.write(" <div class=\"navbar-header\">\r\n"); out.write( " <button type=\"button\" class=\"navbar-toggle collapsed\" data-toggle=\"collapse\" data-target=\"#bs-example-navbar-collapse-1\" aria-expanded=\"false\">\r\n"); out.write(" <span class=\"sr-only\">Toggle navigation</span>\r\n"); out.write(" <span class=\"icon-bar\"></span>\r\n"); out.write(" <span class=\"icon-bar\"></span>\r\n"); out.write(" <span class=\"icon-bar\"></span>\r\n"); out.write(" </button>\r\n"); out.write(" </div>\r\n"); out.write(" <!-- navbar-header -->\r\n"); out.write( " <!-- Collect the nav links, forms, and other content for toggling -->\r\n"); out.write(" <div class=\"myNavbar\">\r\n"); out.write(" <ul class=\"nav\">\r\n"); out.write( " <li class=\"floatLeft\"><a href=\"ManagerInformation.jsp\">Home</a></li>\r\n"); out.write( " <li class=\"dropdown navbar-right\" style=\"padding-left:125px;\">\r\n"); out.write( " <a data-target=\"#collapseHelp\" data-toggle=\"collapse\">Help<span class=\"caret\"></span></a>\r\n"); out.write(" <ul>\r\n"); out.write(" <div id=\"collapseHelp\" class=\"dropdown-menu\">\r\n"); out.write( " <li><a href=\"javascript:showEmployeeScreenHelp()\">Screens</a></li>\r\n"); out.write(" <br>\r\n"); out.write( " <li><a href=\"javascript:showAuctionHelp()\">Auctions</a></li>\r\n"); out.write(" <br>\r\n"); out.write(" </div>\r\n"); out.write(" </ul>\r\n"); out.write(" </li>\r\n"); out.write( " <li class=\"dropdown navbar-right\" style=\"padding-left:200px;\">\r\n"); out.write( " <a data-target=\"#collapseMenu\" data-toggle=\"collapse\" >Menu<span class=\"caret\"></span></a>\r\n"); out.write(" <ul>\r\n"); out.write(" <div id=\"collapseMenu\" class=\"dropdown-menu\">\r\n"); out.write(" </div>\r\n"); out.write(" </ul>\r\n"); out.write(" </li>\r\n"); out.write(" </ul>\r\n"); out.write(" <!-- .nav -->\r\n"); out.write(" </div>\r\n"); out.write(" <!-- .myNavbar -->\r\n"); out.write(" </div>\r\n"); out.write(" <!-- .container-fluid -->\r\n"); out.write(" </nav>\r\n"); out.write(" <body class=\"auctionHouseBody\">\r\n"); out.write( " <h4 class=\"auctionTableHeader\">Highest Grossing Employee</h4>\r\n"); out.write( " <table id =\"bestSellersTable\" class=\"table table-striped table-bordered dt-responsive nowrap auctionHouseTable\">\r\n"); out.write(" <thead>\r\n"); out.write(" <tr>\r\n"); out.write(" <th>Employee ID</th>\r\n"); out.write(" <th>Username</th>\r\n"); out.write(" <th>Revenue</th>\r\n"); out.write(" </tr>\r\n"); out.write(" </thead>\r\n"); out.write(" <tbody>\r\n"); out.write(" "); while (employeeRevRes.next()) { out.write("\r\n"); out.write(" <tr>\r\n"); out.write(" <td>\r\n"); out.write(" "); out.print(employeeRevRes.getString("EmployeeID")); out.write("\r\n"); out.write(" </td>\r\n"); out.write(" <td>\r\n"); out.write(" "); out.print(employeeRevRes.getString("Username")); out.write("\r\n"); out.write(" </td>\r\n"); out.write(" <td>\r\n"); out.write(" "); out.print(employeeRevRes.getDouble("Revenue")); out.write("\r\n"); out.write(" </td>\r\n"); out.write(" </tr>\r\n"); out.write(" "); } out.write("\r\n"); out.write(" </tbody>\r\n"); out.write(" </table>\r\n"); out.write(" </body>\r\n"); out.write(" </html>\r\n"); out.write("\r\n"); out.write(" "); } catch (Exception e) { e.printStackTrace(); } finally { try { conn.close(); } catch (Exception ee) { } ; } out.write('\r'); out.write('\n'); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\n"); out.write("\n"); out.write( "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n"); out.write("<html>\n"); out.write("<head>\n"); out.write("\t<link rel=\"stylesheet\" type=\"text/css\" href=\"css/articleForm.css\">\n"); out.write("\t<script src=\"http://code.jquery.com/jquery-latest.min.js\"></script>\n"); out.write("\t<script type=\"text/javascript\" src=\"js/test.js\"></script>\n"); out.write("\n"); out.write("</head>\n"); out.write("<body>\n"); out.write("\t<div id = \"article_form_container\">\n"); out.write( "\t\t<form name=\"articleForm\" action=\"/write\" method=\"post\" enctype=\"multipart/form-data\">\n"); out.write("\t\t\t<div id =\"article_form\">\n"); out.write( "\t\t\t\t<div id = \"article_title\">제목 : <input type=\"text\" name=\"title\" placeholder=\"제목을 입력하세요.\"/></div>\n"); out.write( "\t\t\t\t<div id = \"address\">주소 : <input type=\"text\" name=\"address\" placeholder=\"주소를 입력하세요.\"/></div>\n"); out.write("\t\t\t\t<div id = \"recruit_count\">\n"); out.write("\t\t\t\t\t<div id=\"recruit_count_text\">모집 인원 : </div>\n"); out.write("\t\t\t\t\t<table id=\"select_recruit_count\">\n"); out.write("\t\t\t\t\t <tr>\n"); out.write( "\t\t\t\t\t \t<td style=\"padding-left:0px; border: 1px solid #bcbcbc;\"><button id =\"down_button\" name=\"title\" style=\"height:24px;width:23px;text-align:center;border:none;border-right:0px; border-top:0px; boder-left:0px; boder-bottom:0px;background-color:white;color:#CFCFCF\">-</button></td>\n"); out.write( "\t\t\t\t\t\t\t<td style=\"padding-left:0px; border: 1px solid #bcbcbc;\"><div id=\"recruitCount\"name=\"recruitCount\" type=\"text\" value=\"1\" style=\"width:23px;text-align:center;border:none;border-right:0px; border-top:0px; boder-left:0px; boder-bottom:0px\"/>1</td>\n"); out.write( "\t\t\t\t\t\t\t<td style=\"padding-left:0px; border: 1px solid #bcbcbc;\"><button id = \"up_button\" style=\"width:23px;text-align:center;border:none;border-right:0px; border-top:0px; boder-left:0px; boder-bottom:0px;background-color:white;color:#CFCFCF;\">+</button></td>\n"); out.write("\t\t\t\t\t\t</tr>\n"); out.write("\t\t\t\t\t</table>\n"); out.write("\t\t\t\t</div>\n"); out.write("\t\t\t\t<div id =\"visible_btn\" onclick=\"visible()\"></div>\n"); out.write("\t\t\t\t<div id =\"img_container\" style=\"display:none;\">\n"); out.write("\t\t\t\t\n"); out.write("\n"); out.write("\t\t\t\t<!-- img 시작 -->\n"); out.write("\t\t\t\t\t<div id = \"before-img\">\n"); out.write( "\t\t\t\t\t\t사진 등록<br /><input type=\"file\" name=\"file\" style=\"text-align:center; width:150px;\"/>\n"); out.write( "\t\t\t\t\t\t<input type=\"hidden\" name=\"localLocation\" value=\"/userImg/beforeImg\">\n"); out.write("\t\t\t\t\t</div>\n"); out.write("\n"); out.write("\t\t\t\t\t<div id=\"area\" style=\"width:600px\";></div>\n"); out.write("\n"); out.write("\t\t\t\t\t<div id ='square-list' style=\"display:none\">\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"0\" src=\"img/dragndrop/0.png\" height=\"60\" width=\"60\">\n"); out.write("\t\t\t\t\t\t\t</div> \t\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"1\" src=\"img/dragndrop/1.png\" height=\"60\" width=\"60\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"2\" src=\"img/dragndrop/2.png\" height=\"60\" width=\"60\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"3\" src=\"img/dragndrop/3.png\" height=\"60\" width=\"60\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"4\" src=\"img/dragndrop/4.png\" height=\"60\" width=\"60\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"5\" src=\"img/dragndrop/5.png\" height=\"80\" width=\"80\" style=\"margin-top:-12px;margin-left:-7px;\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"6\" src=\"img/dragndrop/6.png\" height=\"60\" width=\"60\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class=\"row\">\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper2'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"7\" src=\"img/dragndrop/7.png\" height=\"120\" width=\"80\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"8\" src=\"img/dragndrop/8.png\" height=\"120\" width=\"80\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"9\" src=\"img/dragndrop/9.png\" height=\"120\" width=\"80\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"10\" src=\"img/dragndrop/10.png\" height=\"120\" width=\"80\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"11\" src=\"img/dragndrop/11.png\" height=\"120\" width=\"80\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"12\" src=\"img/dragndrop/12.png\" height=\"120\" width=\"80\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"13\" src=\"img/dragndrop/13.png\" height=\"120\" width=\"80\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t\t<img class=\"14\" src=\"img/dragndrop/14.png\" height=\"120\" width=\"80\">\n"); out.write("\t\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t<div class=\"row\">\n"); out.write("\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t<!-- <div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t<img class=\"1\" src=\"img/dragndrop/1.png\" height=\"70\" width=\"90\" style=\"margin-top:30px;\">\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t<img class=\"2\" src=\"img/dragndrop/2.png\" height=\"120\" width=\"130\" style=\"margin-left:3px;margin-top:-8px;\">\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t<div class = 'square-wrapper'>\n"); out.write("\t\t\t\t\t\t<div class=\"square\">\n"); out.write( "\t\t\t\t\t\t\t<img class=\"3\" src=\"img/dragndrop/3.png\" height=\"140\" width=\"180\" style=\"margin-top:-10px;padding-left:30px;\">\n"); out.write("\t\t\t\t\t\t</div>\n"); out.write("\t\t\t\t\t</div> -->\n"); out.write("\t\t\t\t<!-- 이미지 끝 -->\n"); out.write("\t\t\t\t</div>\n"); out.write("\t\t\t\t<!-- <input type=\"file\" name=\"beforeImg\" />\n"); out.write("\t\t\t\t<input type=\"file\" name=\"afterImg\" /> -->\n"); out.write( "\t\t\t\t<div id = \"article_content\"><textarea name=\"content\" placeholder=\"내용을 입력하세요.\" /></textarea></div>\n"); out.write("\t\t\t\t<!-- <div id = \"recruit_count\">\n"); out.write("\t\t\t\t\t<select>\n"); out.write("\t\t\t\t\t \t<option value=\"1\">1</option>\n"); out.write("\t\t\t\t\t \t<option value=\"2\">2</option>\n"); out.write("\t\t\t\t\t \t<option value=\"3\">3</option>\n"); out.write("\t\t\t\t\t \t<option value=\"4\">4</option>\n"); out.write("\t\t\t\t\t \t<option value=\"5\">5</option>\n"); out.write("\t\t\t\t\t \t<option value=\"6\">6</option>\n"); out.write("\t\t\t\t\t \t<option value=\"7\">7</option>\n"); out.write("\t\t\t\t\t \t<option value=\"8\">8</option>\n"); out.write("\t\t\t\t\t \t<option value=\"9\">9</option>\n"); out.write("\t\t\t\t\t \t<option value=\"10\">10</option>\n"); out.write("\t\t\t\t\t \t<option value=\"11\">11</option>\n"); out.write("\t\t\t\t\t \t<option value=\"12\">12</option>\n"); out.write("\t\t\t\t\t \t<option value=\"13\">13</option>\n"); out.write("\t\t\t\t\t \t<option value=\"14\">14</option>\n"); out.write("\t\t\t\t\t \t<option value=\"15\">15</option>\n"); out.write("\t\t\t\t\t \t<option value=\"16\">16</option>\n"); out.write("\t\t\t\t\t \t<option value=\"17\">17</option>\n"); out.write("\t\t\t\t\t \t<option value=\"18\">18</option>\n"); out.write("\t\t\t\t\t \t<option value=\"19\">19</option>\n"); out.write("\t\t\t\t\t \t<option value=\"20\">20</option>\n"); out.write("\t\t\t\t\t \t<option value=\"21\">21</option>\n"); out.write("\t\t\t\t\t \t<option value=\"22\">22</option>\n"); out.write("\t\t\t\t\t \t<option value=\"23\">23</option>\n"); out.write("\t\t\t\t\t \t<option value=\"24\">24</option>\n"); out.write("\t\t\t\t\t \t<option value=\"25\">25</option>\n"); out.write("\t\t\t\t\t \t<option value=\"26\">26</option>\n"); out.write("\t\t\t\t\t \t<option value=\"27\">27</option>\n"); out.write("\t\t\t\t\t \t<option value=\"28\">28</option>\n"); out.write("\t\t\t\t\t \t<option value=\"29\">29</option>\n"); out.write("\t\t\t\t\t \t<option value=\"30\">30</option>\n"); out.write("\t\t\t\t\t</select> -->\n"); out.write("\t\t\t\t<!-- <input type=\"hidden\" name=\"userId\" value=\""); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${article.userId}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("\" /> -->\n"); out.write("\t\t\t\t<!-- <input type=\"hidden\" name=\"id\" value=\""); out.write( (java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate( "${article.id}", java.lang.String.class, (javax.servlet.jsp.PageContext) _jspx_page_context, null)); out.write("\" /> -->\n"); out.write( "\t\t\t\t<div id = \"submit_button\" class=\"row\"><input type=\"submit\" name=\"submit\" value=\"확인\" /></div>\n"); out.write("\t\t\t</div>\n"); out.write("\t\t</form>\n"); out.write("\t</div>\t\n"); out.write("\t\t\n"); out.write("\t\n"); out.write("\t<!-- holder에 upload된 file 바로 보여주기 시작 -->\n"); out.write("\t<script>\n"); out.write(" \tvar upload = document.getElementsByTagName('input')[2];\n"); out.write(" var holder = document.getElementById('area');\n"); out.write(" var suqareList = document.getElementById('square-list');\n"); out.write(" \n"); out.write(" \tupload.onchange = function (e) {\n"); out.write(" \te.preventDefault();\n"); out.write("\n"); out.write(" \tvar file = upload.files[0];\n"); out.write(" var reader = new FileReader();\n"); out.write(" \treader.onload = function (event) {\n"); out.write("\t \tvar img = new Image();\n"); out.write("\t \timg.src = event.target.result;\n"); out.write("\t \t\timg.style.position = \"relative\";\n"); out.write("\t \timg.width = 600;\n"); out.write("\t \timg.height = 400;\n"); out.write("\n"); out.write("\t \tholder.innerHTML = '';\n"); out.write("\t \tholder.width = 600;\n"); out.write("\t \tholder.appendChild(img);\n"); out.write(" \t};\n"); out.write(" \treader.readAsDataURL(file);\n"); out.write(" \treturn false;\n"); out.write(" \t};\n"); out.write(" \tsuqareList.style.display = \"block\";\n"); out.write(" </script>\n"); out.write(" <!-- holder에 upload된 file 바로 보여주기 끝 -->\n"); out.write("\n"); out.write("</body>\n"); out.write("</html>"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
public void _jspService( final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final java.lang.String _jspx_method = request.getMethod(); if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { response.sendError( HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); return; } final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\n"); out.write( "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n"); out.write("<html>\n"); out.write("<head>\n"); out.write("\n"); out.write("\n"); out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n"); out.write("<title>SLiPP</title>\n"); out.write("\n"); out.write("<link href=\"/stylesheets/bootstrap.css\" rel=\"stylesheet\">\n"); out.write("<link href=\"/stylesheets/bootstrap-responsive.css\" rel=\"stylesheet\">\n"); out.write("<link href=\"/stylesheets/docs.css\" rel=\"stylesheet\">\n"); out.write("<link href=\"/stylesheets/main.css\" rel=\"stylesheet\">\n"); out.write("<style>\n"); out.write(" body {\n"); out.write(" padding-top: 40px;\n"); out.write(" }\n"); out.write("</style>"); out.write("\n"); out.write("</head>\n"); out.write("\n"); out.write("<body>\n"); out.write("\t"); out.write('\n'); request.setCharacterEncoding("UTF-8"); out.write("\n"); out.write("\n"); out.write("\t<div class=\"navbar navbar-inverse navbar-fixed-top\">\n"); out.write(" <div class=\"navbar-inner\">\n"); out.write(" <div class=\"container\">\n"); out.write( " <button type=\"button\" class=\"btn btn-navbar\" data-toggle=\"collapse\" data-target=\".nav-collapse\">\n"); out.write(" <span class=\"icon-bar\"></span>\n"); out.write(" <span class=\"icon-bar\"></span>\n"); out.write(" <span class=\"icon-bar\"></span>\n"); out.write(" </button>\n"); out.write(" \n"); out.write(" <a class=\"brand\" href=\"/\">지속가능한 삶, 프로그래밍, 프로그래머</a>\n"); out.write(" <div class=\"nav-collapse collapse\">\n"); out.write(" <ul class=\"nav\">\n"); out.write(" <li><a href=\"/\">Home</a></li>\n"); out.write(" "); if (_jspx_meth_c_005fchoose_005f0(_jspx_page_context)) return; out.write("\n"); out.write(" </ul>\n"); out.write(" </div>\n"); out.write(" </div>\n"); out.write(" </div>\n"); out.write(" </div>\n"); out.write(" "); out.write("\n"); out.write("\n"); out.write("\t<header class=\"jumbotron subhead\" id=\"overview\">\n"); out.write("\t<div class=\"container\">\n"); out.write("\t\t<h1>SLiPP</h1>\n"); out.write("\t\t<p class=\"lead\">Sustaninable Life, Programming, Programmer</p>\n"); out.write("\t</div>\n"); out.write("\t</header>\n"); out.write("\n"); out.write("\t<div class=\"container\">\n"); out.write("\t\t<div class=\"row\">\n"); out.write("\t\t\t<div class=\"span6\">\n"); out.write("\t\t\t\t<h1>메인 페이지</h1>\n"); out.write("\t\t\t</div>\n"); out.write("\t\t</div>\n"); out.write("\t</div>\n"); out.write("</body>\n"); out.write("</html>"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)) { out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) { } if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }