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

📄 kaifarenyuandewodeshiwu.jsp~24~

📁 Bug管理系统
💻 JSP~24~
📖 第 1 页 / 共 2 页
字号:
					<!--快捷菜单-->
					<table cellpadding="0" cellspacing="0" align="center" width="100%" border="1" bordercolor="#999999">
						<tr bordercolor="#FFFFFF">
							<td width="20" height="20" background="home/titlebg.gif">&nbsp;</td>
							<td width=* height="20" background="home/titlebg.gif"><font size="2">快捷菜单</font><font size="2">&nbsp; </font></td>
						</tr>

						<tr bordercolor="#FFFFFF">
							<td height="20"><img  src="home/edit.gif"></td>
							<td width=*  height="20"><%out.println("<a href=xiugaiyonghu.do?yonghuid="+yonghu1.getBenrenxinxi().getYonghuId()+">");%><font color="#3333CC" size="2">修改个人信息</font></a></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="kaifarenyuanbugform" action="kaifarenyuanchaxunbug.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="121" 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="125" bgcolor="#6B86D6">
											  <select name="chuanjianzhe">
												<option selected value="">-- 所有创建者 --</option>
<%
Iterator i6=cl.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="98" bgcolor="#6B86D6"><font color="#FFFFFF" size="2">ID:</font>
                                              <input name="bugid" type="text" size="4">
										  </td>
										  <td width="180" bgcolor="#6B86D6" >									      <font color="#FFFFFF" size="2">标题:
										    <input name="bugbiaoti" type="text" size="17">
										  </font></td>
											<td width=49 bgcolor="#6B86D6" >&nbsp;											    </td>
											<td width=56 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="25" background="home/titlebg.gif"></td>
							<td width=16 background="home/titlebg.gif"><font size="2">ID</font></td>
							<td width=181 background="home/titlebg.gif"><font size="2">标题</font></td>
							<td width=155 background="home/titlebg.gif"><font size="2">所属项目</font></td>
							<td width=71 background="home/titlebg.gif"><font size="2">所属模块</font></td>
							<td width="41" background="home/titlebg.gif"><font size="2">状态</font></td>
							<td width="39" background="home/titlebg.gif"><font size="2">创建者</font></td>
							<td width="69" background="home/titlebg.gif"><font size="2">截止日期</font></td>
							<td width="30" background="home/titlebg.gif"><font size="2">查看</font></td>
							<td width="32" 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.getBugChuangjianzhe() %></font></td>
							<td nowrap bgcolor="#E4E4E4"><font size="-1"><%=b.getBugYujiezhishijian() %></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">
                                                         <%if(b.getBugZhuangtai().equals("新建")||b.getBugZhuangtai().equals("待处理")){%>
                                                         <%out.println(" <a href=chulibug.do?bugid="+b.getBugId()+">"); %>
                                                         <img  src="home/Problem_process.gif" width="16" height="16" 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 chuanjianzhe="";
                                          if(canshu.getBugChuangjianzhe()!=null)
                                            chuanjianzhe=canshu.getBugChuangjianzhe();

                                         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=kaifarenyuanchaxunbug.do?n=0&bugzhuangtai="+bugzhuangtai+"&chuanjianzhe="+chuangjianzhe+"&bugid="+bugid+"&bugbiaoti="+bugbiaoti+">第一页</a>");
                                          if(!bugfenye.tishi2.equals(""))
                                              out.println("<a href=kaifarenyuanchaxunbug.do?n="+(n-1)+"&bugzhuangtai="+bugzhuangtai+"&chuanjianzhe="+chuangjianzhe+"&bugid="+bugid+"&bugbiaoti="+bugbiaoti+">上一页</a>");
                                          if(!bugfenye.tishi3.equals(""))
                                              out.println("<a href=kaifarenyuanchaxunbug.do?n="+(n+1)+"&bugzhuangtai="+bugzhuangtai+"&chuanjianzhe="+chuangjianzhe+"&bugid="+bugid+"&bugbiaoti="+bugbiaoti+">下一页</a>");
                                          if(!bugfenye.tishi4.equals(""))
                                              out.println("<a href=kaifarenyuanchaxunbug.do?n="+(nn-1)+"&bugzhuangtai="+bugzhuangtai+"&chuanjianzhe="+chuangjianzhe+"&bugid="+bugid+"&bugbiaoti="+bugbiaoti+">末页</a>");
                                          out.println(bugfenye.tishi5);
                                        %>
                                        </font>
                                        </td>

				</tr>

					</table>
				</td>
			</tr>

				</table>

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

⌨️ 快捷键说明

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