⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addreporttask.jsp

📁 本人课程设计时做的一个用struts框架实现的基于cmmi2的项目管理系统的原型。还有部分功能尚未实现
💻 JSP
字号:
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-bean" prefix="template" %>
<%@ page contentType="text/html;charset=GBK" %>

<html> 
	<head>
	<title></title>
	<base target="_self">
	<meta http-equiv="Pragma" content="no-cache">
	<link rel="stylesheet" type="text/css" href="../../common/olstyle.css">
	<script  language="JavaScript" src="../../common/meizzDate.js"></script>
	<html:javascript formName="userForm" dynamicJavascript="true" staticJavascript="false"/>
	<script language="Javascript1.1" src="../../include/staticJavascript.jsp"></script>
</script>
	</head>
	<body>
	<html:form action="/addReportTask">
	<table width="90%" align="center">
  	<tr>
    	<td align="center" valign="top">&nbsp;
    	</td>
  	</tr>
  	<tr>
    	<td>
     		<table width="100%" height="25" border="0" align="center" cellpadding="0" cellspacing="0">
        	<tr>
          	<td height="20" bgcolor="#669999"><div align="center"><font color="#FFFF99">填写报告内容</font></div></td>
        	</tr>
      		</table>
      		<table width="100%">
         	<tr class="inputRow">
          	<td align="center" width="150"><bean:message key="global.red_asterisk"/> 任务编号:&nbsp;&nbsp;<br /></td>
          	<td>
          	<html:select property="taskid" style="width:150" size="1">
			  <html:option value="">------请选择---------</html:option>
		   <jsp:include page="/getcategories?type=task"/>
		   <html:options collection="tasks" property="taskid" labelProperty="taskname"/>
                </html:select>
          	</td>
        	</tr>
        	<tr class="inputRow">
          	<td align="center" width="150"><bean:message key="global.red_asterisk"/> 开始时间:&nbsp;&nbsp;<br /></td>
          	<td><html:text property="starttime" value="----点击---->" title="日期格式:YYYY-MM-DD,例如:2003-12-31" maxlength="10" styleClass="inputDate" onclick="setday(this)" style="width:150"/>   注:本周开始的任务必须填上开始时间!</td>
          	</tr>
        	<tr class="inputRow">
          	<td align="center" width="150"><bean:message key="global.red_asterisk"/> 完成比例:&nbsp;&nbsp;<br /></td>
          	<td>
          		<html:select property="curstate" style="width:120">
		   	<html:option value="">-----请选择---------</html:option>
		   	<html:option value="0"></html:option>
	           	<html:option value="10"></html:option>
	           	<html:option value="20"></html:option>
	           	<html:option value="30"></html:option>
	           	<html:option value="40"></html:option>
	           	<html:option value="50"></html:option>
	           	<html:option value="60"></html:option>
	           	<html:option value="70"></html:option>
          	   	<html:option value="80"></html:option>
	           	<html:option value="90"></html:option>
	           	<html:option value="100"></html:option>
          		</html:select> %
          	</td>
          	</tr>
          	<tr class="inputRow">
          	<td align="center" width="150"><bean:message key="global.red_asterisk"/> 完成时间:&nbsp;&nbsp;<br /></td>
          	<td><html:text property="endtime" value="----点击---->" title="日期格式:YYYY-MM-DD,例如:2003-12-31" maxlength="10" styleClass="inputDate" onclick="setday(this)" style="width:150"/>   注:本周结束的任务必须填上结束时间!</td>
          	</tr>
          	<tr class="inputRow">
          	<td align="center" width="150"><bean:message key="global.red_asterisk"/> 本周用时:&nbsp;&nbsp;<br /></td>
          	<td ><html:text property="wl_curweek" style="width:150"/></td>
          	</tr>
          	<jsp:include page="./savebuttons.jsp"/>
        	<hr>
      	</td>
        </tr>
        </table>		
	</html:form>
	<body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -