⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ceshirenyuandewodeshiwu.jsp~41~

📁 Bug管理系统
💻 JSP~41~
📖 第 1 页 / 共 2 页
字号:
							<td height="20"><img src="home/Problem_new.gif" width="16" height="16"></td>
							<td width=*  height="20"><a href="xinjianbug.do"><font color="#3333CC" size="2">新建Bug</font></a></td>
						</tr>
						<tr  bordercolor="#FFFFFF">
							<td ><img  src="home/edit.gif"></td>
							<td align="left"><%out.println("<a href=xiugaiyonghu.do?yonghuid="+yonghu1.getBenrenxinxi().getYonghuId()+">");%><font color="#3333CC" size="2">修改个人信息</font></a>&nbsp;</td>
						</tr>
						<tr bordercolor="#FFFFFF">
							<td height="20"><img src="home/link.gif"></td>
							<td width=*  height="20">
						<form name="form33" method="post" action="shedingjuese.do">

							  <select name="jueseid" id="jueseid">

							    <option selected>其他角色</option>
<%
if(yonghu1.getQitajueseliebiao()!=null){
 Iterator i4=yonghu1.getQitajueseliebiao().iterator();
 while(i4.hasNext())
 {
   xiangmu.juese js=new xiangmu.juese();
   js=(xiangmu.juese)i4.next();
            out.println(" <option value="+js.getJueseid()+">"+js.getJuesezhi()+"</option>");
 }
}
%>
						      </select>
<%
   if(!yonghu1.getXiangmuquanxian().equals(yonghu1.getSuochujuese()))
   {
   %>
   <input type="submit" name="Submit" value="跳转">
     <%} %>

                            </form>
							</td>
						</tr>

						<tr>
							<td height="10"></td>
							<td></td>
						</tr>
						<tr>
							<td height="2" bgcolor="#999999" colspan="2"></td>
						</tr>
				  </table>
				</td>
			</tr>
		</table>
	</td>

	<td width=80%>
		<!--空白站位/子菜单(新建项目)-->
		<table width=100% border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#FFFFFF" height="40">
			<tr>
				<td height="20" valign="top">&nbsp;
				</td>
			</tr>
			<tr>
				<td height="20"></td>
			</tr>
		</table>
		<!--工作区-->
		<!--新建Bug成功的提示信息-->
		<table width=100% border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#FFFFFF" height="700">
			<tr>
				<td  height="25" valign="top">
					<!--项目列表 查询提交表单-->
                                        <form  name="ceshirenyuanbugform" action="ceshirenyuanchaxunbug.do" method="POST">

						<table width="90%" border="1" cellpadding="0" cellspacing="0"   align="center" bordercolor="#666666">
										<tr bordercolor="#FFFFFF" bgcolor="#214FA5">
											<td colspan="6">
											<font color="#FFFFFF" size="2">等待我查看的Bug处理</font>					</td>
						  </tr>
										<tr bordercolor="#FFFFFF">
											<td width="146" bgcolor="#6B86D6">
											  <select name="bugzhuangtai">
												<option selected value="">-- 默认状态 --</option>
<%
   Iterator i5=bzl.items.iterator();
   while(i5.hasNext())
   {
     xiangmu.bugzhuangtai bz=new xiangmu.bugzhuangtai();
     bz=(xiangmu.bugzhuangtai)i5.next();
            out.println(" <option value="+bz.getBugzhuangtaiid()+">"+bz.getBugzhuangtaizhi()+"</option>");
   }
%>
											  </select>
										  </td>
											<td width="147" bgcolor="#6B86D6">
											  <select name="chulizhe">
												<option selected value="">-- 所有处理者 --</option>
<%
Iterator i6=kl.items.iterator();
while(i6.hasNext())
{
   yonghu.jiandanyonghu jy=new yonghu.jiandanyonghu();
   jy=(yonghu.jiandanyonghu)i6.next();
           out.println(" <option value="+ jy.getYonghuid()+">"+ jy.getYonghuming()+"</option>");
 }
%>
											  </select>
										  </td>
											<td width="88" bgcolor="#6B86D6"><font color="#FFFFFF" size="2">ID:</font>
                                              <input name="bugid" type="text" size="4">
										  </td>
										  <td width="202" bgcolor="#6B86D6" >									      <font color="#FFFFFF" size="2">标题:
										    <input name="bugbiaoti" type="text" size="17">
										  </font></td>
											<td width=22 bgcolor="#6B86D6" >&nbsp;											    </td>
											<td width=62 bgcolor="#6B86D6" >
										  <input type="submit" name="tijiao" value=" 查找 "  onclick="return Submit1_onclick()"></td>
										</tr>
				  </table>
                                            </form>
				</td>
			</tr>
			<tr>
				<td height="20">&nbsp;

				</td>
			</tr>
			<tr >
			  <td height="650" valign="top">

						<!--显示项目列表-->
					<table width="90%" border="1" cellpadding="0" cellspacing="0"   align="center" bordercolor="#666666">
						<!--标题-->
						<tr  bordercolor="#FFFFFF">
							<td width="24" background="home/titlebg.gif"></td>
							<td width=16 background="home/titlebg.gif"><font size="2">ID</font></td>
							<td width=159 background="home/titlebg.gif"><font size="2">标题</font></td>
							<td width=119 background="home/titlebg.gif"><font size="2">所属项目</font></td>
							<td width=80 background="home/titlebg.gif"><font size="2">所属模块</font></td>
							<td width="40" background="home/titlebg.gif"><font size="2">状态</font></td>
							<td width="40" background="home/titlebg.gif"><font size="2">修复者</font></td>
							<td width="70" background="home/titlebg.gif"><font size="2">修改日期</font></td>
							<td width="27" background="home/titlebg.gif"><font size="2">查看</font></td>
							<td width="29" background="home/titlebg.gif"><font size="2">修改</font></td>
							<td width="53" background="home/titlebg.gif"><font size="2">查看处理</font></td>
						</tr>
