📄 xinjianxiangmu.jsp~7~
字号:
<%@ 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>
<script language="javascript" src="home/yanzheng.js">
</script>
<script id=clientEventHandlersJS language=javascript>
<!--
function Submit1_onclick() {
if(document.form1.xiangmumingcheng.value==null || document.form1.xiangmumingcheng.value=="")
{
alert("请输入标题!");
document.form1.xiangmumingcheng.focus();
return false;
}
if(!checkDate(document.form1.yujiezhiriqi.value))
{
alert("请正确输入截止日期!例如:2006-11-10");
document.form1.yujiezhiriqi.value="";
document.form1.yujiezhiriqi.focus();
return false;
}
if(document.form1.xiangmujingli.selectedIndex==0 )
{
alert("请选项目经理!");
document.form1.xiangmujingli.focus();
return false;
}
}
//-->
</script>
</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="chuangjianxiangmu.do" 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"><span class="style4">* </span><FONT size="2"> </FONT><FONT size="2"></FONT>项目名称 </FONT>
</td>
<td width="60%" height="20" bordercolor="#ffffff" bgcolor="#e4e4e4"><input name="xiangmumingcheng" type="text" size="40">
<span class="style2">注:带*为必添项</span><span class="style4"><FONT size="2"> </FONT><FONT size="2"></FONT></span></td>
</tr>
<tr bordercolor="#ffffff">
<td width="17%" height="20" bgcolor="#e4e4e4" align="right">
<FONT size="2"><span class="style4">* </span><FONT size="2"> </FONT><FONT size="2"></FONT>项目经理 </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">今天</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=" 提交项目 " onclick="return Submit1_onclick()">
</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 + -