MyNotification.aspx
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:2k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Register TagPrefix="cc1" Namespace="OThinker.H3.Portal" %>
  2. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyNotification.aspx.cs" Inherits="OThinker.H3.Portal.MyNotification" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" >
  5. <head runat="server">
  6.     <title>我的消息</title>
  7. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  8. <meta name="CODE_LANGUAGE" Content="C#">
  9. <meta name="vs_defaultClientScript" content="JavaScript">
  10. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  11. <LINK href="css/style.CSS" type="text/css" rel="stylesheet">
  12. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  13. </head>
  14. <body topmargin=0 leftmargin=0>
  15.     <form id="form1" runat="server">
  16.     <table width="100%" class="ms-vb2" cellpadding="0" cellspacing="0">
  17. <tr>
  18. <td width="100%" height="29" background="images/Top_4.gif"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  19. <tr>
  20. <td width="2%"><img src="images/Top_5.gif" width="14" height="16"></td>
  21. <td class="bigfont">我的消息</td>
  22. </tr>
  23. </table>
  24. </td>
  25. </tr>
  26. <tr>
  27. <td>
  28.     <cc1:AbstractNotificationGrid id="NotificationGridView" runat="server" Width="100%" ShowHeader=false>
  29.                 <PagerStyle Mode="NumericPages" />
  30.             </cc1:AbstractNotificationGrid>
  31.           </td>
  32.           </tr>
  33.           </table>
  34.     </form>
  35. </body>
  36. </html>