📄 overviewmain.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>
<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>
</head>
<body >
<table width="90%" border="0" align="center">
<tr>
<td height="15" align="left" valign="middle"> </td>
</tr>
</table>
<table width="90%" border="2" align="center" cellpadding="0" cellspacing="0" bordercolor="#777777">
<tr>
<td align="left" 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="1" cellspacing="1" bordercolor="#666666">
<tr>
<td width="100" height="20" align="left" nowrap bgcolor="#CCCCCC"><font color="#000099"> 项目简称</font></td>
<td width="50%" height="20" nowrap bgcolor="#FFFFFF" id=tdPrjAlias><font color="#000000"><bean:write name="projectForm" property="projectCode"/></font></td>
<td width="100" height="20" nowrap bgcolor="#CCCCCC" ><font color="#000099"> 项目经理</font></td>
<td width="50%" height="20" nowrap bgcolor="#FFFFFF" id=tdPrjBeginTime><font color="#000000"><bean:write name="projectForm" property="PM"/></font></td>
</tr>
<tr>
<td width="100" height="20" align="left" nowrap bgcolor="#CCCCCC"><font color="#000099"> 项目名称</font></td>
<td width="50%" height="20" nowrap bgcolor="#FFFFFF" id=tdPrjAlias><font color="#000000"><bean:write name="projectForm" property="projectName"/></font></td>
<td width="100" height="20" nowrap bgcolor="#CCCCCC" ><font color="#000099"> 归属部门</font></td>
<td width="50%" height="20" nowrap bgcolor="#FFFFFF" id=tdPrjBeginTime><font color="#000000"><bean:write name="projectForm" property="departID"/></font></td>
</tr>
<tr>
<td width="100" height="20" align="left" nowrap bgcolor="#CCCCCC"><font color="#000099"> 计划开始日期</font></td>
<td width="50%" height="20" nowrap bgcolor="#FFFFFF" id=tdPrjAlias><font color="#000000"><bean:write name="projectForm" property="startDate"/></font></td>
<td width="100" height="20" nowrap bgcolor="#CCCCCC" ><font color="#000099"> 项目预算</font></td>
<td width="50%" height="20" nowrap bgcolor="#FFFFFF" id=tdPrjBeginTime><font color="#000000"><bean:write name="projectForm" property="budget"/></font></td>
</tr>
<tr>
<td width="100" height="20" align="left" nowrap bgcolor="#CCCCCC"><font color="#000099"> 计划结束日期</font></td>
<td width="50%" height="20" nowrap bgcolor="#FFFFFF" id=tdPrjAlias><font color="#000000"><bean:write name="projectForm" property="endDate"/></font></td>
<td width="100" height="20" nowrap bgcolor="#CCCCCC" ><font color="#000099"> 目前所处阶段</font></td>
<td width="50%" height="20" nowrap bgcolor="#FFFFFF" id=tdPrjBeginTime><font color="#000000"><bean:write name="projectForm" property="stage"/></font></td>
</tr>
<tr bgcolor="#eeeeee">
<td height="4" colspan="4"></td>
</tr>
<tr>
<td width="100" height="70" align="left" nowrap bgcolor="#CCCCCC"><font color="#000099"> 项目描述信息</font></td>
<td colspan=3 nowrap bgcolor="#FFFFFF" id=tdPrjBeginTime><font color="#000000">
<bean:write name="projectForm" property="description"/></font></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -