?? welcome.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" %><html:html><head><title></title><html:base/><%@ include file="include_head.jsp"%><logic:present name="board"><logic:iterate name='board' id='parent' scope='request' type="javawebstudio.struts_db.NetForm"><logic:equal name='parent' property='parentID' value='0'> <table class="tableBorder1" cellSpacing="1" cellPadding="0" align="center" id="table8"> <tr> <th id="TableTitleLink" align="left" colSpan="2" height="25" style="color: white; font-size: 12px; font-weight: bold; background-color: #4455aa; background-image: url('images/bg1.gif')"> <span id="titlepic_1"> <a target="hiddenframe" style="color: #FFFFFF; text-decoration: none" href=""> <img title="切換到簡潔模式" src="images/nofollow.gif" border="0"></a></span> <a title="進入本分類論壇" style="color: #FFFFFF; text-decoration: none" href=""> <bean:write name='parent' property='boardname' /></a> </th> <th style="color: white; font-size: 12px; font-weight: bold; background-color: #4455aa; background-image: url('images/bg1.gif')"> </th> </tr></table><div id="ListDiv1_1"> <table class="tableBorder1" cellSpacing="1" cellPadding="0" align="center" id="table9"> <logic:iterate name='board' id='board' scope='request' type="javawebstudio.struts_db.NetForm"> <% int b=board.getInt("parentID"); int p=parent.getInt("ID"); if(b==p){ %> <tr> <td class="tablebody1" vAlign="center" align="middle" width="46"> <img alt="開放的版面,無新貼" src="images/forum_nonews.gif"> </td> <td class="tablebody1" vAlign="top" width="*"> <table cellSpacing="0" cellPadding="2" width="100%" border="0" id="table10"> <tr> <td class="tablebody1" width="*" height="20"> <html:link page="/toTopicListAction.do?action=find&search=search" paramId="expression" paramName="board" paramProperty="ID" > <font color="#000066" style="line-height: normal"> <bean:write name='board' property='boardname' /></font> </html:link> </td> <td class="tablebody1" align="middle" width="40" rowSpan="2"> </td> <td class="tablebody1" width="200" rowSpan="2"> </td> </tr> <tr> <td width="*" style="font-family: 宋體; font-size: 12px; line-height: 15px"> <font face="Arial" style="line-height: normal"> <img src="images/Forum_readme.gif" align="middle"> <bean:write name='board' property='describes' /></font> </td> </tr> <tr> <td class="tablebody2" width="*" height="20"> 版主: <bean:write name='board' property='master' /> </td> <td class="tablebody2" align="middle" width="40"> </td> <td class="tablebody2" vAlign="center" width="200"> </td> </tr> </table> </td> </tr> <% } %> </logic:iterate> </table></div><br></logic:equal></logic:iterate></logic:present><%@ include file="include_end.jsp"%></body></html:html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -