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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="dvBrownbymonth.aspx.vb" Inherits="ioffice.dvBrownbymonth" %>
  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. <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
  15. <TR>
  16. <TD style="HEIGHT: 301px" vAlign="top" noWrap align="middle">
  17. <FONT face="宋体">
  18. <TABLE cellSpacing="0" cellPadding="0" width="100%" bgColor="#887858" border="0">
  19. <TR>
  20. <TD class="titlebar" title="" style="WIDTH: 84.1%" noWrap>
  21. 设备预约:设备预约一览
  22. </TD>
  23. <TD noWrap align="right">
  24. <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
  25. </TD>
  26. </TR>
  27. </TABLE>
  28. </FONT>
  29. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  30. <TR>
  31. <TD noWrap>
  32. <asp:linkbutton id="lnkDay" runat="server" CssClass="td" Height="1px" Width="43px">按日数</asp:linkbutton>
  33. <asp:linkbutton id="lnkWeek" runat="server" CssClass="td" Height="4px" Width="43px">按周数</asp:linkbutton>
  34. <asp:linkbutton id="lnkMonth" runat="server" CssClass="td" Height="1px" Width="43px">按月数</asp:linkbutton>
  35. </TD>
  36. </TR>
  37. </TABLE>
  38. <TABLE height="90%" cellSpacing="0" cellPadding="0" width="90%" border="0">
  39. <TR>
  40. <TD vAlign="top" noWrap align="middle">
  41. <FONT face="宋体"><FONT face="宋体"><FONT face="宋体">
  42. <asp:calendar id="calSchedule" runat="server" Width="100%" Height="100%" BackColor="#F8F4E4" BorderColor="#999999" ShowGridLines="True" PrevMonthText="&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;<img src=../../img/left_arrow.gif alt=上一月 border=0 />" NextMonthText="<img src=../../img/right_arrow.gif alt=下一月 border=0 />&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;" BorderStyle="None" DayNameFormat="Full">
  43. <TodayDayStyle BorderWidth="2px" BorderStyle="Solid" BorderColor="CornflowerBlue" BackColor="#F0F0E8"></TodayDayStyle>
  44. <DayStyle Font-Bold="True" HorizontalAlign="Left" VerticalAlign="Top"></DayStyle>
  45. <DayHeaderStyle Font-Size="13px" Height="10px" CssClass="tttable" BackColor="#F0F0E8"></DayHeaderStyle>
  46. <TitleStyle Font-Bold="True" Height="10px" BorderWidth="0px" BorderColor="White" BackColor="#F0E8D8"></TitleStyle>
  47. <WeekendDayStyle ForeColor="Red"></WeekendDayStyle>
  48. </asp:calendar>
  49. </FONT></FONT></FONT>
  50. </TD>
  51. </TR>
  52. </TABLE>
  53. </TD>
  54. </TR>
  55. </TABLE>
  56. </form>
  57. </body>
  58. </HTML>