?? board.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 + -