📄 xiugaibug_jsp.java
字号:
out.write("<table width=\"950\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" bgcolor=\"#FFFFFF\" height=\"700\">\r\n\t");
out.write("<tr>\r\n\t\t");
out.write("<td valign=\"top\">\r\n\t\t");
out.write("<!--Bug表单-->\r\n\t\t");
out.write("<form name=\"form1\" action=\"xiugaibug2.do\" method=\"post\">\r\n ");
out.println("<input type=hidden name=bugid value= "+b.getBugId()+">");
out.write("\r\n ");
out.write("<table width=\"75%\" border=\"1\" cellpadding=\"0\" cellspacing=\"2\" bgcolor=\"#F6F6F6\" bordercolor=\"#999999\" align=\"center\" >\r\n ");
out.write("<!--提示信息-->\r\n ");
out.write("<tr bordercolor=\"#FFFFFF\" bgcolor=\"#6B86D6\">\r\n ");
out.write("<td height=\"25\" colspan=\"2\" > ");
out.write("<FONT size=\"2\" color=\"#FFFFFF\">修改Bug");
out.write("</FONT> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<!--Bug信息-->\r\n ");
out.write("<tr bordercolor=\"#FFFFFF\">\r\n ");
out.write("<td width=\"17%\" height=\"20\" bgcolor=\"#E4E4E4\" align=\"right\" > ");
out.write("<FONT size=\"2\">Bug状态:");
out.write("</FONT>\r\n ");
out.write("</td>\r\n ");
out.write("<td width=\"60%\" height=\"20\" bordercolor=\"#FFFFFF\" bgcolor=\"#E4E4E4\">\r\n ");
out.write("<FONT size=\"2\">");
out.print(b.getBugZhuangtai() );
out.write("</FONT> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr bordercolor=\"#FFFFFF\">\r\n ");
out.write("<td width=\"17%\" height=\"20\" bgcolor=\"#E4E4E4\" align=\"right\" > ");
out.write("<FONT size=\"2\">");
out.write("<span class=\"style4\">* ");
out.write("</span>Bug标题:");
out.write("</FONT>\r\n ");
out.write("</td>\r\n ");
out.write("<td width=\"60%\" height=\"20\" bordercolor=\"#FFFFFF\" bgcolor=\"#E4E4E4\">\r\n ");
out.write("<input name=\"bugbiaoti\" type=\"text\" id=\"bugbiaoti\" size=\"40\" value=");
out.print(b.getBugBiaoti() );
out.write(">\r\n ");
out.write("<span class=\"style2\">注:带*为必添项");
out.write("</span>");
out.write("<span class=\"style4\">");
out.write("<FONT size=\"2\"> ");
out.write("</FONT>");
out.write("<FONT size=\"2\">");
out.write("</FONT>");
out.write("</span> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr bordercolor=\"#FFFFFF\">\r\n ");
out.write("<td width=\"17%\" height=\"20\" bgcolor=\"#E4E4E4\" align=\"right\"> ");
out.write("<FONT size=\"2\">");
out.write("<span class=\"style4\">* ");
out.write("</span>分配给:");
out.write("</FONT>\r\n ");
out.write("</td>\r\n ");
out.write("<td width=\"60%\" height=\"20\" bordercolor=\"#FFFFFF\" bgcolor=\"#E4E4E4\">\r\n ");
out.write("<select name=\"kaifarenyuan\" size=\"1\" id=\"kaifarenyuan\">\r\n");
Iterator i6=kl.items.iterator();
while(i6.hasNext())
{
yonghu.jiandanyonghu jy=new yonghu.jiandanyonghu();
jy=(yonghu.jiandanyonghu)i6.next();
if(!jy.getYonghuid().equals(b.getBugChulizhe()))
out.println(" <option value="+ jy.getYonghuid()+">"+ jy.getYonghuming()+"</option>");
else
out.println(" <option selected value="+ jy.getYonghuid()+">"+ jy.getYonghuming()+"</option>");
}
out.write("\r\n ");
out.write("</select>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr bordercolor=\"#FFFFFF\">\r\n ");
out.write("<td width=\"17%\" height=\"20\" bgcolor=\"#E4E4E4\" align=\"right\"> ");
out.write("<FONT size=\"2\">Bug类别:");
out.write("</FONT>\r\n ");
out.write("</td>\r\n ");
out.write("<td width=\"60%\" height=\"20\" bordercolor=\"#FFFFFF\" bgcolor=\"#E4E4E4\">\r\n ");
out.write("<select name=\"bugleibie\" size=\"1\" id=\"bugleibie\">\r\n ");
Iterator i1=lblb.items.iterator();
while(i1.hasNext())
{
xiangmu.bugleibie lb=new xiangmu.bugleibie();
lb=(xiangmu.bugleibie)i1.next();
if(!lb.getLiebiaozhi().equals(b.getBugLeibie()))
out.println(" <option value="+lb.getLiebieid()+">"+lb.getLiebiaozhi()+"</option>");
else
out.println(" <option selected value="+lb.getLiebieid()+">"+lb.getLiebiaozhi()+"</option>");
}
out.write("\r\n ");
out.write("</select>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr bordercolor=\"#FFFFFF\">\r\n ");
out.write("<td width=\"17%\" height=\"20\" bgcolor=\"#E4E4E4\" align=\"right\"> ");
out.write("<FONT size=\"2\">所属模块:");
out.write("</FONT>\r\n ");
out.write("</td>\r\n ");
out.write("<td width=\"60%\" height=\"20\" bordercolor=\"#FFFFFF\" bgcolor=\"#E4E4E4\">\r\n ");
out.write("<select name=\"suoshumokuai\" size=\"1\" id=\"suoshumokuai\">\r\n ");
Iterator i2=ml.mokuaiitems.iterator();
while(i2.hasNext())
{
xiangmu.mokuai m=new xiangmu.mokuai();
m=(xiangmu.mokuai)i2.next();
if(!m.getMokuaiZhi().equals(b.getBugSuoshumokuai()))
out.println(" <option value="+m.getMokuaiId()+">"+m.getMokuaiZhi()+"</option>");
else
out.println(" <option selected value="+m.getMokuaiId()+">"+m.getMokuaiZhi()+"</option>");
}
out.write("\r\n ");
out.write("</select>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr bordercolor=\"#FFFFFF\">\r\n ");
out.write("<td width=\"17%\" height=\"20\" bgcolor=\"#E4E4E4\" align=\"right\"> ");
out.write("<FONT size=\"2\">所测试的操作系统:");
out.write("</FONT>\r\n ");
out.write("</td>\r\n ");
out.write("<td width=\"60%\" height=\"20\" bordercolor=\"#FFFFFF\" bgcolor=\"#E4E4E4\">\r\n ");
out.write("<select name=\"caozuoxitong\" size=\"1\" id=\"caozuoxitong\">\r\n ");
Iterator i4=czxtlb.items.iterator();
while(i4.hasNext())
{
xiangmu.caozuoxitong czxt=new xiangmu.caozuoxitong();
czxt=(xiangmu.caozuoxitong)i4.next();
if(!czxt.getXitongzhi().equals(b.getCaozuoxitong()))
out.println(" <option value="+czxt.getXitongid()+">"+czxt.getXitongzhi()+"</option>");
else
out.println(" <option selected value="+czxt.getXitongid()+">"+czxt.getXitongzhi()+"</option>");
}
out.write("\r\n ");
out.write("</select>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr bordercolor=\"#FFFFFF\">\r\n ");
out.write("<td width=\"17%\" height=\"20\" bgcolor=\"#E4E4E4\" align=\"right\" > ");
out.write("<FONT size=\"2\">版本号:");
out.write("</FONT>\r\n ");
out.write("</td>\r\n ");
out.write("<td width=\"60%\" height=\"20\" bordercolor=\"#FFFFFF\" bgcolor=\"#E4E4E4\"> ");
out.write("<input name=\"banbenhao\" type=\"text\" id=\"banbenhao\" value=");
out.print(b.getBanbenhao() );
out.write("> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr bordercolor=\"#FFFFFF\">\r\n ");
out.write("<td width=\"17%\" height=\"20\" bgcolor=\"#E4E4E4\" align=\"right\"> ");
out.write("<FONT size=\"2\">优先级:");
out.write("</FONT>\r\n ");
out.write("</td>\r\n ");
out.write("<td width=\"60%\" height=\"20\" bordercolor=\"#FFFFFF\" bgcolor=\"#E4E4E4\"> ");
out.write("<select name=\"youxianji\" size=\"1\" id=\"select\">\r\n ");
Iterator i11=yl.items.iterator();
while(i11.hasNext())
{
xiangmu.youxianji y=new xiangmu.youxianji();
y=(xiangmu.youxianji)i11.next();
if(!y.getXiuxianjizhi().equals(b.getBugYanzhongchengdu()))
out.println(" <option value="+y.getXiuxianjiid()+">"+y.getXiuxianjizhi()+"</option>");
else
out.println(" <option selected value="+y.getXiuxianjiid()+">"+y.getXiuxianjizhi()+"</option>");
}
out.write("\r\n ");
out.write("</select>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr bordercolor=\"#FFFFFF\">\r\n ");
out.write("<td width=\"17%\" height=\"20\" bgcolor=\"#E4E4E4\" align=\"right\" > ");
out.write("<FONT size=\"2\">截止时间:");
out.write("</FONT>\r\n ");
out.write("</td>\r\n ");
out.write("<td width=\"60%\" height=\"20\" bordercolor=\"#FFFFFF\" bgcolor=\"#E4E4E4\"> ");
out.write("<input name=\"yujiezhiriqi\" type=\"text\" id=\"yujiezhiriqi2\" value=");
out.print(b.getBugYujiezhishijian() );
out.write("> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr bordercolor=\"#FFFFFF\">\r\n ");
out.write("<td width=\"17%\" height=\"20\" align=\"right\" bgcolor=\"#E4E4E4\" > ");
out.write("<FONT size=\"2\">Bug描述:");
out.write("</FONT>\r\n ");
out.write("</td>\r\n ");
out.write("<td width=\"60%\" height=\"20\" bordercolor=\"#FFFFFF\" bgcolor=\"#E4E4E4\">\r\n ");
out.write("<textarea name=\"bugmaoshu\" cols=\"40\" rows=\"10\" id=\"bugmaoshu\">");
out.print(b.getBugMiaoshu() );
out.write("</textarea> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr bordercolor=\"#FFFFFF\">\r\n ");
out.write("<td width=\"17%\" height=100% bgcolor=\"#E4E4E4\" colspan=\"2\" align=\"left\">\r\n ");
out.write("<input type=\"submit\" name=\"tijiao\" value=\" 提交Bug \" onclick=\"return Submit1_onclick()\"> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("</table>\r\n\t\t");
out.write("</form>\r\n\t\t");
out.write("</td>\r\n\t");
out.write("</tr>\r\n\t");
out.write("<tr>\r\n\t\t");
out.write("<td>\r\n\r\n\t\t");
out.write("</td>\r\n\t");
out.write("</tr>\r\n");
out.write("</table>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
out = _jspx_out;
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 + -