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

📄 marked.jsp

📁 JAVA+JSP程序系统-华源网络科技论坛
💻 JSP
字号:
<%@ taglib uri="techbbs.tld" prefix="mt" %>
<%@ page contentType="text/html; charset=gb2312" %>
<%@ include file="header.inc.jsp" %>
<%@ include file="other.jsp" %>
<jsp:useBean id="info" scope="page" class="org.jetic.web.techbbs.Information" />
<jsp:setProperty name="info" property="*" />
<%info.online(request.getRemoteAddr(),session,"浏览精华");%>
<% int id = info.getboardID(); %>
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#000000">
  <tr>
    <td bgcolor="#DDDDDD">
      <a href="index.jsp">华源技术论坛</a>
      <a href="Topic.jsp?boardID=<%= id %>"><%= info.boardname(id) %></a>
      精华区
      页码:<%= info.getMarklistInfo() %>
      <%@ include file="link.inc" %>      
    </td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="2" cellpadding="3">
  <tr bgcolor="#DDDDDD">
    <td align=center width="65%">标题</td>
    <td align=center>作者</td>
    <td align=center>版主操作</td>
  </tr>
  <mt:Marklist boardID="<%= id %>" page="<%= info.getPage() %>">
  <tr bgcolor=#F5F5F5>
    <td><img src="image/icon/icon<%= topicicon %>.gif" width=15 height=15 align=middle>
     <a href="markcont.jsp?boardID=<%= id %>&articleID=<%= topicID %>"><%= topictitle %></a></td>
    <td align=center><%= topicwriter %></td>
    <td align=center><a href="dismark.jsp?boardID=<%= id %>&articleID=<%= topicID %>">移出精华区</a></td>
  </tr>
  </mt:Marklist>
</table>
<%@ include file="footer.inc" %>

⌨️ 快捷键说明

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