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

📄 alterhr.jsp

📁 本人课程设计时做的一个用struts框架实现的基于cmmi2的项目管理系统的原型。还有部分功能尚未实现
💻 JSP
字号:
<jsp:include page="/include/global.jsp"/>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page contentType="text/html; charset=GBK" %>
<html:html>
<head>
<title><bean:message key="global.productCode"/> <bean:message key="global.version"/></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>
<script language="Javascript1.1" src="../../staticJavascript.jsp"></script>
<script language="JavaScript">
function validate(theForm) {
	if ( theForm.role.value.length<2 ){
		alert("请选择角色!");
		return false;
	}
	else if ( theForm.responsibility.value.length<1 ){
		alert("请填入工作职责说明!");
		return false;
	}
	return true;
}
</script></head>
<body >
<html:form action="/pages/pp/hr/updateHr.do" onsubmit="return validate(this);">
<html:hidden property="user"/>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="top">&nbsp;
</td>
</tr>
  <tr>
    <td align="center" valign="top">
     <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%" border="0" align="center" cellpadding="2" cellspacing="2">
        <tr class="inputRow">
          <td align="right" width="80"><bean:message key="global.red_asterisk"/> 姓  名&nbsp;&nbsp;</td>
          <td>&nbsp;<bean:write name='hrForm' property='name'/></td>
        </tr>
        <tr class="inputRow">
          <td align="right" width="80"><bean:message key="global.red_asterisk"/> 角  色&nbsp;&nbsp;</td>
          <td><html:select property="role" style="width:160"  size="1">
			  <html:option value="">--------请选择---------</html:option>
			  <html:option value="项目经理">项目经理</html:option>
			  <html:option value="配置管理员">配置管理员</html:option>
			  <html:option value="测试分析员">测试分析员</html:option>
			  <html:option value="PMC">PMC</html:option>
			  <html:option value="普通">普通</html:option>
              </html:select></td>
        </tr>                
        <tr class="inputRow">
          <td align="right" width="80"><bean:message key="global.red_asterisk"/> 工作职责&nbsp;&nbsp;</td>
          <td><html:textarea property="responsibility" rows="5" style="width:100%"/>
          </td>
        </tr>
      </table>
      <hr>
      <jsp:include page="/pages/include/savebuttons.jsp"/>
      </table>
      <br>
    </td>
  </tr>
</table>
</html:form>
<iframe width=174 height=189 name="gToday:normal:agenda.js" id="gToday:normal:agenda.js" src="../../common/ipopeng.htm" scrolling="no" frameborder="0" style="visibility:visible; z-index:999; position:absolute; left:-500px; top:0px;"></iframe>
</body>
</html:html>

⌨️ 快捷键说明

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