Note.aspx
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:4k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Note.aspx.vb" Inherits="ioffice.Note"%>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4. <HEAD>
  5. <title></title>
  6. <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
  7. <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
  13. <form id="Form1" method="post" runat="server">
  14. <FONT face="宋体">
  15. <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  16. <TR>
  17. <TD class="" style="HEIGHT: 35px" vAlign="top" noWrap>
  18. <TABLE style="WIDTH: 100%; HEIGHT: 25px" cellSpacing="0" cellPadding="0" bgColor="#887858" border="0">
  19. <TR>
  20. <TD class="titlebar" style="WIDTH: 56.33%" noWrap>
  21. &nbsp;日程任务:便 笺 本
  22. </TD>
  23. <TD class="tttable" noWrap align="right">
  24. <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
  25. </TD>
  26. </TR>
  27. </TABLE>
  28. </TD>
  29. </TR>
  30. <TR>
  31. <TD style="WIDTH: 100%" vAlign="top" align="middle">
  32. <TABLE cellSpacing="0" cellPadding="0" width="95%" border="0">
  33. <TR>
  34. <TD vAlign="top">
  35. <TABLE class="td" style="WIDTH: 100%; HEIGHT: 20px" cellSpacing="0" cellPadding="0" border="0">
  36. <TR>
  37. <TD class="tttable">
  38. 便笺列表
  39. </TD>
  40. <TD style="WIDTH: 120px" align="right">
  41. <asp:hyperlink id="lnkAdd" runat="server" NavigateUrl="Noteaddup.aspx"><img src="../../img/add.gif" border="0" align="absbottom">&nbsp;新增</asp:hyperlink>
  42. </TD>
  43. <TD style="WIDTH: 80px">
  44. <asp:hyperlink id="lnkExit" runat="server" NavigateUrl="../../desktop.aspx"><img src="../../img/logout.gif" border="0" align="absbottom">&nbsp;退出</asp:hyperlink>
  45. </TD>
  46. </TR>
  47. </TABLE>
  48. <hr>
  49. <asp:datagrid id="dgdData" runat="server" CssClass="td" Width="100%" AutoGenerateColumns="False" PageSize="14" AllowPaging="True" BorderColor="Transparent" ShowHeader="False" BorderWidth="0px" CellSpacing="2">
  50. <AlternatingItemStyle BackColor="Transparent"></AlternatingItemStyle>
  51. <ItemStyle Wrap="False"></ItemStyle>
  52. <HeaderStyle Wrap="False" CssClass="tttable" BackColor="#D8C8A8"></HeaderStyle>
  53. <Columns>
  54. <asp:BoundColumn DataField="Content1">
  55. <HeaderStyle Width="20%"></HeaderStyle>
  56. <ItemStyle HorizontalAlign="Center" VerticalAlign="Top"></ItemStyle>
  57. </asp:BoundColumn>
  58. <asp:BoundColumn DataField="Content2">
  59. <HeaderStyle Width="20%"></HeaderStyle>
  60. <ItemStyle HorizontalAlign="Center" VerticalAlign="Top"></ItemStyle>
  61. </asp:BoundColumn>
  62. <asp:BoundColumn DataField="Content3">
  63. <HeaderStyle Width="20%"></HeaderStyle>
  64. <ItemStyle HorizontalAlign="Center" VerticalAlign="Top"></ItemStyle>
  65. </asp:BoundColumn>
  66. <asp:BoundColumn DataField="Content4">
  67. <HeaderStyle Width="20%"></HeaderStyle>
  68. <ItemStyle HorizontalAlign="Center" VerticalAlign="Top"></ItemStyle>
  69. </asp:BoundColumn>
  70. <asp:BoundColumn DataField="Content5">
  71. <HeaderStyle Width="20%"></HeaderStyle>
  72. <ItemStyle HorizontalAlign="Center" VerticalAlign="Top"></ItemStyle>
  73. </asp:BoundColumn>
  74. </Columns>
  75. <PagerStyle PageButtonCount="14" Mode="NumericPages"></PagerStyle>
  76. </asp:datagrid>
  77. </TD>
  78. </TR>
  79. </TABLE>
  80. </TD>
  81. </TR>
  82. </TABLE>
  83. </FONT>
  84. </form>
  85. </body>
  86. </HTML>