?? thingtome2.jsp
字號:
<%@ page contentType="text/html;charset=GB2312" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html"%>
<%@ page isELIgnored="false"%>
<html:html>
<body bgcolor="#DCDADA">
當前位置:行政審批-->審批事務<br>
<table border="1" CELLSPACING=0 CELLPADDING=0 width="500">
<c:forEach items="${requestScope.rsArray1}" var="record">
<tr><td align="right" width="200">審批事務標題:</td>
<td align="left">${record[0]}</td>
</tr>
<tr><td align="right">審批內容詳細說明:</td>
<td align="left">${record[1]}</td>
</tr>
</c:forEach>
</table><br>
<table border="1" CELLSPACING=0 CELLPADDING=0 width="500">
<html:form action="/arraMe.do" method="post">
<c:forEach items="${requestScope.rsArray2}" var="record">
<tr><td align="center" colspan="2">
<font color="red"><html:errors/></font>
</td></tr>
<tr><td>審批意見:</td>
<td>
<html:textarea rows="10" cols="54" property="thingContent"
value="${record[1]}"/></td>
</tr>
<tr><td align="center" colspan="2">
<html:hidden value="${record[0]}" property="thingArraId"/>
<html:hidden value="${requestScope.thingId}" property="thingId"/>
<html:submit value="提交審批"/>
</td></tr>
</c:forEach>
</html:form>
</table>
</body>
</html:html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -