📄 feedbackinfo.jsp
字号:
<%@ page contentType="html/text;charset=gb2312"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<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;
}
.STYLE12 {
font-size: 16px;
color: #990000;
font-weight: bold;
}
.STYLE14 {
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
}
.STYLE16 {font-size: 12px; color: #000000; }
-->
</style>
<body>
<td width="30"><img src="" alt="" name="a" width="30" height="1" id="a" /></td>
<td width="512" valign="top">
<form action="<%=request.getContextPath() %>/feedBack.do?flag=submit&planid=${plan.id }" method="post">
<table width="0" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4"> </td>
</tr>
<tr>
<td colspan="4" background="images/line_r2_c2.gif"><img src="" alt="" name="d1" width="1" height="1" id="d1" /></td>
</tr>
<tr>
<td colspan="4"><span class="STYLE12">输入反馈信息:</span></td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
<tr>
<td colspan="4" background="images/line_r2_c2.gif"><img src="" alt="" name="d2" width="1" height="1" id="d2" /></td>
</tr>
<tr>
<td width="82" bgcolor="#990000"><span class="STYLE14">计划名称</span></td>
<td colspan="3" bgcolor="#999999"><label>
<span class="STYLE16">${plan.planName }</span>
</label></td>
</tr>
<tr>
<td colspan="4" 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="STYLE14">计划描述</span></td>
<td colspan="3" bgcolor="#999999"><label>
<div class="STYLE16">${plan.planDesc }</div>
</label></td>
</tr>
<tr>
<td colspan="4" background="images/line_r2_c2.gif"><img src="" alt="" name="c4" width="1" height="1" id="c4" /></td>
</tr>
<tr>
<td height="21" bgcolor="#990000"><span class="STYLE14">开始时间</span></td>
<td width="80" bgcolor="#999999"><label><span class="STYLE16">${plan.planBegin }</span></label></td>
<td width="140" bgcolor="#990000"><span class="STYLE14">结束时间</span></td>
<td width="213" bgcolor="#999999"><input type="text" name="endtime" value="${plan.planEnd }"></td>
</tr>
<tr>
<td colspan="4" background="images/line_r2_c2.gif"><img src="" alt="" name="c5" width="1" height="1" id="c5" /></td>
</tr>
<tr>
<td height="19" bgcolor="#990000"><span class="STYLE14">计划状态</span></td>
<td colspan="3" bgcolor="#FFFFFF"><label>
<select name="state">
<option value="over" selected>已完成</option>
<option value="unover">未完成</option>
</select>
</label></td>
</tr>
<tr>
<td colspan="4" 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="STYLE14">是否反馈</span></td>
<td colspan="3" bgcolor="#FFFFFF"><label>
<select name="fbstate">
<option value="feedbacked" selected >已反馈</option>
<option value="unfeedback">未反馈</option>
</select>
</label></td>
</tr>
<tr>
<td colspan="4" background="images/line_r2_c2.gif"><div align="right">
<label></label>
<div align="left"><img src="" alt="" name="f12" width="1" height="1" id="f12" /></div>
</div></td>
</tr>
<tr>
<td height="20" colspan="4" bgcolor="#990000"><div align="center"><span class="STYLE14">反馈信息</span></div></td>
</tr>
<tr>
<td colspan="4" background="images/line_r2_c2.gif"><img src="" alt="" name="c7" width="1" height="1" id="c7" /></td>
</tr>
<tr>
<td colspan="4"><div align="center">
<label>
<textarea name="fbinfo">${plan.planFeedbackinfo }</textarea>
</label>
</div></td>
</tr>
<tr>
<td colspan="4" background="images/line_r2_c2.gif"><img src="" alt="" name="f13" width="1" height="1" id="f13" /></td>
</tr>
<tr>
<td height="24" colspan="4"><div align="right">
<label>
<input type="reset" name="reset" value="取消" />
<input type="submit" name="Submit" value="提交" />
</label>
</div></td>
</tr>
<tr>
<td colspan="4" background="images/line_r2_c2.gif"><img src="" alt="" name="f13" width="1" height="1" id="f13" /></td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
<tr>
<td width="23"><img src="" alt="" name="a1" width="30" height="1" id="a1" /></td></tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -