BBSNews.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:3k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="BBSNews.aspx.cs" Inherits="BBS_BBSNews" %>
  2. <%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
  3. <html>
  4. <head>
  5.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  6. </head>
  7.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  8. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  9. <form runat="server" id="fm1">
  10.     <br>
  11.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  12.         border="0">
  13.         <tr>
  14.             <th colspan="3" style="height: 25px">
  15.                 最新帖子</th>
  16.         </tr>
  17.                <tr>
  18.             <td class="usertablerow2" align="left" style="height: 32px;" colspan="2">
  19.                
  20.                 <div>
  21.                     <table bgcolor="#000000" border="0" cellpadding="3" cellspacing="1" class="small"
  22.                         width="95%">
  23.                         <tr class="usertablerow2">
  24.                             <th align="middle" nowrap="nowrap">
  25.                                 </th>
  26.                             <th align="middle" nowrap="nowrap">
  27.                                 </th>
  28.                             <th align="middle" nowrap="nowrap" style="width: 343px">
  29.                                 主题</th>
  30.                             <th align="middle" nowrap="nowrap" style="width: 61px">
  31.                                 主题作者</th>
  32.                                   <th align="middle" nowrap="nowrap">
  33.                                点击  </th>
  34.                             <th align="middle" nowrap="nowrap">
  35.                                回复 </th>
  36.                             <th align="middle" nowrap="nowrap">
  37.                                 最后回复</th>
  38.                               
  39.                         </tr>
  40.              <%=ContentStr %>
  41.                     </table>
  42.                 </div>
  43.           
  44.              &nbsp;<webdiyer:AspNetPager ID="AspNetPager1" runat="server" PageSize="20" OnPageChanging="AspNetPager1_PageChanging">
  45.                 </webdiyer:AspNetPager> 
  46.             </td>
  47.         </tr>
  48.         <tr>
  49.             <td align="center" class="usertablerow1" colspan="2">
  50.                 &nbsp;
  51.                 <input type="Button" id="Button2" onclick="window.location='BBSWrite.aspx'"  Class="ptsbutton" value="发表新主题"  />
  52.                         &nbsp;&nbsp;
  53.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="javascript:history.go(-1);" /><div id="Div2">
  54.                                 </div>   </td>
  55.          
  56.         </tr>
  57.      
  58.     </table>
  59.     <br>
  60.     
  61.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  62.         border="0">
  63.         <tr>
  64.             <th colspan="2">
  65.                 使用方法</th>
  66.         </tr>
  67.         <tr>
  68.             <td class="usertablerow1" align="right" width="11%">
  69.                 <strong>特殊说明</strong></td>
  70.             <td class="usertablerow1" width="89%">
  71.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  72.         </tr>
  73.     </table>
  74.     </form>
  75.     
  76. </body>
  77. </html>