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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyBBS.aspx.cs" Inherits="BBS_MyBBS" %>
  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.                                         <th align="middle" nowrap="nowrap">
  39.                                 操作</th>
  40.                               
  41.                         </tr>
  42.              <%=ContentStr %>
  43.                     </table>
  44.                 </div>
  45.           
  46.              &nbsp;<webdiyer:AspNetPager ID="AspNetPager1" runat="server" PageSize="20" OnPageChanging="AspNetPager1_PageChanging">
  47.                 </webdiyer:AspNetPager> 
  48.             </td>
  49.         </tr>
  50.         <tr>
  51.             <td align="center" class="usertablerow1" colspan="2">
  52.                 &nbsp;
  53.                 <input type="Button" id="Button2" onclick="window.location='BBSWrite.aspx'"  Class="ptsbutton" value="发表新主题"  />
  54.                         &nbsp;&nbsp;
  55.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="javascript:history.go(-1);" /><div id="Div2">
  56.                                 </div>   </td>
  57.          
  58.         </tr>
  59.      
  60.     </table>
  61.     <br>
  62.     
  63.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  64.         border="0">
  65.         <tr>
  66.             <th colspan="2">
  67.                 使用方法</th>
  68.         </tr>
  69.         <tr>
  70.             <td class="usertablerow1" align="right" width="11%">
  71.                 <strong>特殊说明</strong></td>
  72.             <td class="usertablerow1" width="89%">
  73.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  74.         </tr>
  75.     </table>
  76.     </form>
  77.     
  78. </body>
  79. </html>