📄 look_advice.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-logic" prefix="logic" %>
<html>
<head>
<html:base/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>浏览建议箱</title>
</head>
<body>
<center>
<table width=967 border=1 cellpadding="0" cellspacing="0" bordercolor=gray bordercolorlight=gray bordercolordark=white>
<tr>
<td colspan=2 align=center height=100 vliagn=top>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><jsp:include page="/top.jsp"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=100>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><jsp:include page="/side.jsp"/></td>
</tr>
</table>
</td>
<td align="center" valign="top" width="900" background="<%=request.getContextPath()%>/image/right_round.jpg">
<br>
<br>
<table><tr><td><html:errors/></td></tr></table>
<table width="90%" border="1" cellspacing="" cellpadding="0" bordercolor=black bordercolorlight=black bordercolordark=white>
<tr bgcolor="#DFE5F5">
<td width="65%" height="25" align="right">
<logic:greaterEqual value="1" name="logonuser" property="userable">
<a href="<%=request.getContextPath()%>/advice/advice_add.do?addtype=link">[发送建议] </a>
</logic:greaterEqual>
</td>
<td width="15%" align="right"><strong>意见箱管理 </strong></td>
</tr>
</table>
<table width="90%" border="1" cellspacing="-10" cellpadding="5" bordercolor="black" bordercolorlight="black" bordercolordark="white">
<tr align="left">
<td height="18" colspan="1">浏览意见箱</td>
<html:form action="/advice/advice_look" focus="subsqlvalue">
<td height="18" colspan=4 align="center">快速搜索:
<html:text property="subsqlvalue" size="45" style="border:1 solid"/>
类型:
<html:select property="subsql">
<html:options collection="advicetypelist" property="value" labelProperty="label"/>
</html:select>
<html:submit value="搜索"/>
</td>
</html:form>
</tr>
<tr align="center" bgcolor="#DFE5F5">
<td width="18%" height="25">建议主题</td>
<td width="22%">建议人</td>
<td width="24%">发送时间</td>
<td width="15%">操作</td>
</tr>
<logic:present name="advicelist">
<logic:iterate id="advicesigle" name="advicelist">
<tr>
<td align="center" height="25"><html:link page="/advice/advice_look_sigle.do" paramId="id" paramName="advicesigle" paramProperty="adviceid"><bean:write name="advicesigle" property="subject"/></html:link></td>
<td align="center"><bean:write name="advicesigle" property="sender"/></td>
<td align="center"><bean:write name="advicesigle" property="stime"/></td>
<td align="center">
<logic:greaterEqual value="1" name="logonuser" property="userable">
<a href="<%=request.getContextPath()%>/advice/advice_del.do?id=<bean:write name='advicesigle' property='adviceid'/>&page=<%=session.getAttribute("currentpage")%>" onclick="return(confirm('确认要删除该记录吗?'))">[删除]</a>
</logic:greaterEqual>
<logic:equal value="0" name="logonuser" property="userable">
无权限
</logic:equal>
</td>
</tr>
</logic:iterate>
</logic:present>
<logic:empty name="advicelist">
<tr><td align="center" colspan="4"><li><b>没有记录显示!</b></li></td></tr>
</logic:empty>
</table>
<jsp:include page="/page.jsp"/>
</td>
</tr>
<tr>
<td colspan="2"><jsp:include page="/end.jsp"/></td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -