welcome.jsp

来自「本程序采用Struts结构开发一个小型的BBS论坛 ,论坛包括用户注册与登陆,主」· JSP 代码 · 共 80 行

JSP
80
字号
<%@ 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')">		&nbsp;<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 + =
减小字号Ctrl + -
显示快捷键?