<%Iterator i7=jsbl.bugitems.iterator();
  while(i7.hasNext())
  {
  xiangmu.bug b=new xiangmu.bug();
  b=(xiangmu.bug)i7.next();
%>

						<tr  bordercolor="#FFFFFF">
							<td nowrap bgcolor="#E4E4E4"><font size="2"><img src="home/problem.gif">&nbsp;</font></td>
							<td nowrap bgcolor="#E4E4E4"><font size="2"><%=b.getBugId()%></font></td>
							<td nowrap bgcolor="#E4E4E4"><font size="-1"><%=b.getBugBiaoti()%></font></td>
							<td nowrap bgcolor="#E4E4E4"><font size="-1"><%=b.getBugSuoshuxiangmu() %></font></td>
							<td nowrap bgcolor="#E4E4E4"><font size="-1"><%=b.getBugSuoshumokuai() %></font></td>
							<td nowrap bgcolor="#E4E4E4"><font size="-1"><%=b.getBugZhuangtai() %></font></td>
							<td nowrap bgcolor="#E4E4E4"><font size="-1"><%=b.getBugChulizhe() %></font></td>
							<td nowrap bgcolor="#E4E4E4"><font size="-1"><%=b.getBugChulishijian() %></font></td>
							<td nowrap bgcolor="#E4E4E4"><font size="2"><%out.println("<a href=chakanbug.do?bugid="+b.getBugId()+">"); %><img src="home/view.gif" width="16" height="16" border="0"></a></font></td>
							<td nowrap bgcolor="#E4E4E4"><font size="2"><%out.println("<a href=xiugaibug.do?bugid="+b.getBugId()+">"); %><img src="home/edit.gif" width="16" height="16" border="0"></a>

                                                      </font></td>
							<td nowrap bgcolor="#E4E4E4"><font size="2">
                                                        <%if(b.getBugZhuangtai().equals("待分配")||b.getBugZhuangtai().equals("待取消")||b.getBugZhuangtai().equals("待检查")){%>
                                                        <%out.println(" <a href=chakanchuli.do?bugid="+b.getBugId()+">"); %>
                                                        <img  src="home/problem_view.gif" border="0"></a>
                                                        <%} %>

                                                      </font></td>
						</tr>
  <%
  }
%>
<tr  bordercolor="#FFFFFF">
					<td  colspan="13"  align="right" background="home/titlebg.gif">
                                        <font size="2" color="#3333CC">
<%//查询参数
                                          java.lang.String bugzhuangtai="";
                                          if(canshu.getBugZhuangtai()!=null)
                                            bugzhuangtai=canshu.getBugZhuangtai();

                                         java.lang.String chulizhe="";
                                          if(canshu.getBugChulizhe()!=null)
                                            chulizhe=canshu.getBugChulizhe();

                                         java.lang.String bugid="";
                                          if(canshu.getBugId()!=null)
                                             bugid=canshu.getBugId();

                                         java.lang.String bugbiaoti="";
                                          if(canshu.getBugBiaoti()!=null)
                                            bugbiaoti=canshu.getBugBiaoti();

                                          int n=bugfenye.n;
                                          int nn=bugfenye.nn;

                                          if(!bugfenye.tishi1.equals(""))
                                              out.println("<a href=ceshirenyuanchaxunbug.do?n=0&bugzhuangtai="+bugzhuangtai+"&chulizhe="+chulizhe+"&bugid="+bugid+"&bugbiaoti="+bugbiaoti+">第一页</a>");
                                          if(!bugfenye.tishi2.equals(""))
                                              out.println("<a href=ceshirenyuanchaxunbug.do?n="+(n-1)+"&bugzhuangtai="+bugzhuangtai+"&chulizhe="+chulizhe+"&bugid="+bugid+"&bugbiaoti="+bugbiaoti+">上一页</a>");
                                          if(!bugfenye.tishi3.equals(""))
                                              out.println("<a href=ceshirenyuanchaxunbug.do?n="+(n+1)+"&bugzhuangtai="+bugzhuangtai+"&chulizhe="+chulizhe+"&bugid="+bugid+"&bugbiaoti="+bugbiaoti+">下一页</a>");
                                          if(!bugfenye.tishi4.equals(""))
                                              out.println("<a href=ceshirenyuanchaxunbug.do?n="+(nn-1)+"&bugzhuangtai="+bugzhuangtai+"&chulizhe="+chulizhe+"&bugid="+bugid+"&bugbiaoti="+bugbiaoti+">末页</a>");
                                          out.println(bugfenye.tishi5);
                                        %>
                                        </font>
                                        </td>

				</tr>

				</table>

			  </td>
			</tr>
		</table>
	</td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -