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

📄 detailitemview.jsp

📁 本人课程设计时做的一个用struts框架实现的基于cmmi2的项目管理系统的原型。还有部分功能尚未实现
💻 JSP
字号:
<jsp:include page="/include/global.jsp"/>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
<%@ 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>
<LINK rel=stylesheet type=text/css HREF="../../common/olstyle.css">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=gb2312">
<script type="text/javascript" src="../../common/CTable.js"></script>
<script type="text/javascript" src="../../common/CommonFunc.js"></script>

</head>

<body>
<table width="90%" border="0" align="center">
  <tr>
    <td height="10" align="right" valign="middle"><div align="right"><font color="#000099"> 
              <img src="../../images/buttonPrevious.gif" width="21" height="21" title="返回上一页" onclick="history.go(-1);"> 
              &nbsp; </font></div> </td>
  </tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td  align="left" valign="top" width="50%">
    <table width="100%" border="0" align="center" cellpadding="1" cellspacing="1">
        <tr> 
          <td height="18" bgcolor="#669999"><div align="center"><font color="#FFFF99">变更控制报告</font></div></td>
        </tr>
      </table>
      <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;变更ID 
            </font></td>
          <td height="20" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="alterapplyid"/></td>
        </tr>
        <tr> 
          <td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;变更标题 
            </font></td>
          <td height="20" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="alteritem"/></td>
        </tr>   
        <tr> 
          <td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;变更等级 
            </font></td>
          <td height="20" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="level"/></td>
        </tr>      
        <tr> 
          <td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;变更类型 
            </font></td>
          <td height="20" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="requisttype"/></td>
        </tr>       
		<tr> 
          <td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;当前状态 
            </font></td>
          <td height="20" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="status"/></td>
        </tr>
        <tr> 
          <td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;变更申请者</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="proposer"/></td>
        </tr>
        <tr>
          <td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;变更申请日期</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="appdate" /></td>
        </tr>
        <tr> 
          <td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;变更原因 
            </font></td>
          <td height="20" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="reason"/></td>
        </tr>
        <tr> 
          <td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;变更申请内容</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="content" /> </td>
        </tr>
        <tr bgcolor="#669999"> 
          <td height="4" colspan="2" nowrap></td>
        </tr>
          <tr> 
          <td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;分析者</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff">
          	<logic:notEmpty  name="theAttrDetail" property="analyser" >
			  <bean:write name="theAttrDetail" property="analyser" />
			</logic:notEmpty>
			</td>
        </tr>
        <tr> 
          <td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;分析报告</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff">
          	<logic:notEmpty  name="theAttrDetail" property="analysisreport" >
			  <bean:write name="theAttrDetail" property="analysisreport" />
			</logic:notEmpty>
			</td>
        </tr>
        <tr bgcolor="#669999"> 
          <td height="4" colspan="2" nowrap></td>
        </tr>
        <tr> 
          <td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;审批者</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff">
          	<logic:notEmpty  name="theAttrDetail" property="approver" >
			  <bean:write name="theAttrDetail" property="approver" />
			</logic:notEmpty>
			</td>
        </tr>
        <tr> 
          <td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;审批日期</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="approvaldate" /></td>
        </tr>
        <tr> 
          <td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;审批结论</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="approvereport"/></td>
        </tr>
        
        <tr bgcolor="#669999"> 
          <td height="4" colspan="2" nowrap><font color="#000099"></font></td>
        </tr>
        <tr> 
          <td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;修改报告</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff">
          	<logic:notEmpty  name="theAttrDetail" property="alterreport" >
			  <bean:write name="theAttrDetail" property="alterreport" />
			</logic:notEmpty></td>
        </tr>     
        <tr> 
          <td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;变更执行结束日期</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="closedate"   format="yyyy-MM-dd"/></td>
        </tr>        <tr> 
          <td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;变更分析人</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="analyser" /></td>
        </tr>
        <tr bgcolor="#669999"> 
          <td height="4" colspan="2" nowrap><font color="#000099"></font></td>
        </tr>
        <tr> 
          <td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;变更验证人</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff">
          	<logic:notEmpty  name="theAttrDetail" property="validator" >
			  <bean:write name="theAttrDetail" property="validator" />
			</logic:notEmpty></td>
        </tr>
        <tr> 
          <td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099">&nbsp;&nbsp;验证结果</font></td>
          <td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name= "theAttrDetail" property="validatereport"/></td>
        </tr>
     </table>
    </td>
    <td width="50%">


    </td>
  </tr>
</table>
<table width="90%" border="0" align="center">
  <tr>
    <td height="10" align="right" valign="middle"><div align="right"><font color="#000099"> 
              <img src="../../images/buttonPrevious.gif" width="21" height="21" title="返回上一页" onclick="history.go(-1);"> 
              &nbsp; </font></div> </td>
  </tr>
</table>
</body>
</html:html>

⌨️ 快捷键说明

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