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

📄 board.jsp

📁 常用的 java bbs 代码 希望对洒家哟ihoude编程有帮相互i 呵呵呵 共
💻 JSP
字号:
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ page contentType='text/html;charset=GBK'%>
<logic:notPresent name="username">
  <logic:forward name="login" />
</logic:notPresent>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
table {  font-size: 12px}
a {  color: #0000FF}
a:hover {  color: #FF0000; text-decoration: underline}
-->
</style>
</head>

<body bgcolor="#FFFFFF" text="#000000" background="images/back.gif">

	 
	 
<table width="619" border="0" align="right" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="44" nowrap> 
      <div align="center"><font size="2"><b>雨季情缘 -- 分类讨论区 [体育休闲区]</b></font></div>
    </td>
  </tr>
  <tr> 
    <td height="15" nowrap> 
      <hr>
    </td>
  </tr>
  <tr> 
    <td height="315" valign="top"> 
      <table width=618>
        <tr bgcolor=e8e8e8> 
          <td width="62"><font size="2">序号</font> 
          <td width="39"><font size="2">未</font> 
          <td width="110"><font size="2">讨论区名称</font> 
          <td width="96"><font size="2">类别</font> 
          <td width="127"><font size="2">中文描述</font> 
          <td width="87"><font size="2">版主</font> 
          <td width="65"><font size="2">文章数 </font> 
		  <logic:present name="boardlist">
          <logic:iterate id="board" name="boardlist" offset="0" length="15">
			<tr>
<td bgcolor='#FFFFFF'><font size='2'>
<bean:write name="board" property="id" />

</font>
<td><font size='2'>◇</font>
<td><a href=topic.do?type=<bean:write name="board" property="type" />&&topicid=<bean:write name="board" property="topicid" />&&page=10000><font size='2'>
<bean:write name="board" property="name" />
</font></a>
<td><font size='2'>
<bean:write name="board" property="ctype" />
</font>
<td><a href=topic.do?type=<bean:write name="board" property="type" />&&topicid=<bean:write name="board" property="topicid" />&&page=10000><font size='2'>
<bean:write name="board" property="cname" />
</font></a>
<td>
<logic:equal name="board" property="admin" value="0">
诚征版主中
</logic:equal>
<logic:notEqual name="board" property="admin" value="0">
<a href=user.do?username=<bean:write name="board" property="admin" />><font size='2'>
<bean:write name="board" property="admin" />
</font></a>
</logic:notEqual>
<td><font size='2'>
<bean:write name="board" property="topicnum" />
</font>
</logic:iterate>
</logic:present>

<tr>

            
            
        </table>
    </td>
  </tr>
  
</table>
<div align="right"></div>
</body>
</html>

⌨️ 快捷键说明

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