?? plandetail.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<jsp:directive.page import="domain.Plan"/>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'TaskDetail.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:133px;
top:234px;
width:69px;
height:16px;
z-index:1;
}
#Layer2 {
position:absolute;
left:133px;
top:185px;
width:71px;
height:15px;
z-index:2;
}
#Layer3 {
position:absolute;
left:133px;
top:282px;
width:72px;
height:15px;
z-index:3;
}
#Layer4 {
position:absolute;
left:133px;
top:324px;
width:72px;
height:15px;
z-index:4;
}
#Layer5 {
position:absolute;
left:133px;
top:370px;
width:70px;
height:17px;
z-index:5;
}
.STYLE3 {font-family: "宋體"; font-size: 12px; }
.STYLE4 {font-size: 12px; }
#Layer6 {
position:absolute;
left:10px;
top:15px;
width:770px;
height:136px;
z-index:6;
}
#Layer7 {
position:absolute;
left:11px;
top:15px;
width:769px;
height:136px;
z-index:6;
}
.STYLE16 {
font-size: 16px;
color: #990000;
font-weight: bold;
}
.STYLE17 {
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
}
.STYLE19 {
color: #000000;
font-size: 12px;
}
.biaoti {
font-family: "宋體";
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
}
-->
</style>
</head>
<%
Plan plan=(Plan)session.getAttribute("plan");
%>
<body>
<td width="30"/><img src="" alt="" name="a" width="30" height="1" id="a" />
<td width="515" valign="top"/>
<table width="515" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="18" colspan="6"> </td>
</tr>
<tr>
<td colspan="6" background="images/line_r2_c2.gif"><img src="" alt="" name="c1" width="1" height="1" id="c1" /></td>
</tr>
<tr>
<td colspan="6"><span class="STYLE16">計劃詳細信息:</span></td>
</tr>
<tr>
<td colspan="6"> </td>
</tr>
<tr>
<td colspan="6" background="images/line_r2_c2.gif"><img src="" alt="" name="c2" width="1" height="1" id="c2" /></td>
</tr>
<tr>
<td width="78" bgcolor="#990000"><span class="biaoti">計劃名稱</span></td>
<td colspan="5" bgcolor="#999999"><span class="STYLE4"><%=plan.getPlanName() %></span></td>
</tr>
<tr>
<td colspan="6" background="images/line_r2_c2.gif"><img src="" alt="" name="c3" width="1" height="1" id="c3" /></td>
</tr>
<tr>
<td bgcolor="#990000"><span class="biaoti">計劃描述</span></td>
<td colspan="5" bgcolor="#999999"><span class="STYLE19"><%=plan.getPlanBegin() %></span></td>
</tr>
<tr>
<td colspan="6" background="images/line_r2_c2.gif" bgcolor="#FFFFFF"><img src="" alt="" name="c4" width="1" height="1" id="c4" /></td>
</tr>
<tr>
<td height="18" bgcolor="#990000"><span class="biaoti">開始時間</span></td>
<td width="96" bgcolor="#999999"><span class="STYLE4"><%=plan.getPlanBegin() %></span></td>
<td width="92" bgcolor="#990000"><span class="STYLE17">結束時間</span></td>
<td colspan="3" bgcolor="#999999"><span class="STYLE4"><%=plan.getPlanEnd() %></span></td>
</tr>
<tr>
<td colspan="6" background="images/line_r2_c2.gif"><img src="" alt="" name="c5" width="1" height="1" id="c5" /></td>
</tr>
<tr>
<td height="22" bgcolor="#990000"><span class="STYLE17">所屬任務</span></td>
<td bgcolor="#999999"><span class="STYLE4"><%=""+session.getAttribute("taskname") %></span></td>
<td bgcolor="#990000"><span class="STYLE17">計劃狀態</span></td>
<td colspan="3" bgcolor="#999999"><span class="STYLE4"><%=plan.getPlanState() %></span></td>
</tr>
<tr>
<td colspan="6" background="images/line_r2_c2.gif"><img src="" alt="" name="c6" width="1" height="1" id="c6" /></td>
</tr>
<tr>
<td height="22" bgcolor="#990000"><span class="STYLE17">反饋信息</span></td>
<td colspan="5" bgcolor="#999999"><span class="STYLE19"><%=plan.getPlanFeedbackinfo() %></span></td>
</tr>
<tr>
<td colspan="6" background="images/line_r2_c2.gif"><img src="" alt="" name="c7" width="1" height="1" id="c7" /></td>
</tr>
<tr>
<td colspan="6"><div align="right">
<label>
<input type="button" name="Submit" value="返回" onclick="location='taskDetail.do?id=<%=""+session.getAttribute("taskid")%>'" />
</label>
</div></td>
</tr>
<tr>
<td colspan="6"> </td>
</tr>
<tr>
<td height="2" colspan="6" background="images/line_r2_c2.gif"><img src="" alt="aa" name="c13" width="1" height="1" id="c13" /></td>
</tr>
<tr>
<td width="33"><img src="" alt="" name="a1" width="30" height="1" id="a1" /></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -