dvBrownbymonth.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:3k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="dvBrownbymonth.aspx.vb" Inherits="ioffice.dvBrownbymonth" %>
- <!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: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD style="HEIGHT: 301px" vAlign="top" noWrap align="middle">
- <FONT face="宋体">
- <TABLE cellSpacing="0" cellPadding="0" width="100%" bgColor="#887858" border="0">
- <TR>
- <TD class="titlebar" title="" style="WIDTH: 84.1%" noWrap>
- 设备预约:设备预约一览
- </TD>
- <TD noWrap align="right">
- <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD noWrap>
- <asp:linkbutton id="lnkDay" runat="server" CssClass="td" Height="1px" Width="43px">按日数</asp:linkbutton>
- <asp:linkbutton id="lnkWeek" runat="server" CssClass="td" Height="4px" Width="43px">按周数</asp:linkbutton>
- <asp:linkbutton id="lnkMonth" runat="server" CssClass="td" Height="1px" Width="43px">按月数</asp:linkbutton>
- </TD>
- </TR>
- </TABLE>
- <TABLE height="90%" cellSpacing="0" cellPadding="0" width="90%" border="0">
- <TR>
- <TD vAlign="top" noWrap align="middle">
- <FONT face="宋体"><FONT face="宋体"><FONT face="宋体">
- <asp:calendar id="calSchedule" runat="server" Width="100%" Height="100%" BackColor="#F8F4E4" BorderColor="#999999" ShowGridLines="True" PrevMonthText="&nbsp;&nbsp;&nbsp;&nbsp;<img src=../../img/left_arrow.gif alt=上一月 border=0 />" NextMonthText="<img src=../../img/right_arrow.gif alt=下一月 border=0 />&nbsp;&nbsp;&nbsp;&nbsp;" BorderStyle="None" DayNameFormat="Full">
- <TodayDayStyle BorderWidth="2px" BorderStyle="Solid" BorderColor="CornflowerBlue" BackColor="#F0F0E8"></TodayDayStyle>
- <DayStyle Font-Bold="True" HorizontalAlign="Left" VerticalAlign="Top"></DayStyle>
- <DayHeaderStyle Font-Size="13px" Height="10px" CssClass="tttable" BackColor="#F0F0E8"></DayHeaderStyle>
- <TitleStyle Font-Bold="True" Height="10px" BorderWidth="0px" BorderColor="White" BackColor="#F0E8D8"></TitleStyle>
- <WeekendDayStyle ForeColor="Red"></WeekendDayStyle>
- </asp:calendar>
- </FONT></FONT></FONT>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </form>
- </body>
- </HTML>