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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ManagerNews.aspx.cs" Inherits="InFos_ManagerNews" %>
  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" border="0">
  12.         <tr>
  13.             <th colspan="3" style="height: 25px">
  14.                 最新新闻</th>
  15.         </tr>
  16.         <tr>
  17.             <td class="usertablerow2" align="left" style="height: 32px;" colspan="2">
  18.                 <div>
  19.                     <table bgcolor="#000000" border="0" cellpadding="3" cellspacing="1" class="small" width="95%">
  20.                         <tr class="usertablerow2">
  21.                             <th align="middle" nowrap="nowrap">
  22.                                 </th>
  23.                             <th align="middle" nowrap="nowrap" style="width: 343px">
  24.                                 主题</th>
  25.                             <th align="middle" nowrap="nowrap" style="width: 61px">
  26.                                 主题作者</th>
  27.                             <th align="middle" nowrap="nowrap">
  28.                                 最后浏览</th>
  29.                             <th align="middle" nowrap="nowrap">
  30.                                 操作</th>
  31.                         </tr>
  32.                         <%=ContentStr %>
  33.                     </table>
  34.                 </div>        
  35.             </td>
  36.         </tr>
  37.                
  38.         &nbsp;<webdiyer:AspNetPager ID="AspNetPager1" runat="server" PageSize="20" OnPageChanging="AspNetPager1_PageChanging"></webdiyer:AspNetPager> 
  39.         <tr>
  40.             <td align="center" class="usertablerow1" colspan="2">
  41.                 &nbsp;
  42.                 <input type="Button" id="Button2" onclick="window.location.href='InfoWrite.aspx'"  Class="ptsbutton" value="发表新内容"  />
  43.                 &nbsp;&nbsp;
  44.                 <input type="Button"  Class="ptsbutton" value="返回" OnClick="javascript:history.go(-1);" />
  45.                 <div id="Div2"></div>   
  46.            </td>
  47.         </tr>
  48.      
  49.     </table>
  50.     <br>
  51.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  52.         border="0">
  53.         <tr>
  54.             <th colspan="2">
  55.                 使用方法</th>
  56.         </tr>
  57.         <tr>
  58.             <td class="usertablerow1" align="right" width="11%">
  59.                 <strong>特殊说明</strong></td>
  60.             <td class="usertablerow1" width="89%">
  61.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  62.         </tr>
  63.     </table>
  64.     </form>
  65.     
  66. </body>
  67. </html>