bbsMain.jsp
上传用户:jishiqi_cj
上传日期:2022-08-08
资源大小:24765k
文件大小:5k
源码类别:

Java编程

开发平台:

Java

  1. <HTML>
  2. <HEAD><TITLE>论坛主页</TITLE>
  3. <META http-equiv=refresh content=30>
  4. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  5. <LINK href="images/style.css" type="text/css" rel="stylesheet">
  6. </HEAD>
  7. <BODY bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
  8. <META http-equiv=refresh content=600> 
  9. <%@ page contentType="text/html;charset=GBK" language="java" %>
  10. <%@ page import = "StudyBbs.*" %>
  11. <%@ page import = "java.util.*" %>
  12. <%
  13. Vector v = (Vector)session.getAttribute(Constants.SORT_LIST_KEY);
  14. Sort s = null;
  15. String username=(String)session.getAttribute(Constants.USERNAME_KEY);
  16. if(v != null ){
  17. String  master;
  18. %>
  19. </h1><br>
  20. <TABLE class=LH18 style="MARGIN-TOP: 15px; MARGIN-BOTTOM: 3px" cellSpacing=0 
  21. cellPadding=0 width="100%" border=0>
  22.   <TBODY>
  23.   <TR>
  24.     <TD width=30>  </TD>
  25.     <TD class=bold vAlign=bottom height=40>&nbsp; <IMG height=22 
  26.       src="images/icon_38.gif" width=18 align=absMiddle> <%=username%>&nbsp;&nbsp;     
  27.     </TD>
  28.     <TD width=24 colSpan=2></TD></TR></TBODY></TABLE>
  29. <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  30.   <TBODY>
  31.   <TR>
  32.     <TD width=25></TD>
  33.     <TD width=5><IMG height=28 alt="" src="images/part1_37.gif" 
  34.       width=5></TD>
  35.     <TD align=right width=60 
  36.     background=images/part1_38.gif>&nbsp;</TD>
  37.     <TD align=right background=images/part1_38.gif>
  38.       <P style="MARGIN-TOP: 3px; COLOR: #ffffff">∷∷∷</P></TD>
  39.     <TD align=middle width=90 
  40.       background=images/part1_38.gif><SPAN class=title 
  41.       style="COLOR: #ffffff">论坛分类</SPAN></TD>
  42.     <TD background=images/part1_38.gif>
  43.       <P style="MARGIN-TOP: 3px; COLOR: #ffffff">∷∷∷</P></TD>
  44.     <TD align=middle width=60 
  45.     background=images/part1_38.gif>&nbsp;</TD>
  46.     <TD width=8><IMG height=28 alt="" src="images/part1_41.gif" 
  47.       width=8></TD>
  48.     <TD width=22></TD></TR></TBODY></TABLE>
  49. <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  50.   <TBODY>
  51.   <TR>
  52.     <TD width=25></TD>
  53.     <TD style="BORDER-RIGHT: #04359b 1px solid; BORDER-LEFT: #04359b 1px solid" 
  54.     vAlign=top>
  55.       <TABLE class=LH18 cellSpacing=1 cellPadding=0 width="100%" align=center 
  56.       bgColor=#aec1d2 border=0>
  57.         <TBODY>
  58.         <TR class=bold align=middle>
  59.           <TD width=160 background=images/bg_02.gif height=28>论 
  60.           坛</TD>
  61.           <TD width=60 background=images/bg_02.gif>主 题</TD>
  62.           
  63.           <TD background=images/bg_02.gif>最 后 发 表</TD>
  64.           <TD width=130 background=images/bg_02.gif>版 主</TD></TR>
  65.        <%for(int i = 0;i < v.size();i++)
  66.        {  
  67.         s = (Sort)v.get(i);
  68.         master=s.getMaster();
  69.         if (master==null) master="";
  70.        %>
  71.         <TR bgColor=#ffffff>
  72.           <TD class=bold bgColor=#ffffff><IMG height=35 hspace=8 
  73.             src="images/icon_15.gif" width=39 align=absMiddle 
  74.             vspace=5> <SPAN class=en><A href="topic.do?sortid=<%=s.getId()%>&sortname=<%=s.getName()%>" 
  75.             target=_self><%=s.getName()%></A> </SPAN></TD>            
  76.           <TD align=middle bgColor=#f4f8fb><%=s.getTopicNum()%></TD>          
  77.           <TD class=bg1 bgColor=#f4f8fb>
  78.        
  79.         <% if (s.getTopicNum()!=0){%>
  80.        
  81.             
  82.             <P style="MARGIN-LEFT: 40px; MARGIN-RIGHT: 15px">            
  83.             <A  href="content.do?topicid=<%=s.getLastTopicId()%>"><%=s.getLastTopic()%></A> 
  84.             (<%=s.getLastTopicOwner()%>) 
  85.             <FONT color=#9a0003><%=s.getLastTopicTime()%></FONT> </P>
  86.          
  87.           <% } %>
  88.             
  89.             </TD>           
  90.           <TD class=en align=middle bgColor=#ffffff>
  91.           <A href=""><%=master%></A><BR></TD></TR>
  92.           <%
  93.           }
  94.           %>
  95.             </TBODY></TABLE></TD>
  96.     <TD width=1 bgColor=#bdbdbd></TD>
  97.     <TD width=1 bgColor=#cdcdcd></TD>
  98.     <TD width=1 bgColor=#efefef></TD>
  99.     <TD width=22></TD></TR></TBODY></TABLE>
  100. <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  101.   <TBODY>
  102.   <TR>
  103.     <TD width=25 rowSpan=2></TD>
  104.     <TD width=5 background=images/part1_44.gif></TD>
  105.     <TD height=10><IMG height=0 src="" width=0></TD>
  106.     <TD width=8 background=images/part1_48.gif></TD>
  107.     <TD width=22 rowSpan=2></TD></TR>
  108.   <TR>
  109.     <TD width=5><IMG height=14 alt="" src="images/part1_51.gif" 
  110.       width=5></TD>
  111.     <TD background=images/part1_52.gif></TD>
  112.     <TD width=8><IMG height=14 alt="" src="images/part1_55.gif" 
  113.       width=8></TD></TR></TBODY></TABLE><BR>
  114. <% }
  115. else{
  116. %>
  117. 您无权访问本页面!
  118. <%} %>
  119. <TABLE class=LH18 style="MARGIN-TOP: 20px; MARGIN-BOTTOM: 3px" cellSpacing=0 
  120. cellPadding=0 width="100%" border=0>
  121.   <TBODY>
  122.   <TR>
  123.     <TD align=middle><FONT color=#666666>Study Online 版权所有<BR></FONT></TD></TR></TBODY></TABLE><BR>
  124. </BODY>
  125. </HTML>