NoteAddUp.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:3k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="NoteAddUp.aspx.vb" Inherits="ioffice.NoteAdddUp"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title></title>
- <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
- <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
- </HEAD>
- <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
- <form id="Form1" method="post" runat="server">
- <FONT face="宋体">
- <TABLE style="WIDTH: 100%; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD style="HEIGHT: 12px" noWrap>
- </TD>
- </TR>
- <TR>
- <TD vAlign="top" noWrap align="middle">
- <TABLE style="WIDTH: 485px; HEIGHT: 304px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD style="WIDTH: 100%" vAlign="top" noWrap>
- <TABLE style="WIDTH: 485px; HEIGHT: 4px" cellSpacing="0" cellPadding="0" width="485" border="0">
- <TR>
- <TD class="uname" noWrap bgColor="navy">
- 我 的 便 笺
- </TD>
- </TR>
- </TABLE>
- <DIV class="box" style="WIDTH: 100%; POSITION: relative; HEIGHT: 240px" ms_positioning="GridLayout">
- <asp:textbox id="txtContent" style="Z-INDEX: 109; LEFT: 16px; POSITION: absolute; TOP: 12px" runat="server" Width="456px" Height="198px" TextMode="MultiLine"></asp:textbox>
- <asp:label id="lblCDate" style="Z-INDEX: 118; LEFT: 16px; POSITION: absolute; TOP: 216px" runat="server" CssClass="tttable" Visible="False">创建日期</asp:label>
- <asp:label id="lblCDateV" style="Z-INDEX: 120; LEFT: 88px; POSITION: absolute; TOP: 216px" runat="server" CssClass="td"></asp:label>
- </DIV>
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD noWrap height="10">
- </TD>
- </TR>
- <TR>
- <TD noWrap>
- <asp:imagebutton id="cmdSaveExi" runat="server" ImageUrl="../../img/button/saveexi.gif"></asp:imagebutton>
- <asp:imagebutton id="cmdDel" runat="server" ImageUrl="../../img/button/delete.gif" Visible="False" CausesValidation="False" ToolTip="删除日程"></asp:imagebutton>
- <asp:imagebutton id="cmdExit" runat="server" ImageUrl="../../img/button/exit.gif" CausesValidation="False"></asp:imagebutton>
- </TD>
- </TR>
- </TABLE>
- <asp:label id="lblID" runat="server" Visible="False"></asp:label>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- </form>
- </body>
- </HTML>