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

📄 ceshirenyuandewodeshiwu.jsp~42~

📁 Bug管理系统
💻 JSP~42~
📖 第 1 页 / 共 2 页
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" %>
<%@ page import="java.util.Iterator;" %>
<%@ include file="home.jsp" %>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>项目列表</title>
		<script language="javascript" src="home/yanzheng.js">

		</script>
	<script id=clientEventHandlersJS language=javascript>
<!--

function Submit1_onclick() {
	if(!isNumber(document.ceshirenyuanbugform.bugid.value))
	{
		alert("bugid请输入数字!");
		document.ceshirenyuanbugform.bugid.value="";
		document.ceshirenyuanbugform.bugid.focus();
		return false;
	}
}

//-->
</script>
</head>

<body bgcolor="#CCCCCC">



<jsp:useBean id="bzl" scope="request" class="xiangmu.bugzhuangtailiebiao">
</jsp:useBean>
<jsp:useBean id="kl" scope="request"  class="yonghu.kaifarenyuanliebiao">
</jsp:useBean>
<jsp:useBean id="jsbl" scope="request" class="xiangmu.bugliebiao">
</jsp:useBean>
<jsp:useBean id="bugfenye" scope="request" class="tmp.fenye">
</jsp:useBean>
<jsp:useBean id="canshu" scope="request" class="xiangmu.bug">
</jsp:useBean>
<%
//权限验证

%>
<!--新建Bug成功提示信息 页面-->
<table width="950" border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#FFFFFF">
	<tr>
		<td>
		<!--位置显示单元格-->
			<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#F5F5F5">
				<!--深蓝色分割线-->
				<tr>
					<td height="1" bgcolor="#093879" colspan="10"></td>
				</tr>
				<!--位置-->
				<tr>
					<td width="16" height="20" valign="bottom"  align="right" background="home/titlebg.gif">
						<img  src="home/Home.gif">
					</td>
					<td width="280" height="20" align="left"  valign="middle"  background="home/titlebg.gif">
				  <FONT size="2">位置 >> <font color="#000000">测试人员的我的事务</font></FONT></td>
					<td background="home/titlebg.gif" >

					</td>
				</tr>
				<!--深蓝色分割线-->
				<tr>
					<td height="1" bgcolor="#093879" colspan="10"></td>
				</tr>
			</table>
		</td>
	</tr>
</table>
<!--工作区框架表格-->
<table width="950" border="1" cellpadding="0" cellspacing="0" align="center" bgcolor="#DDE4F9" bordercolor="#999999">
<tr bordercolor="#FFFFFF">
	<td width="20%"  valign="top">
		<!--导航框-->
		<table cellpadding="0" cellspacing="0" align="center" width="100%" border="0" >
			<tr>
				<td width="100%" valign="top">
					<!--项目,模块选择-->
					<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"><img src="home/db2csv.gif"></td>
							<td width=* height="20" background="home/titlebg.gif"><font size="2">项目选择</font></td>
						</tr>
						<form action="shenzhixiangmu.do" method="post" name="form1">
						<tr bordercolor="#FFFFFF">
							<td height="20"></td>
							<td width=*  height="20"><select name="xiangmuid">
<%   out.println(" <option  selected value="+yonghu1.getSuochuxiangmu().getXiangmuId()+">"+yonghu1.getSuochuxiangmu().getXiangmumingcheng()+"</option>");
   %>

<%
        Iterator i1=yonghu1.getGerenxiangmuliebiao().xiangmuitems.iterator();
//遍例
        while(i1.hasNext())
        {
          xiangmu.xiangmu x=new xiangmu.xiangmu();
          x=(xiangmu.xiangmu)i1.next();
          if(!x.getXiangmuId().equals(yonghu1.getSuochuxiangmu().getXiangmuId()))
          {
            out.println(" <option value="+x.getXiangmuId()+">"+x.getXiangmumingcheng()+"</option>");
          }
        }
%>
							</select></td>
						</tr>
						<tr  bordercolor="#FFFFFF">
							<td></td>
							<td align="right">
								<input type="submit"  name="submit1" value="选择"></td>
						</tr>
						</form>
						<form action="shezhimokuai.do" method="post" name="form2">
						<tr bordercolor="#FFFFFF">
							<td height="20" background="home/titlebg.gif"><img src="home/problem.gif"></td>
							<td width=*  height="20" background="home/titlebg.gif"><font size="2">模块列表</font></td>
						</tr>
						<tr  bordercolor="#FFFFFF">
							<td height="20"></td>
							<td width=*  height="20"><select name="mokuaiid" >
                                                          <%if(yonghu1.getSuochumokuai()==null)
                                                          { %>
							  <option selected value="">-- 所有模块 --</option>
                                                          <%}else
                                                         {
                                                  out.println(" <option  selected value="+yonghu1.getSuochumokuai().getMokuaiId()+">"+yonghu1.getSuochumokuai().getMokuaiZhi()+"</option>");

                                                         } %>
<%Iterator i2=yonghu1.getGerenmokuailiebiao().mokuaiitems.iterator();
//遍例
       while(i2.hasNext())
        {
          xiangmu.mokuai m=new xiangmu.mokuai();
          m=(xiangmu.mokuai)i2.next();
          if(yonghu1.getSuochumokuai()==null)
          {
            out.println(" <option value="+m.getMokuaiId()+">"+m.getMokuaiZhi()+"</option>");
          }
          else
          {
            if(!yonghu1.getSuochumokuai().getMokuaiId().equals(m.getMokuaiId()))
            {
              out.println(" <option value="+m.getMokuaiId()+">"+m.getMokuaiZhi()+"</option>");
            }
          }
        }
        if(yonghu1.getSuochumokuai()!=null)
        {%>
           <option value="">-- 所有模块 --</option>
        <% }%>


							</select></td>
						</tr>
						<tr  bordercolor="#FFFFFF">
							<td></td>
							<td align="right">&nbsp;						  </td>
						</tr>
						</form>
						<tr>
							<td height="10"></td>
							<td></td>
						</tr>
						<tr>
							<td height="2" bgcolor="#999999" colspan="2"></td>
						</tr>
					</table>
				</td>
			</tr>
			<tr>
				<td height="30">

				</td>
			</tr>
			<tr>
				<td width="100%" valign="top">
					<!--Bug选择-->
					<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"> 最近5个需要查看的Bug处理</font></td>
						</tr>
<%Iterator i3=yonghu1.getJuesebugliebiao().bugitems.iterator();
//遍例
while(i3.hasNext())
{
xiangmu.bug b=new xiangmu.bug();
b=(xiangmu.bug)i3.next();%>


                                                <tr bordercolor="#FFFFFF">
							<td height="20"><img src="home/link.gif"></td>
							<td width=*  height="20"><%out.println(" <a href=chakanchuli.do?bugid="+b.getBugId()+">"); %><font color="#3333CC" size="2"><%=b.getBugBiaoti() %></font></a></td>
						</tr>
<%} %>

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

				</td>
			</tr>
			<tr>
				<td>
					<!--快捷菜单-->
					<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>

⌨️ 快捷键说明

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