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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="NoteAddUp.aspx.vb" Inherits="ioffice.NoteAdddUp"%>
  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%; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  16. <TR>
  17. <TD style="HEIGHT: 12px" noWrap>
  18. </TD>
  19. </TR>
  20. <TR>
  21. <TD vAlign="top" noWrap align="middle">
  22. <TABLE style="WIDTH: 485px; HEIGHT: 304px" cellSpacing="0" cellPadding="0" border="0">
  23. <TR>
  24. <TD style="WIDTH: 100%" vAlign="top" noWrap>
  25. <TABLE style="WIDTH: 485px; HEIGHT: 4px" cellSpacing="0" cellPadding="0" width="485" border="0">
  26. <TR>
  27. <TD class="uname" noWrap bgColor="navy">
  28. 我 的 便 笺
  29. </TD>
  30. </TR>
  31. </TABLE>
  32. <DIV class="box" style="WIDTH: 100%; POSITION: relative; HEIGHT: 240px" ms_positioning="GridLayout">
  33. <asp:textbox id="txtContent" style="Z-INDEX: 109; LEFT: 16px; POSITION: absolute; TOP: 12px" runat="server" Width="456px" Height="198px" TextMode="MultiLine"></asp:textbox>
  34. <asp:label id="lblCDate" style="Z-INDEX: 118; LEFT: 16px; POSITION: absolute; TOP: 216px" runat="server" CssClass="tttable" Visible="False">创建日期</asp:label>
  35. <asp:label id="lblCDateV" style="Z-INDEX: 120; LEFT: 88px; POSITION: absolute; TOP: 216px" runat="server" CssClass="td"></asp:label>
  36. </DIV>
  37. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  38. <TR>
  39. <TD noWrap height="10">
  40. </TD>
  41. </TR>
  42. <TR>
  43. <TD noWrap>
  44. <asp:imagebutton id="cmdSaveExi" runat="server" ImageUrl="../../img/button/saveexi.gif"></asp:imagebutton>
  45. <asp:imagebutton id="cmdDel" runat="server" ImageUrl="../../img/button/delete.gif" Visible="False" CausesValidation="False" ToolTip="删除日程"></asp:imagebutton>
  46. <asp:imagebutton id="cmdExit" runat="server" ImageUrl="../../img/button/exit.gif" CausesValidation="False"></asp:imagebutton>
  47. </TD>
  48. </TR>
  49. </TABLE>
  50. <asp:label id="lblID" runat="server" Visible="False"></asp:label>
  51. </TD>
  52. </TR>
  53. </TABLE>
  54. </TD>
  55. </TR>
  56. </TABLE>
  57. </FONT>
  58. </form>
  59. </body>
  60. </HTML>