📄 xinjianxiangmu.jsp~6~
字号:
<%@ 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">
</head>
<body bgcolor="#cccccc">
<jsp:useBean id="yl" scope="request" class="yonghu.yonghuliebiao">
</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表单-->
<form name="form1" action="tishixinxi.htm" method="post">
<table width="80%" border="1" cellpadding="0" cellspacing="2" bgcolor="#f6f6f6" bordercolor="#999999"
align="center">
<!--提示信息-->
<tr bordercolor="#ffffff" bgcolor="#6b86d6">
<td height="25" colspan="2">
<FONT color="#ffffff" size="2">新建项目</FONT>
</td>
</tr>
<!--Bug信息-->
<tr bordercolor="#ffffff">
<td width="17%" height="20" bgcolor="#e4e4e4" align="right">
<FONT size="2">项目名称 </FONT>
</td>
<td width="60%" height="20" bordercolor="#ffffff" bgcolor="#e4e4e4"><input name="xiangmumingcheng" type="text" size="40"></td>
</tr>
<tr bordercolor="#ffffff">
<td width="17%" height="20" bgcolor="#e4e4e4" align="right">
<FONT size="2">项目经理 </FONT>
</td>
<td width="60%" height="20" bordercolor="#ffffff" bgcolor="#e4e4e4">
<select name="xiangmujingli" size="1" id="xiangmujingli">
<option selected value="">
-- 请选择用户 --
</option>
<%
Iterator i1=yl.yonghuitems.iterator();
while(i1.hasNext())
{
yonghu.yonghu y=new yonghu.yonghu();
y=(yonghu.yonghu)i1.next();
out.println(" <option value="+y.getYonghuId()+">"+y.getYonghuming()+"</option>");
}
%>
</select></td>
</tr>
<tr bordercolor="#ffffff">
<td width="17%" height="20" bgcolor="#e4e4e4" align="right">
<FONT size="2">创建日期 </FONT>
</td>
<td width="60%" height="20" bordercolor="#ffffff" bgcolor="#e4e4e4">
<font size="2">2005-11-29</font></td>
</tr>
<tr bordercolor="#ffffff">
<td width="17%" height="20" bgcolor="#e4e4e4" align="right">
<FONT size="2">预截止日期 </FONT>
</td>
<td width="60%" height="20" bordercolor="#ffffff" bgcolor="#e4e4e4">
<input name="yujiezhiriqi" type="jiezhiriqi" id="yujiezhiriqi" size="25"></td>
</tr>
<tr bordercolor="#ffffff">
<td width="17%" height="20" align="right" bgcolor="#e4e4e4">
<FONT size="2">项目描述</FONT>
</td>
<td width="60%" height="20" bordercolor="#ffffff" bgcolor="#e4e4e4">
<textarea name="xiangmumiaoshu" cols="40" rows="10"></textarea>
</td>
</tr>
<tr bordercolor="#ffffff">
<td width="17%" height="100%" bgcolor="#e4e4e4" align="left">
<input type="submit" name="tijiao" value=" 提交项目 ">
</td>
<td height="100%" bgcolor="#e4e4e4" align="left">
<input type="reset" name="qvxiao" value=" 取消 ">
</td>
</tr>
<tr bordercolor="#ffffff">
<td width="17%" height="100%" bgcolor="#e4e4e4" align="left">
</td>
<td height="100%" bgcolor="#e4e4e4" align="left">
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -