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

Java编程

开发平台:

Java

  1. <HTML>
  2. <HEAD>
  3. <TITLE>BBS.TOL24.COM</TITLE>
  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. <%@ page contentType="text/html;charset=GBK" language="java" %>
  8. <%@ page import = "StudyBbs.*" %>
  9. <%@ page import = "java.util.*" %>
  10. <%
  11. session.setAttribute(Constants.TALK_TYPE_KEY,"topic");
  12. Vector v = (Vector)session.getAttribute(Constants.TOPIC_LIST_KEY);
  13. Integer tpage=(Integer)session.getAttribute(Constants.CUR_PAGEID_KEY);
  14. int pageid=tpage.intValue();
  15. Integer tsort=(Integer)session.getAttribute(Constants.CUR_SORTID_KEY);
  16. int sortid=tsort.intValue();
  17. String sortname=(String)session.getAttribute(Constants.CUR_SORTNAME_KEY);
  18. String username=(String)session.getAttribute(Constants.USERNAME_KEY);
  19. TopicDisp t = null;
  20. if(v != null ){
  21. %>
  22. <BODY bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
  23. <BR>
  24. <TABLE style="MARGIN-BOTTOM: 5px" cellSpacing=0 cellPadding=0 width="100%" 
  25. border=0>
  26.   <TBODY>
  27.   <TR>
  28.     <TD class=bold width=25 height=26>&nbsp;</TD>
  29.     <TD bgColor=#e3effd>
  30.       </TD>
  31.     <TD align=left width=350 bgColor=#e3effd></TD>
  32.     <TD class=bold width=21>&nbsp;</TD></TR>
  33.   <TR>
  34.     <TD class=bold height=25>&nbsp;</TD>
  35.     <TD class=bold vAlign=bottom height=40>&nbsp; <IMG height=22 
  36.       src="images/icon_38.gif" width=18 align=absMiddle> <%=username%>&nbsp;&nbsp;     
  37.     </TD>
  38.     <TD class=bold vAlign=bottom align=right width=370>&nbsp;&nbsp;&nbsp;       
  39.       <A href="newtopic.do"><IMG 
  40.       height=25 src="images/btn_07.gif" width=91 align=absMiddle 
  41.       border=0> </A>&nbsp; </TD>
  42.     <TD class=bold width=21>&nbsp;</TD></TR></TBODY></TABLE>
  43. <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  44.   <TBODY>
  45.   <TR>
  46.     <TD width=25></TD>
  47.     <TD width=5><IMG height=28 alt="" src="images/part1_37.gif" 
  48.       width=5></TD>
  49.     <TD align=right background=images/part1_38.gif>
  50.       <P style="MARGIN-TOP: 3px; COLOR: #ffffff">∷∷∷</P></TD>
  51.     <TD class=title align=middle width=110 
  52.     background=images/part1_38.gif><SPAN 
  53.       style="COLOR: #ffffff"><%=sortname%></SPAN></TD>
  54.     <TD background=images/part1_38.gif>
  55.       <P style="MARGIN-TOP: 3px; COLOR: #ffffff">∷∷∷</P></TD>
  56.     <TD width=8><IMG height=28 alt="" src="images/part1_41.gif" 
  57.       width=8></TD>
  58.     <TD width=22></TD></TR></TBODY></TABLE>
  59. <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  60.   <TBODY>
  61.   <TR>
  62.     <TD width=25></TD>
  63.     <TD style="BORDER-RIGHT: #04359b 1px solid; BORDER-LEFT: #04359b 1px solid" 
  64.     vAlign=top>
  65.       <TABLE class=LH16 cellSpacing=1 cellPadding=5 width="100%" align=center 
  66.       bgColor=#aec1d2 border=0>
  67.         <TBODY>
  68.         <TR class=bold align=middle>
  69.           <TD width=20 background=images/bg_02.gif 
  70.           height=28>&nbsp;</TD>
  71.           <TD background=images/bg_02.gif>标 题</TD>
  72.           <TD width=80 background=images/bg_02.gif>发起人</TD>
  73.           <TD width=110 background=images/bg_02.gif>发表时间</TD>
  74.           <TD width=40 background=images/bg_02.gif>回复</TD>
  75.            <TD width=180 background=images/bg_02.gif>最后发表</TD></TR>           
  76. <%for(int i = 0;i < v.size();i++)
  77.         {  
  78.         t = (TopicDisp)v.get(i);
  79.        %>           
  80.         <TR bgColor=#ffffff>
  81.           <TD class=bold align=middle width=20 bgColor=#f4f8fb><IMG 
  82.             src="images/icon_5.gif"></TD>            
  83.           <TD><A href="content.do?topicid=<%=t.getId()%>"><%=t.getTitle()%></A></TD>     
  84.           <TD class=en align=middle width=80 bgColor=#f4f8fb><A href=""><%=t.getOwner()%></A></TD>             
  85.           <TD class=en align=middle width=130><%=t.getTime()%></TD>           
  86.           <TD align=middle width=40 bgColor=#f4f8fb><%=t.getReCount()%></TD>
  87.           <TD class=en align=middle width=180 bgColor=#f4f8fb><%=t.getLastTalk()%></TD></TR>          
  88.          <% } %>            
  89. </TBODY></TABLE></TD>
  90.     <TD width=1 bgColor=#bdbdbd></TD>
  91.     <TD width=1 bgColor=#cdcdcd></TD>
  92.     <TD width=1 bgColor=#efefef></TD>
  93.     <TD width=22></TD></TR></TBODY></TABLE>
  94. <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  95.   <TBODY>
  96.   <TR>
  97.     <TD width=25 rowSpan=2></TD>
  98.     <TD width=5 background=images/part1_44.gif></TD>
  99.     <TD height=10><IMG height=0 src="" width=0></TD>
  100.     <TD width=8 background=images/part1_48.gif></TD>
  101.     <TD width=22 rowSpan=2></TD></TR>
  102.   <TR>
  103.     <TD width=5><IMG height=14 alt="" src="images/part1_51.gif" 
  104.       width=5></TD>
  105.     <TD background=images/part1_52.gif></TD>
  106.     <TD width=8><IMG height=14 alt="" src="images/part1_55.gif" 
  107.       width=8></TD></TR></TBODY></TABLE><BR>
  108. <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  109.   <FORM style="MARGIN: 0px" name=gosomewhere action=searchdoc.jsp target=_blank>
  110.   <TBODY>
  111.   <TR>
  112.     <TD vAlign=bottom width=25>&nbsp; </TD>
  113.     <TD align=right bgColor=#f4f8fb>
  114.      
  115.     <A href="topic.do?sortid=<%=sortid%>&pageid=0">首页</A>
  116.         <A href="topic.do?sortid=<%=sortid%>&pageid=<%=pageid-1%>">前页</A> 
  117.       <A href="topic.do?sortid=<%=sortid%>&pageid=<%=pageid+1%>">后页<SPAN class=px7>&gt;&gt;</SPAN></A>
  118. </TD>
  119.     <TD vAlign=bottom width=22>&nbsp; </TD></TR></FORM></TBODY></TABLE><BR>     
  120.       <% }
  121. else{
  122. %>
  123. 您无权访问本页面!
  124. <%}
  125. %>
  126. <TABLE class=LH18 style="MARGIN-TOP: 20px; MARGIN-BOTTOM: 3px" cellSpacing=0 
  127. cellPadding=0 width="100%" border=0>
  128.   <TBODY>
  129.   <TR>
  130.     <TD align=middle><FONT color=#666666>Study Online 版权所有<BR></FONT></TD></TR></TBODY></TABLE><BR></BODY></HTML>