📄 bugliebiao.jsp~19~
字号:
<%@ include file="home.jsp" %>
<%@ page import="java.util.Iterator;" %>
<%@ page contentType="text/html; charset=gb2312" language="java" %>
<HTML>
<HEAD>
<title>项目列表</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript" src="home/yanzheng.js">
</script>
<script id=clientEventHandlersJS language=javascript>
<!--
function Submit1_onclick() {
if(!isNumber(document.form1.bugid.value))
{
alert("bugid请输入数字!");
document.form1.bugid.value="";
document.form1.bugid.focus();
return false;
}
}
//-->
</script>
</HEAD>
<body bgcolor="#cccccc">
<jsp:useBean id="xm" scope="request" class="xiangmu.xiangmu"></jsp:useBean>
<jsp:useBean id="bl" scope="request" class="xiangmu.bugliebiao"></jsp:useBean>
<jsp:useBean id="yl" scope="request" class="xiangmu.youxianjiliebiao"></jsp:useBean>
<jsp:useBean id="kl" scope="request" class="yonghu.kaifarenyuanliebiao"></jsp:useBean>
<jsp:useBean id="cl" scope="request" class="yonghu.ceshirenyuanliebiao"></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> >>
<span class="style1">
<FONT size="2">
<%=xm.getXiangmumingcheng() %>
</FONT>
</span>
>> <font size="2">Bug列表</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="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#ffffff"
height="40">
<tr>
<td height="20" valign="top">
</td>
</tr>
<tr>
<td height="20"></td>
</tr>
</table>
<!--工作区-->
<!--新建Bug成功的提示信息-->
<table width="950" border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#ffffff"
height="700">
<tr>
<td height="25" valign="top">
<!--项目列表 查询提交表单-->
<form name="form1" action="chaxunbug.do" method="post">
<%out.println("<input type=hidden name=xiangmuid value="+xm.getXiangmuId()+">");%>
<table width="85%" 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="140" bgcolor="#6b86d6">
<select name="youxianji">
<option selected value="">-- 优先级 --</option>
<%
Iterator i1=yl.items.iterator();
while(i1.hasNext())
{
xiangmu.youxianji y=new xiangmu.youxianji();
y=(xiangmu.youxianji)i1.next();
out.println(" <option value="+y.getXiuxianjiid()+">"+y.getXiuxianjizhi()+"</option>");
}
%>
</select>
</td>
<td width="140" bgcolor="#6b86d6">
<select name="chuangjianzhe">
<option selected value="">-- 创建者 --</option>
<%
Iterator i2=cl.items.iterator();
while(i2.hasNext())
{
yonghu.jiandanyonghu jy=new yonghu.jiandanyonghu();
jy=(yonghu.jiandanyonghu)i2.next();
out.println(" <option value="+ jy.getYonghuid()+">"+ jy.getYonghuming()+"</option>");
}
%>
</select>
</td>
<td width="140" 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 bgcolor="#6b86d6">
<font color="#ffffff" size="2">ID:</font> <input name="bugid" type="text" size="4"></td>
<td width="*" bgcolor="#6b86d6">
<font color="#ffffff" size="2">标题:</font> <input name="bugbiaoti" type="text" size="17"></td>
<td width="20" bgcolor="#6b86d6">
<input type="submit" name="tijiao" value=" 查找 " id="Submit1" onclick="return Submit1_onclick()"></td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td height="650" valign="top">
<!--显示项目列表-->
<table width="85%" border="1" cellpadding="0" cellspacing="0" align="center" bordercolor="#666666">
<!--标题-->
<tr bordercolor="#ffffff">
<td width="3%" nowrap background="home/titlebg.gif"></td>
<td width="4%" nowrap background="home/titlebg.gif"><font size="2">ID</font></td>
<td width="24%" nowrap background="home/titlebg.gif"><font size="2">标题</font></td>
<td width="14%" nowrap background="home/titlebg.gif"><font size="2">所属模块</font></td>
<td width="6%" nowrap background="home/titlebg.gif"><font size="2">当前状态</font></td>
<td width="6%" nowrap background="home/titlebg.gif"><font size="2">优先级</font></td>
<td width="6%" nowrap background="home/titlebg.gif"><font size="2">创建者</font></td>
<td width="8%" nowrap background="home/titlebg.gif"><font size="2">处理者</font></td>
<td width="10%" nowrap background="home/titlebg.gif"><font size="2">预截止日期</font></td>
<td width="4%" nowrap background="home/titlebg.gif"><font size="2">查看</font></td>
</tr>
<%
Iterator i3=bl.bugitems.iterator();
while(i3.hasNext())
{
xiangmu.bug b=new xiangmu.bug();
b=(xiangmu.bug)i3.next();
%>
<tr bordercolor="#ffffff">
<td nowrap bgcolor="#e4e4e4"><font size="2"><img src="home/problem.gif"> </font></td>
<td nowrap bgcolor="#e4e4e4"><font size="2"><%=b.getBugId() %></font></td>
<td nowrap bgcolor="#e4e4e4"><font size="2"><%=b.getBugBiaoti() %></font></td>
<td nowrap bgcolor="#e4e4e4"><font size="2"><%=b.getBugSuoshumokuai() %></font></td>
<td nowrap bgcolor="#e4e4e4"><font size="2"><%=b.getBugZhuangtai() %></font></td>
<td nowrap bgcolor="#e4e4e4"><font size="2"><%=b.getBugYanzhongchengdu() %>
</font>
</td>
<td nowrap bgcolor="#e4e4e4"><font size="2"><%=b.getBugChuangjianzhe() %></font></td>
<td nowrap bgcolor="#e4e4e4"><font size="2"><%=b.getBugChulizhe() %></font></td>
<td nowrap bgcolor="#e4e4e4"><font size="2"><%=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>
</tr>
<%
}
%>
<tr bordercolor="#FFFFFF">
<td colspan="13" align="right" background="home/titlebg.gif">
<font size="2" color="#3333CC">
<%//查询参数
java.lang.String youxianji="";
if(canshu.getBugYanzhongchengdu()!=null)
youxianji=canshu.getBugYanzhongchengdu();
java.lang.String chuangjianzhe="";
if(canshu.getBugChuangjianzhe()!=null)
chuangjianzhe=canshu.getBugChuangjianzhe();
int n=yonghufenye.n;
int nn=yonghufenye.nn;
if(!yonghufenye.tishi1.equals(""))
out.println("<a href=chaxunyonghu.do?n=0&qq="+qq+"&zhenshixingming="+zhenshixingming+">第一页</a>");
if(!yonghufenye.tishi2.equals(""))
out.println("<a href=chaxunyonghu.do?n="+(n-1)+"&qq="+qq+"&zhenshixingming="+zhenshixingming+">上一页</a>");
if(!yonghufenye.tishi3.equals(""))
out.println("<a href=chaxunyonghu.do?n="+(n+1)+"&qq="+qq+"&zhenshixingming="+zhenshixingming+">下一页</a>");
if(!yonghufenye.tishi4.equals(""))
out.println("<a href=chaxunyonghu.do?n="+(nn-1)+"&qq="+qq+"&zhenshixingming="+zhenshixingming+">末页</a>");
out.println(yonghufenye.tishi5);
%>
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -