Note.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:4k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Note.aspx.vb" Inherits="ioffice.Note"%>
- <!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%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD class="" style="HEIGHT: 35px" vAlign="top" noWrap>
- <TABLE style="WIDTH: 100%; HEIGHT: 25px" cellSpacing="0" cellPadding="0" bgColor="#887858" border="0">
- <TR>
- <TD class="titlebar" style="WIDTH: 56.33%" noWrap>
- 日程任务:便 笺 本
- </TD>
- <TD class="tttable" noWrap align="right">
- <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD style="WIDTH: 100%" vAlign="top" align="middle">
- <TABLE cellSpacing="0" cellPadding="0" width="95%" border="0">
- <TR>
- <TD vAlign="top">
- <TABLE class="td" style="WIDTH: 100%; HEIGHT: 20px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD class="tttable">
- 便笺列表
- </TD>
- <TD style="WIDTH: 120px" align="right">
- <asp:hyperlink id="lnkAdd" runat="server" NavigateUrl="Noteaddup.aspx"><img src="../../img/add.gif" border="0" align="absbottom"> 新增</asp:hyperlink>
- </TD>
- <TD style="WIDTH: 80px">
- <asp:hyperlink id="lnkExit" runat="server" NavigateUrl="../../desktop.aspx"><img src="../../img/logout.gif" border="0" align="absbottom"> 退出</asp:hyperlink>
- </TD>
- </TR>
- </TABLE>
- <hr>
- <asp:datagrid id="dgdData" runat="server" CssClass="td" Width="100%" AutoGenerateColumns="False" PageSize="14" AllowPaging="True" BorderColor="Transparent" ShowHeader="False" BorderWidth="0px" CellSpacing="2">
- <AlternatingItemStyle BackColor="Transparent"></AlternatingItemStyle>
- <ItemStyle Wrap="False"></ItemStyle>
- <HeaderStyle Wrap="False" CssClass="tttable" BackColor="#D8C8A8"></HeaderStyle>
- <Columns>
- <asp:BoundColumn DataField="Content1">
- <HeaderStyle Width="20%"></HeaderStyle>
- <ItemStyle HorizontalAlign="Center" VerticalAlign="Top"></ItemStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="Content2">
- <HeaderStyle Width="20%"></HeaderStyle>
- <ItemStyle HorizontalAlign="Center" VerticalAlign="Top"></ItemStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="Content3">
- <HeaderStyle Width="20%"></HeaderStyle>
- <ItemStyle HorizontalAlign="Center" VerticalAlign="Top"></ItemStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="Content4">
- <HeaderStyle Width="20%"></HeaderStyle>
- <ItemStyle HorizontalAlign="Center" VerticalAlign="Top"></ItemStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="Content5">
- <HeaderStyle Width="20%"></HeaderStyle>
- <ItemStyle HorizontalAlign="Center" VerticalAlign="Top"></ItemStyle>
- </asp:BoundColumn>
- </Columns>
- <PagerStyle PageButtonCount="14" Mode="NumericPages"></PagerStyle>
- </asp:datagrid>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- </form>
- </body>
- </HTML>