📄 xiugaixiangmu.jsp~65~
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" %>
<%@ page import="java.util.Iterator;" %>
<%@ include file="home.jsp" %>
<html>
<head>
<title>修改项目</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.style2 {color: #FF0000}
.style4 {color: #FF0000}
-->
</style>
</head>
<body bgcolor="#cccccc">
<jsp:useBean id="yl" scope="request" class="yonghu.yonghuliebiao">
</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="xmztlb" scope="request" class="tmp.xiangmuzhuangtailiebiao">
</jsp:useBean>
<jsp:useBean id="xm" scope="request" class="xiangmu.xiangmu">
</jsp:useBean>
<jsp:useBean id="ml" scope="request" class="xiangmu.mokuailiebiao">
</jsp:useBean>
<% %>
<!--我的事务页面-->
<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="titlebg.gif">
<img src="home/Home.gif" width="16" height="16">
</td>
<td width="260" height="20" align="left" valign="middle" background="titlebg.gif">
<FONT size="2">位置 >> 我的事务 >> 新建项目</FONT></td>
<td background="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"></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 valign="top">
<!--Bug表单-->
<table width="80%" border="1" cellpadding="0" cellspacing="2" bgcolor="#f6f6f6" bordercolor="#999999"
align="center">
<form name="form1" action="xiugaixiangmu2.do" method="post">
<!--提示信息-->
<tr bordercolor="#ffffff" bgcolor="#6b86d6">
<td height="25" colspan="3">
<FONT color="#ffffff" size="2">修改项目</FONT>
<input type="hidden" name="xiangmuId" value=<%=xm.getXiangmuId() %>>
</td>
</tr>
<!--Bug信息-->
<tr bordercolor="#ffffff">
<td width="24%" height="20" bgcolor="#e4e4e4" align="right">
<FONT size="2"><span class="style4">* </span><FONT size="2"> </FONT><FONT size="2"></FONT>项目名称 </FONT>
</td>
<td height="20" colspan="2" bordercolor="#ffffff" bgcolor="#e4e4e4"><input name="xiangmumingcheng" type="text" size="40" value=<%=xm.getXiangmumingcheng() %>>
<span class="style2">注:带*为必添项</span><span class="style4"><FONT size="2"> </FONT><FONT size="2"></FONT></span></td>
</tr>
<tr bordercolor="#ffffff">
<td width="24%" height="20" bgcolor="#e4e4e4" align="right">
<FONT size="2"><span class="style4">* </span><FONT size="2"> </FONT><FONT size="2"></FONT>项目经理 </FONT>
</td>
<td height="20" colspan="2" bordercolor="#ffffff" bgcolor="#e4e4e4">
<select name="xiangmujingli" size="1" id="xiangmujingli">
<%
Iterator i1=yl.yonghuitems.iterator();
while(i1.hasNext())
{
yonghu.yonghu y=new yonghu.yonghu();
y=(yonghu.yonghu)i1.next();
if(y.getYonghuming().equals(xm.getXiangmuJingli()))
out.println(" <option selected value="+y.getYonghuId()+">"+y.getYonghuming()+"</option>");
else
out.println(" <option value="+y.getYonghuId()+">"+y.getYonghuming()+"</option>");
}
%>
</select></td>
</tr>
<tr bordercolor="#ffffff">
<td width="24%" height="20" bgcolor="#e4e4e4" align="right">
<FONT size="2">项目状态 </FONT>
</td>
<td height="20" colspan="2" bordercolor="#ffffff" bgcolor="#e4e4e4">
<select name="xiangmuzhuangtaiId" size="1" id="xiangmuzhuangtai">
<%
Iterator i11=xmztlb.items.iterator();
while(i11.hasNext())
{
tmp.xiangmuzhuangtai xmzt=new tmp.xiangmuzhuangtai();
xmzt=(tmp.xiangmuzhuangtai)i11.next();
if(xmzt.getXiangmuzhuangtaizhi().equals(xm.getXiangmuzhuangtai()))
out.println(" <option selected value="+xmzt.getXiangmuzhuangtaiid()+">"+xmzt.getXiangmuzhuangtaizhi()+"</option>");
else
out.println(" <option value="+xmzt.getXiangmuzhuangtaiid()+">"+xmzt.getXiangmuzhuangtaizhi()+"</option>");
}
%>
</select></td>
</tr>
<tr bordercolor="#ffffff">
<td width="24%" height="20" bgcolor="#e4e4e4" align="right">
<FONT size="2">创建日期 </FONT>
</td>
<td height="20" colspan="2" bordercolor="#ffffff" bgcolor="#e4e4e4">
<font size="2"><%=xm.getXiangmuChuangjianriqi() %></font></td>
</tr>
<tr bordercolor="#ffffff">
<td width="24%" height="20" bgcolor="#e4e4e4" align="right">
<FONT size="2">预截止日期 </FONT>
</td>
<td height="20" colspan="2" bordercolor="#ffffff" bgcolor="#e4e4e4">
<input name="yujiezhiriqi" type="jiezhiriqi" id="yujiezhiriqi" size="25" value=<%=xm.getXiangmuYujiezhiriqi() %>></td>
</tr>
<tr bordercolor="#ffffff">
<td width="24%" height="20" align="right" bgcolor="#e4e4e4">
<FONT size="2">项目描述</FONT>
</td>
<td height="20" colspan="2" bordercolor="#ffffff" bgcolor="#e4e4e4">
<textarea name="xiangmumiaoshu" cols="40" rows="10"><%=xm.getXiangmuMiaoshu() %></textarea>
</td>
</tr>
<tr bordercolor="#ffffff">
<td width="24%" height="100%" bgcolor="#e4e4e4" align="left">
<input type="submit" name="tijiao" value=" 提交项目 ">
</td>
<td height="100%" colspan="2" align="left" bgcolor="#e4e4e4">
<input type="reset" name="qvxiao" value=" 取消 ">
</td>
</tr>
</form>
<tr bordercolor="#ffffff">
<td width="24%" height="100%" bgcolor="#e4e4e4" align="left">
</td>
<td height="100%" colspan="2" align="left" bgcolor="#e4e4e4">
</td>
</tr>
<%if(yonghu1.getBenrenxinxi().getYonghuming().equals(xm.getXiangmuJingli())){ %>
<tr bordercolor="#ffffff" bgcolor="#6b86d6">
<td height="25" colspan="3">
<FONT color="#ffffff" size="2">项目配置</FONT>
</td>
</tr>
<tr bordercolor="#ffffff">
<td width="24%" height="23" align="right" nowrap bgcolor="#e4e4e4">
<FONT size="2">测试人员 </FONT>
</td>
<td width="28%" height="23" valign="top" nowrap bordercolor="#ffffff" bgcolor="#e4e4e4">
<form action="tianjiaceshirenyuan.do" method="post">
<select name="yonghu1" id="yonghu1">
<option selected value="">-- 添加测试人员 --
</option>
<%
Iterator i12=yl.yonghuitems.iterator();
while(i12.hasNext())
{
yonghu.yonghu y=new yonghu.yonghu();
y=(yonghu.yonghu)i12.next();
out.println(" <option value="+y.getYonghuId()+">"+y.getYonghuming()+"</option>");
}
%>
</select>
<input name="b2" type="submit" id="b22" value=">>">
</form> </td>
<td width="48%" valign="top" nowrap bordercolor="#ffffff" bgcolor="#e4e4e4"><form action="ceshirenyuan.do" method="post">
<select name="ceshirenyuan" id="ceshirenyuan">
<option selected value="">-- 项目中的测试人员 --</option>
<%
Iterator i6=cl.items.iterator();
while(i6.hasNext())
{
yonghu.jiandanyonghu jy=new yonghu.jiandanyonghu();
jy=(yonghu.jiandanyonghu)i6.next();
if(!jy.getYonghuid().equals("0"))
out.println(" <option value="+ jy.getYonghuid()+">"+ jy.getYonghuming()+"</option>");
}
%>
</select>
<input type="submit" name="shanchu1" id="shanchu13" value="删除" >
</form> </td>
</tr>
<tr bordercolor="#ffffff">
<td width="24%" height="20" align="right" nowrap bgcolor="#e4e4e4">
<FONT size="2">开发人员 </FONT>
</td>
<td height="20" nowrap bordercolor="#ffffff" bgcolor="#e4e4e4">
<form name="form2" method="post" action="tianjiakaifarenyuan.do">
<select name="yonghu2" id="select3">
<option selected value="">-- 添加开发人员 -- </option>
<%
Iterator i13=yl.yonghuitems.iterator();
while(i13.hasNext())
{
yonghu.yonghu y=new yonghu.yonghu();
y=(yonghu.yonghu)i13.next();
out.println(" <option value="+y.getYonghuId()+">"+y.getYonghuming()+"</option>");
}
%>
</select>
<input name="b3" type="submit" id="b32" value=">>" >
</form></td>
<td height="20" nowrap bordercolor="#ffffff" bgcolor="#e4e4e4"><form name="form3" method="post" action="shanchukaifarenyuan.do">
<select name="kaifarenyuan" id="select4">
<option selected value="">-- 项目中的开发人员 --</option>
<%
Iterator i62=kl.items.iterator();
while(i62.hasNext())
{
yonghu.jiandanyonghu jy=new yonghu.jiandanyonghu();
jy=(yonghu.jiandanyonghu)i62.next();
if(!jy.getYonghuid().equals("0"))
out.println(" <option value="+ jy.getYonghuid()+">"+ jy.getYonghuming()+"</option>");
}
%>
</select>
<input type="submit" name="b222" id="b2224" value="删除" >
</form></td>
</tr>
<tr bordercolor="#ffffff">
<td width="24%" height="20" align="right" nowrap bgcolor="#e4e4e4">
<FONT size="2">模块名称 </FONT>
</td>
<td height="20" nowrap bordercolor="#ffffff" bgcolor="#e4e4e4">
<form name="form4" method="post" action="tianjiamokuai.do">
<input name="mokuaitmp" type="text" id="mokuaitmp2" size="20">
<input type="submit" name="b1" value=">>" id="b1" >
</form></td>
<td height="20" nowrap bordercolor="#ffffff" bgcolor="#e4e4e4">
<form name="form5" method="post" action="shanchumokuai.do">
<select name="mokuai" id="select5">
<option selected>-- 项目中的模块 --</option>
<%
Iterator i22=ml.mokuaiitems.iterator();
while(i22.hasNext())
{
xiangmu.mokuai m=new xiangmu.mokuai();
m=(xiangmu.mokuai)i22.next();
out.println(" <option value="+m.getMokuaiId()+">"+m.getMokuaiZhi()+"</option>");
}
%>
</select>
<font color="#339966" size="2">
<input type="submit" name="b2222" id="b22223" value="删除">
</font> </form> </td>
</tr>
<tr bordercolor="#ffffff">
<td width="24%" height="100%" bgcolor="#e4e4e4" align="left">
</td>
<td height="100%" colspan="2" align="left" bgcolor="#e4e4e4">
</td>
</tr>
<%} %>
</table>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -