📄 xiangmuzuzhangdewudeshiwu.jsp~46~
字号:
<tr>
<td height="2" bgcolor="#999999" colspan="2"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20">
</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"> </td>
<td width=* height="20" background="home/titlebg.gif"><font size="2">快捷菜单</font><font size="2"> </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/config_project.gif" width="16" height="16"></td>
<td width=* height="20">
<%out.println("<a href=xiugaixiangmu.do?xiangmuid="+yonghu1.getSuochuxiangmu().getXiangmuId()+">"); %>
<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 value="" >其他角色</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>
</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">
</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="xiangmuzuzhangbugform" action="xiangmuzuzhangxunbug.do" method="POST">
<table width="90%" border="1" cellpadding="0" cellspacing="0" align="center" bordercolor="#666666">
<tr bordercolor="#FFFFFF" bgcolor="#214FA5">
<td colspan="7">
<font color="#FFFFFF" size="2">查看Bug</font></td>
</tr>
<tr bordercolor="#FFFFFF">
<td width="117" 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="128" 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="131" bgcolor="#6B86D6"><select name="chuanjianzhe">
<option selected value="">-- 所有创建者 --</option>
<%
Iterator i62=cl.items.iterator();
while(i62.hasNext())
{
yonghu.jiandanyonghu jy=new yonghu.jiandanyonghu();
jy=(yonghu.jiandanyonghu)i62.next();
out.println(" <option value="+ jy.getYonghuid()+">"+ jy.getYonghuming()+"</option>");
}
%>
</select></td>
<td width="162" bgcolor="#6B86D6"><font color="#FFFFFF" size="2">截止日期<</font>
<input name="bugyujiezhiriqi" type="text" size="10"></td>
<td width="63" bgcolor="#6B86D6" ><font color="#FFFFFF" size="2">ID</font>
<input name="bugid" type="text" size="3"></td>
<td width=5 bgcolor="#6B86D6" > </td>
<td width=59 bgcolor="#6B86D6" >
<input type="submit" name="tijiao" value=" 查找 " onclick="return Submit1_onclick()"></td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td height="20">
</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" nowrap background="home/titlebg.gif"></td>
<td width=15 nowrap background="home/titlebg.gif"><font size="2">ID</font></td>
<td width=148 nowrap background="home/titlebg.gif"><font size="2">标题</font></td>
<td width=112 nowrap background="home/titlebg.gif"><font size="2">所属项目</font></td>
<td width=83 nowrap background="home/titlebg.gif"><font size="2">所属模块</font></td>
<td width="44" nowrap background="home/titlebg.gif"><font size="2">状态</font></td>
<td width="42" nowrap background="home/titlebg.gif"><font size="2">创建者</font></td>
<td width="41" nowrap background="home/titlebg.gif"><font size="2">处理者</font></td>
<td width="67" nowrap background="home/titlebg.gif"><font size="2">截止日期</font></td>
<td width="27" nowrap background="home/titlebg.gif"><font size="2">查看</font></td>
<td width="54" nowrap 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"> </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.getBugChulizhe() %></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("待沿后")){%>
<%out.println(" <a href=yanhoupanduan.do?bugid="+b.getBugId()+">"); %>
<img src="home/problem_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 bugzhuangtai="";
if(canshu.getBugZhuangtai()!=null)
bugzhuangtai=canshu.getBugZhuangtai();
java.lang.String chuangjianzhe="";
if(canshu.getBugChuangjianzhe()!=null)
chuangjianzhe=canshu.getBugChuangjianzhe();
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 bugyujiezhiriqi="";
//if(canshu.getBugYujiezhishijian()!=null)
bugyujiezhiriqi=canshu.getBugYujiezhishijian();
int n=bugfenye.n;
int nn=bugfenye.nn;
if(!bugfenye.tishi1.equals(""))
out.println("<a href=xiangmuzuzhangxunbug.do?n=0&bugzhuangtai="+bugzhuangtai+"&chuanjianzhe="+chuangjianzhe+"&chulizhe="+chulizhe+"&bugid="+bugid+">第一页</a>");
if(!bugfenye.tishi2.equals(""))
out.println("<a href=xiangmuzuzhangxunbug.do?n="+(n-1)+"&bugzhuangtai="+bugzhuangtai+"&chuanjianzhe="+chuangjianzhe+"&chulizhe="+chulizhe+"&bugid="+bugid+">上一页</a>");
if(!bugfenye.tishi3.equals(""))
out.println("<a href=xiangmuzuzhangxunbug.do?n="+(n+1)+"&bugzhuangtai="+bugzhuangtai+"&chuanjianzhe="+chuangjianzhe+"&chulizhe="+chulizhe+"&bugid="+bugid+">下一页</a>");
if(!bugfenye.tishi4.equals(""))
out.println("<a href=xiangmuzuzhangxunbug.do?n="+(nn-1)+"&bugzhuangtai="+bugzhuangtai+"&chuanjianzhe="+chuangjianzhe+"&chulizhe="+chulizhe+"&bugid="+bugid+">末页</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 + -