⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 board.jsp

📁 java struts source code
💻 JSP
字号:
<%@ page contentType="text/html;charset=GB2312" language="java" %><%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %><%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %><%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %><%@ taglib uri="/WEB-INF/app.tld" prefix="app" %><html:html><head><title></title><html:base/><app:CheckLogon role="system"/></head><body bgcolor="white"><%@ include file="include_head.jsp"%><html:form action="boardAction.do?&search=search&expression=NULL" method="post">      请输入要查找的 ID : <html:text property="ID" />      <html:submit  property='action' ><bean:message key='button.search'/></html:submit>      <html:reset value="重写" />  </html:form><html:form action="toboardAction.do?expression=NULL" method="post">      <html:submit  property='action' ><bean:message key='button.showall'/></html:submit></html:form><form action="boardInsert.jsp" method="post">     <input type="submit" name="action" value="添加新版块"></form><hr><br><logic:present name="board"><table width="98%" border="1" bgColor="#E6F2E7" borderColorDark="#FFFFFF" borderColorLight="#008000" cellPadding="3" cellSpacing="0" ><tr bgcolor='#90C090'><td><DIV align=center><span CONTENTEDITABLE=true>版块ID</span><DIV align=left></td><td><DIV align=center><span CONTENTEDITABLE=true>版块名称</span><DIV align=left></td><td><DIV align=center><span CONTENTEDITABLE=true>父版块ID</span><DIV align=left></td><td><DIV align=center><span CONTENTEDITABLE=true>版块说明</span><DIV align=left></td><td><DIV align=center><span CONTENTEDITABLE=true>版主</span><DIV align=left></td><td><DIV align=center><span CONTENTEDITABLE=true>删除</span><DIV align=left></td><td><DIV align=center><span CONTENTEDITABLE=true>编辑</span><DIV align=left></td></tr><logic:iterate name='board' id='board' scope='request'><logic:notEqual name='boardForm' property='action' value='编辑'> <logic:equal name='board' property='parentID' value='0'> <tr  bgColor="#ffddaa"></logic:equal><logic:notEqual name='board' property='parentID' value='0'> <tr  bgColor="#E6F2E7"></logic:notEqual><form  method='post' name='boardForm' action="/StrutsBBS/toboardAction.do?search=search&expression=<bean:write name='board' property='ID' />"><td><bean:write name='board' property='ID' /></td><td><bean:write name='board' property='boardname' /></td><td><bean:write name='board' property='parentID' /></td><td><bean:write name='board' property='describes' /></td><td><bean:write name='board' property='master' /></td><td><html:submit  property='action' ><bean:message key='button.remove'/></html:submit></td><td><html:submit  property='action' ><bean:message key='button.edit'/></html:submit></td></form ></tr></logic:notEqual> <logic:equal name='boardForm' property='action' value='编辑'> <tr><form  method='post' name='boardForm' action="/StrutsBBS/boardAction.do?search=search&expression=<bean:write name='board' property='ID' />"><td><html:text name='board' property='ID' /></td><td><html:text name='board' property='boardname' /></td><td><html:text name='board' property='parentID' /></td><td><html:text name='board' property='describes' /></td><td><html:text name='board' property='master' /></td><td><html:submit property='action' ><bean:message key='button.remove'/></html:submit></td><td><html:submit  property='action'><bean:message key='button.update'/></html:submit><html:submit  property='action'><bean:message key='button.cancel'/></html:submit></form ></td></tr></logic:equal> </logic:iterate><tr><td  align=middle colSpan=8 ><bean:write property='pagestr' name='boardForm' filter='false' /></td></tr></tr></table></logic:present><%@ include file="include_end.jsp"%></body></html:html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -