dvBrownbyday.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:4k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="dvBrownbyday.aspx.vb" Inherits="ioffice.dvBrownbyday" %>
- <!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">
- <TABLE style="WIDTH: 100%; POSITION: relative; HEIGHT: 100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD style="HEIGHT: 43px" vAlign="top" noWrap align="left">
- <FONT face="宋体">
- <TABLE cellSpacing="0" cellPadding="0" width="100%" bgColor="#887858" border="0">
- <TR>
- <TD class="titlebar" title="" style="WIDTH: 93.3%" noWrap>
- 设备预约:设备预约一览
- </TD>
- <TD noWrap align="right">
- <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- <asp:linkbutton id="lnkDay" runat="server" CssClass="td" Width="43px" Height="1px">按日数</asp:linkbutton>
- <asp:linkbutton id="lnkWeek" runat="server" CssClass="td" Width="43px" Height="4px">按周数</asp:linkbutton>
- <asp:linkbutton id="lnkMonth" runat="server" CssClass="td" Width="43px" Height="1px">按月数</asp:linkbutton>
- </TD>
- </TR>
- <TR>
- <TD vAlign="top" noWrap align="middle">
- <FONT face="宋体">
- <TABLE style="WIDTH: 500px; HEIGHT: 94px" cellSpacing="0" cellPadding="0" rules="" border="0">
- <TR>
- <TD style="HEIGHT: 40px" vAlign="top" noWrap align="middle">
- <FONT face="宋体">
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD style="WIDTH: 343px" noWrap align="middle" height="20">
-
-
- <asp:label id="lblYM" runat="server" CssClass="tttable">2002年2月</asp:label>
- </TD>
- <TD style="WIDTH: 100px" noWrap align="middle" height="20">
- <asp:imagebutton id="cmdBac" runat="server" imageurl="../../img/left_arrow.gif" tooltip="前一天"></asp:imagebutton>
- <asp:Button id="btnTd" runat="server" Height="18px" Width="40px" Text="今日" Font-Size="8pt"></asp:Button>
- <asp:imagebutton id="cmdFor" runat="server" tooltip="后一天" ImageUrl="../../img/right_arrow.gif"></asp:imagebutton>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- <asp:datagrid id="dgdEquitPer" tabIndex="6" runat="server" CssClass="td" Width="100%" AutoGenerateColumns="False" DataKeyField="id" BackColor="#F0F0E8" BorderColor="#999999">
- <HeaderStyle BackColor="#DBC8A8"></HeaderStyle>
- <AlternatingItemStyle BackColor="#F8F4E4"></AlternatingItemStyle>
- <Columns>
- <asp:BoundColumn DataField="name" ReadOnly="True" HeaderText="设备名">
- <HeaderStyle HorizontalAlign="Center">
- </HeaderStyle>
- <ItemStyle HorizontalAlign="Center">
- </ItemStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="dper" ReadOnly="True" HeaderText="设备预约">
- <HeaderStyle HorizontalAlign="Center" Width="40%">
- </HeaderStyle>
- <ItemStyle HorizontalAlign="Center">
- </ItemStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="peradd" ReadOnly="True">
- <HeaderStyle Width="2%">
- </HeaderStyle>
- </asp:BoundColumn>
- </Columns>
- </asp:datagrid>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- <asp:label id="lbldate" runat="server" CssClass="td" Width="56px" Height="22px" Visible="False"></asp:label>
- </TD>
- </TR>
- </TABLE>
- </form>
- </body>
- </HTML>