package org.apache.jsp;
import java.util.*;
import java.io.*;
import java.net.*;
import java.sql.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
import org.apache.jasper.runtime.*;
public class _0002fuser_0005fmanage_0002fsubid_0005fstop_0005fresume_0005fquery_0005fresult_0005fall_jsp extends HttpJspBase {
// begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(2,0);to=(2,74)]
// end
// begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(3,0);to=(3,69)]
// end
// begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(4,0);to=(4,76)]
// end
static {
}
public _0002fuser_0005fmanage_0002fsubid_0005fstop_0005fresume_0005fquery_0005fresult_0005fall_jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
String _value = null;
try {
if (_jspx_inited == false) {
synchronized (this) {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
}
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(0,35);to=(1,0)]
out.write(" \r\n");
// end
// HTML // begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(1,68);to=(2,0)]
out.write("\r\n");
// end
// begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(2,0);to=(2,74)]
com.hims.db.dbconn dbconn = null;
boolean _jspx_specialdbconn = false;
synchronized (application) {
dbconn= (com.hims.db.dbconn)
pageContext.getAttribute("dbconn",PageContext.APPLICATION_SCOPE);
if ( dbconn == null ) {
_jspx_specialdbconn = true;
try {
dbconn = (com.hims.db.dbconn) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "com.hims.db.dbconn");
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"com.hims.db.dbconn", exc);
}
pageContext.setAttribute("dbconn", dbconn, PageContext.APPLICATION_SCOPE);
}
}
if(_jspx_specialdbconn == true) {
// end
// begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(2,0);to=(2,74)]
}
// end
// HTML // begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(2,74);to=(3,0)]
out.write("\r\n");
// end
// begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(3,0);to=(3,69)]
com.hims.db.mydb query_bean = null;
boolean _jspx_specialquery_bean = false;
synchronized (pageContext) {
query_bean= (com.hims.db.mydb)
pageContext.getAttribute("query_bean",PageContext.PAGE_SCOPE);
if ( query_bean == null ) {
_jspx_specialquery_bean = true;
try {
query_bean = (com.hims.db.mydb) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "com.hims.db.mydb");
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"com.hims.db.mydb", exc);
}
pageContext.setAttribute("query_bean", query_bean, PageContext.PAGE_SCOPE);
}
}
if(_jspx_specialquery_bean == true) {
// end
// begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(3,0);to=(3,69)]
}
// end
// HTML // begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(3,69);to=(4,0)]
out.write(" \r\n");
// end
// begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(4,0);to=(4,76)]
com.hims.db.mydb del_username_bean = null;
boolean _jspx_specialdel_username_bean = false;
synchronized (pageContext) {
del_username_bean= (com.hims.db.mydb)
pageContext.getAttribute("del_username_bean",PageContext.PAGE_SCOPE);
if ( del_username_bean == null ) {
_jspx_specialdel_username_bean = true;
try {
del_username_bean = (com.hims.db.mydb) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "com.hims.db.mydb");
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"com.hims.db.mydb", exc);
}
pageContext.setAttribute("del_username_bean", del_username_bean, PageContext.PAGE_SCOPE);
}
}
if(_jspx_specialdel_username_bean == true) {
// end
// begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(4,0);to=(4,76)]
}
// end
// HTML // begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(4,76);to=(7,0)]
out.write(" \r\n\r\n\r\n");
// end
// begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(7,2);to=(11,0)]
String admin_id = (String) session.getValue("user_id");//get the admin's user_id
if (admin_id == null) { // session¹ýÆÚ´íÎó´¦Àí
// end
// HTML // begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(11,2);to=(12,0)]
out.write("\r\n");
// end
// begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(12,0);to=(12,48)]
if (true) {
out.clear();
String _jspx_qfStr = "";
pageContext.forward("../error_handle/error.jsp" + _jspx_qfStr);
return;
}
// end
// HTML // begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(12,48);to=(13,0)]
out.write("\r\n");
// end
// begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(13,2);to=(15,0)]
}
// end
// HTML // begin [file="/user_manage/subid_stop_resume_query_result_all.jsp";from=(15,2);to=(17,0)]
out.write("\r\n\r\n");
// end