📄 bugliebiao_jsp.java
字号:
out.write("</font>\r\n\t\t\t\t\t\t\t");
out.write("</td>\r\n\r\n\t\t\t\t\t\t\t");
out.write("<!--中间空白-->\r\n\t\t\t\t\t\t\t");
out.write("<td >\r\n\r\n\t\t\t\t\t\t\t");
out.write("</td>\r\n\r\n\t\t\t\t\t\t\t");
out.write("<!--帮助-->\r\n\t\t\t\t\t\t\t");
out.write("<td width=\"5\" height=\"24\"valign=\"bottom\" align=\"right\">\r\n\t\t\t\t\t\t\t\t");
out.write("<img src=\"home/help.gif\">\r\n\t\t\t\t\t\t\t");
out.write("</td>\r\n\t\t\t\t\t\t\t");
out.write("<td width=\"30\" height=\"24\" align=\"left\" valign=\"middle\">\r\n\t\t\t\t\t\t\t\t");
out.write("<a href=\"#\">");
out.write("<FONT color=\"#FFFFFF\" size=\"2\">帮助");
out.write("</FONT>");
out.write("</a>\r\n\t\t\t\t\t\t\t");
out.write("</td>\r\n\t\t\t\t\t\t\t");
out.write("<!--白色单元格分割线-->\r\n\t\t\t\t\t\t\t");
out.write("<td width=\"1\" height=\"24\" valign=\"middle\" align=\"center\">\r\n\t\t\t\t\t\t\t\t");
out.write("<font color=\"#FFFFFF\">|");
out.write("</font>\r\n\t\t\t\t\t\t\t");
out.write("</td>\r\n\r\n\t\t\t\t\t\t\t");
out.write("<!--关于-->\r\n\t\t\t\t\t\t\t");
out.write("<td width=\"5\" height=\"24\"valign=\"bottom\" align=\"right\">\r\n\t\t\t\t\t\t\t\t");
out.write("<img src=\"home/about.gif\">\r\n\t\t\t\t\t\t\t");
out.write("</td>\r\n\t\t\t\t\t\t\t");
out.write("<td width=\"30\" height=\"24\" align=\"left\" valign=\"middle\">\r\n\t\t\t\t\t\t\t\t");
out.write("<a href=\"guanyu.jsp\">");
out.write("<FONT color=\"#FFFFFF\" size=\"2\">关于");
out.write("</FONT>");
out.write("</a>\r\n\t\t\t\t\t\t\t");
out.write("</td>\r\n\t\t\t\t\t\t\t");
out.write("<!--白色单元格分割线-->\r\n\t\t\t\t\t\t\t");
out.write("<td width=\"1\" height=\"24\" valign=\"middle\" align=\"center\">\r\n\t\t\t\t\t\t\t\t");
out.write("<font color=\"#FFFFFF\">|");
out.write("</font>\r\n\t\t\t\t\t\t\t");
out.write("</td>\r\n\t\t\t\t\t\t");
out.write("</tr>\r\n\t\t\t\t ");
out.write("</table>\r\n\t\t\t ");
out.write("</td>\r\n\t\t\t");
out.write("</tr>\r\n\t\t");
out.write("</table>\r\n\t");
out.write("</td>\r\n ");
out.write("</tr>\r\n");
out.write("</table>\r\n\r\n\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("<HTML>\r\n\t");
out.write("<HEAD>\r\n\t\t");
out.write("<title>项目列表");
out.write("</title>\r\n\r\n\t\t");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n\t\t");
out.write("<script language=\"javascript\" src=\"home/yanzheng.js\">\r\n\r\n\t\t");
out.write("</script>\r\n\t");
out.write("<script id=clientEventHandlersJS language=javascript>\r\n");
out.write("<!--\r\n\r\nfunction Submit1_onclick() {\r\n\tif(!isNumber(document.form1.bugid.value))\r\n\t{\r\n\t\talert(\"bugid请输入数字!\");\r\n\t\tdocument.form1.bugid.value=\"\";\r\n\t\tdocument.form1.bugid.focus();\r\n\t\treturn false;\r\n\t}\r\n}\r\n\r\n//-->\r\n");
out.write("</script>\r\n");
out.write("</HEAD>\r\n\t");
out.write("<body bgcolor=\"#cccccc\">\r\n\t\t");
xiangmu.xiangmu xm = null;
synchronized (request) {
xm = (xiangmu.xiangmu) pageContext.getAttribute("xm", PageContext.REQUEST_SCOPE);
if (xm == null){
try {
xm = (xiangmu.xiangmu) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "xiangmu.xiangmu");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException("Cannot create bean of class " + "xiangmu.xiangmu", exc);
}
pageContext.setAttribute("xm", xm, PageContext.REQUEST_SCOPE);
}
}
out.write("\r\n\t\t");
xiangmu.bugliebiao bl = null;
synchronized (request) {
bl = (xiangmu.bugliebiao) pageContext.getAttribute("bl", PageContext.REQUEST_SCOPE);
if (bl == null){
try {
bl = (xiangmu.bugliebiao) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "xiangmu.bugliebiao");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException("Cannot create bean of class " + "xiangmu.bugliebiao", exc);
}
pageContext.setAttribute("bl", bl, PageContext.REQUEST_SCOPE);
}
}
out.write("\r\n\t\t");
xiangmu.youxianjiliebiao yl = null;
synchronized (request) {
yl = (xiangmu.youxianjiliebiao) pageContext.getAttribute("yl", PageContext.REQUEST_SCOPE);
if (yl == null){
try {
yl = (xiangmu.youxianjiliebiao) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "xiangmu.youxianjiliebiao");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException("Cannot create bean of class " + "xiangmu.youxianjiliebiao", exc);
}
pageContext.setAttribute("yl", yl, PageContext.REQUEST_SCOPE);
}
}
out.write("\r\n\t\t");
yonghu.kaifarenyuanliebiao kl = null;
synchronized (request) {
kl = (yonghu.kaifarenyuanliebiao) pageContext.getAttribute("kl", PageContext.REQUEST_SCOPE);
if (kl == null){
try {
kl = (yonghu.kaifarenyuanliebiao) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "yonghu.kaifarenyuanliebiao");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException("Cannot create bean of class " + "yonghu.kaifarenyuanliebiao", exc);
}
pageContext.setAttribute("kl", kl, PageContext.REQUEST_SCOPE);
}
}
out.write("\r\n\t\t");
yonghu.ceshirenyuanliebiao cl = null;
synchronized (request) {
cl = (yonghu.ceshirenyuanliebiao) pageContext.getAttribute("cl", PageContext.REQUEST_SCOPE);
if (cl == null){
try {
cl = (yonghu.ceshirenyuanliebiao) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "yonghu.ceshirenyuanliebiao");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException("Cannot create bean of class " + "yonghu.ceshirenyuanliebiao", exc);
}
pageContext.setAttribute("cl", cl, PageContext.REQUEST_SCOPE);
}
}
out.write("\r\n ");
tmp.fenye bugfenye = null;
synchronized (request) {
bugfenye = (tmp.fenye) pageContext.getAttribute("bugfenye", PageContext.REQUEST_SCOPE);
if (bugfenye == null){
try {
bugfenye = (tmp.fenye) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "tmp.fenye");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException("Cannot create bean of class " + "tmp.fenye", exc);
}
pageContext.setAttribute("bugfenye", bugfenye, PageContext.REQUEST_SCOPE);
}
}
out.write("\r\n ");
xiangmu.bug canshu = null;
synchronized (request) {
canshu = (xiangmu.bug) pageContext.getAttribute("canshu", PageContext.REQUEST_SCOPE);
if (canshu == null){
try {
canshu = (xiangmu.bug) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "xiangmu.bug");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException("Cannot create bean of class " + "xiangmu.bug", exc);
}
pageContext.setAttribute("canshu", canshu, PageContext.REQUEST_SCOPE);
out.write("\r\n ");
}
}
out.write("\r\n\r\n\r\n ");
if(!(yonghu1.getXitongquanxian().equals("系统管理员")||yonghu1.getXitongquanxian().equals("项目管理员"))){
out.write("\r\n ");
if (true) {
pageContext.forward("/tishixinxi.jsp");
return;
}
out.write("\r\n ");
}
out.write("\r\n\t\t");
out.write("<!--新建Bug成功提示信息 页面-->\r\n\t\t");
out.write("<table width=\"950\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" bgcolor=\"#ffffff\">\r\n\t\t\t");
out.write("<tr>\r\n\t\t\t\t");
out.write("<td>\r\n\t\t\t\t\t");
out.write("<!--位置显示单元格-->\r\n\t\t\t\t\t");
out.write("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#f5f5f5\">\r\n\t\t\t\t\t\t");
out.write("<!--深蓝色分割线-->\r\n\t\t\t\t\t\t");
out.write("<tr>\r\n\t\t\t\t\t\t\t");
out.write("<td height=\"1\" bgcolor=\"#093879\" colspan=\"10\">");
out.write("</td>\r\n\t\t\t\t\t\t");
out.write("</tr>\r\n\t\t\t\t\t\t");
out.write("<!--位置-->\r\n\t\t\t\t\t\t");
out.write("<tr>\r\n\t\t\t\t\t\t\t");
out.write("<td width=\"16\" height=\"20\" valign=\"bottom\" align=\"right\" background=\"home/titlebg.gif\">\r\n\t\t\t\t\t\t\t\t");
out.write("<img src=\"home/Home.gif\">\r\n\t\t\t\t\t\t\t");
out.write("</td>\r\n\t\t\t\t\t\t\t");
out.write("<td width=\"350\" height=\"20\" align=\"left\" valign=\"middle\" background=\"home/titlebg.gif\">\r\n\t\t\t\t\t\t\t\t");
out.write("<FONT size=\"2\">位置 >> 项目列表");
out.write("</FONT> >>\r\n\t\t\t\t\t\t\t\t");
out.write("<span class=\"style1\">\r\n\t\t\t\t\t\t\t\t\t");
out.write("<FONT size=\"2\">\r\n\t\t\t\t\t\t\t\t\t\t");
out.print(xm.getXiangmumingcheng() );
out.write("\r\n\t\t\t\t\t\t\t\t\t");
out.write("</FONT>\r\n\t\t\t\t\t\t\t\t");
out.write("</span>\r\n\t\t\t\t\t\t\t\t>> ");
out.write("<font size=\"2\">Bug列表");
out.write("</font>");
out.write("</td>\r\n\t\t\t\t\t\t\t");
out.write("<td background=\"home/titlebg.gif\">\r\n\t\t\t\t\t\t\t");
out.write("</td>\r\n\t\t\t\t\t\t");
out.write("</tr>\r\n\t\t\t\t\t\t");
out.write("<!--深蓝色分割线-->\r\n\t\t\t\t\t\t");
out.write("<tr>\r\n\t\t\t\t\t\t\t");
out.write("<td height=\"1\" bgcolor=\"#093879\" colspan=\"10\">");
out.write("</td>\r\n\t\t\t\t\t\t");
out.write("</tr>\r\n\t\t\t\t\t");
out.write("</table>\r\n\t\t\t\t");
out.write("</td>\r\n\t\t\t");
out.write("</tr>\r\n\t\t");
out.write("</table>\r\n\t\t");
out.write("<!--空白站位/子菜单(新建项目)-->\r\n\t\t");
out.write("<table width=\"950\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" bgcolor=\"#ffffff\"\r\n\t\t\theight=\"40\">\r\n\t\t\t");
out.write("<tr>\r\n\t\t\t\t");
out.write("<td height=\"20\" valign=\"top\"> \r\n\t\t\t\t");
out.write("</td>\r\n\t\t\t");
out.write("</tr>\r\n\t\t\t");
out.write("<tr>\r\n\t\t\t\t");
out.write("<td height=\"20\">");
out.write("</td>\r\n\t\t\t");
out.write("</tr>\r\n\t\t");
out.write("</table>\r\n\t\t");
out.write("<!--工作区-->\r\n\t\t");
out.write("<!--新建Bug成功的提示信息-->\r\n\t\t");
out.write("<table width=\"950\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" bgcolor=\"#ffffff\"\r\n\t\t\theight=\"700\">\r\n\t\t\t");
out.write("<tr>\r\n\t\t\t\t");
out.write("<td height=\"25\" valign=\"top\">\r\n\t\t\t\t\t");
out.write("<!--项目列表 查询提交表单-->\r\n\t\t\t\t\t");
out.write("<form name=\"form1\" action=\"chaxunbug.do\" method=\"post\">\r\n\t\t\t\t\t\t");
out.println("<input type=hidden name=xiangmuid value="+xm.getXiangmuId()+">");
out.write("\r\n\t\t\t\t\t\t");
out.write("<table width=\"85%\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" bordercolor=\"#666666\">\r\n\t\t\t\t\t\t\t");
out.write("<tr bordercolor=\"#ffffff\" bgcolor=\"#214fa5\">\r\n\t\t\t\t\t\t\t\t");
out.write("<td colspan=\"6\">\r\n\t\t\t\t\t\t\t\t\t");
out.write("<font color=\"#ffffff\" size=\"2\">等待我处理的Bug:");
out.write("</font>\r\n\t\t\t\t\t\t\t\t");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -