📄 selectqyxz_0002ejsp_jsp.java
字号:
package jsp.information.clientQyxz;
import java.sql.*;
import java.util.List;
import com.domain.CqyxzForm;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class selectQyxz_0002ejsp_jsp extends HttpJspBase {
static {
}
public selectQyxz_0002ejsp_jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
String _value = null;
try {
if (_jspx_inited == false) {
synchronized (this) {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
}
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(0,50);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(1,30);to=(2,0)]
out.write("\r\n");
// end
// HTML // begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(2,34);to=(3,0)]
out.write("\r\n");
// end
// HTML // begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(3,40);to=(55,39)]
out.write("\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<title>对企业性质的查询</title>\r\n<style type=\"text/css\">\r\n<!--\r\nbody {\r\n\tbackground-color: #000000;\r\n\tmargin-left: 0px;\r\n\tmargin-top: 0px;\r\n}\r\ntd{\r\nfont-size:9pt;\r\n}\r\na{\r\nfont-size:12px;\r\ncolor:#0000ff;}\r\na:hover{\r\nfont-size:12px;\r\ncolor:#990000;}\r\n.style3 {font-size: 11pt}\r\n-->\r\n</style></head>\r\n<script Language=\"JavaScript\">\r\nfunction projectDelete(date){\r\nif(confirm(\"是否删除这一组数据吗?\"))\r\nwindow.location=\"cqyxzDelete.do?id=\"+date;\r\n}\r\n</script>\r\n<body>\r\n<table width=\"579\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">\r\n <tr>\r\n <td> </td>\r\n </tr>\r\n</table>\r\n<table width=\"579\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td align=\"left\" valign=\"top\" bgcolor=\"#FFFFFF\">\r\n\t<table width=\"579\" height=\"487\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td align=\"left\" valign=\"top\" bgcolor=\"#FFFFFF\"><table width=\"579\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td width=\"2%\" height=\"28\"> </td>\r\n <td width=\"9%\" background=\"images/circle.jpg\"> </td>\r\n <td width=\"89%\" bgcolor=\"#FFFFFF\"><span class=\"style3\">企业性质设置</span></td>\r\n </tr>\r\n <tr style=\"line-height:2px\">\r\n <td width=\"2%\" height=\"5\"> </td>\r\n <td height=\"5\" colspan=\"2\" bgcolor=\"#D4D0C8\"> </td>\r\n </tr>\r\n <tr align=\"center\" valign=\"top\" bgcolor=\"#FFFFFF\">\r\n <td height=\"454\" colspan=\"3\">");
// end
// begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(55,41);to=(55,94)]
List qyxzList=(List)request.getAttribute("qyxzList");
// end
// HTML // begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(55,96);to=(64,16)]
out.write(" <div align=\"center\">\r\n <p class=\"style3\"> </p>\r\n <table width=\"538\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\" bgcolor=\"#666666\">\r\n <tr align=\"center\" bgcolor=\"#ffcc33\">\r\n <td width=\"537\" height=\"24\">企业性质编号</td>\r\n <td width=\"537\">企业性质名称</td>\r\n <td width=\"537\">备注信息</td>\r\n <td width=\"537\">操作</td>\r\n </tr>\r\n ");
// end
// begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(64,18);to=(66,0)]
for(int i=0;i<qyxzList.size();i++){
CqyxzForm qyxz=(CqyxzForm)qyxzList.get(i);
// end
// HTML // begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(66,2);to=(68,46)]
out.write("\r\n <tr bgcolor=\"#FFFFFF\">\r\n <td width=\"537\" height=\"28\">");
// end
// begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(68,49);to=(68,66)]
out.print(qyxz.getQyxz_id());
// end
// HTML // begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(68,68);to=(69,34)]
out.write("</td>\r\n <td width=\"537\">");
// end
// begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(69,37);to=(69,56)]
out.print(qyxz.getQyxz_xzmc());
// end
// HTML // begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(69,58);to=(70,34)]
out.write("</td>\r\n <td width=\"537\">");
// end
// begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(70,37);to=(70,54)]
out.print(qyxz.getQyxz_bz());
// end
// HTML // begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(70,56);to=(71,79)]
out.write("</td>\r\n <td width=\"537\" align=\"center\"><a href=\"cqyxzSelectOne.do?id=");
// end
// begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(71,82);to=(71,99)]
out.print(qyxz.getQyxz_id());
// end
// HTML // begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(71,101);to=(71,162)]
out.write("\">修改</a> <a href=\"javascript:projectDelete('");
// end
// begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(71,165);to=(71,182)]
out.print(qyxz.getQyxz_id());
// end
// HTML // begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(71,184);to=(73,16)]
out.write("')\">删除</a></td>\r\n </tr>\r\n ");
// end
// begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(73,18);to=(73,19)]
}
// end
// HTML // begin [file="/jsp/information/clientQyxz/selectQyxz.jsp";from=(73,21);to=(95,0)]
out.write("\r\n </table>\r\n <br>\r\n <table width=\"537\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr>\r\n <td width=\"389\" align=\"right\"> </td>\r\n <td width=\"148\" align=\"center\"><a href=\"cqyxzCountID.do\">添加企业性质</a></td>\r\n </tr>\r\n </table>\r\n <p> </p>\r\n </div></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n</td>\r\n </tr>\r\n</table>\r\n</div>\r\n</body>\r\n</html>\r\n\r\n");
// end
} catch (Throwable t) {
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -