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

OA系统

开发平台:

C#

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