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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="dvBrownbyday.aspx.vb" Inherits="ioffice.dvBrownbyday" %>
  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: relative; HEIGHT: 100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
  15. <TR>
  16. <TD style="HEIGHT: 43px" vAlign="top" noWrap align="left">
  17. <FONT face="宋体">
  18. <TABLE cellSpacing="0" cellPadding="0" width="100%" bgColor="#887858" border="0">
  19. <TR>
  20. <TD class="titlebar" title="" style="WIDTH: 93.3%" 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. <asp:linkbutton id="lnkDay" runat="server" CssClass="td" Width="43px" Height="1px">按日数</asp:linkbutton>
  30. <asp:linkbutton id="lnkWeek" runat="server" CssClass="td" Width="43px" Height="4px">按周数</asp:linkbutton>
  31. <asp:linkbutton id="lnkMonth" runat="server" CssClass="td" Width="43px" Height="1px">按月数</asp:linkbutton>
  32. </TD>
  33. </TR>
  34. <TR>
  35. <TD vAlign="top" noWrap align="middle">
  36. <FONT face="宋体">
  37. <TABLE style="WIDTH: 500px; HEIGHT: 94px" cellSpacing="0" cellPadding="0" rules="" border="0">
  38. <TR>
  39. <TD style="HEIGHT: 40px" vAlign="top" noWrap align="middle">
  40. <FONT face="宋体">
  41. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  42. <TR>
  43. <TD style="WIDTH: 343px" noWrap align="middle" height="20">
  44. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  45. &nbsp;
  46. <asp:label id="lblYM" runat="server" CssClass="tttable">2002年2月</asp:label>
  47. </TD>
  48. <TD style="WIDTH: 100px" noWrap align="middle" height="20">
  49. <asp:imagebutton id="cmdBac" runat="server" imageurl="../../img/left_arrow.gif" tooltip="前一天"></asp:imagebutton>
  50. <asp:Button id="btnTd" runat="server" Height="18px" Width="40px" Text="今日" Font-Size="8pt"></asp:Button>
  51. <asp:imagebutton id="cmdFor" runat="server" tooltip="后一天" ImageUrl="../../img/right_arrow.gif"></asp:imagebutton>
  52. </TD>
  53. </TR>
  54. </TABLE>
  55. </FONT>
  56. <asp:datagrid id="dgdEquitPer" tabIndex="6" runat="server" CssClass="td" Width="100%" AutoGenerateColumns="False" DataKeyField="id" BackColor="#F0F0E8" BorderColor="#999999">
  57. <HeaderStyle BackColor="#DBC8A8"></HeaderStyle>
  58. <AlternatingItemStyle BackColor="#F8F4E4"></AlternatingItemStyle>
  59. <Columns>
  60. <asp:BoundColumn DataField="name" ReadOnly="True" HeaderText="设备名">
  61. <HeaderStyle HorizontalAlign="Center">
  62. </HeaderStyle>
  63. <ItemStyle HorizontalAlign="Center">
  64. </ItemStyle>
  65. </asp:BoundColumn>
  66. <asp:BoundColumn DataField="dper" ReadOnly="True" HeaderText="设备预约">
  67. <HeaderStyle HorizontalAlign="Center" Width="40%">
  68. </HeaderStyle>
  69. <ItemStyle HorizontalAlign="Center">
  70. </ItemStyle>
  71. </asp:BoundColumn>
  72. <asp:BoundColumn DataField="peradd" ReadOnly="True">
  73. <HeaderStyle Width="2%">
  74. </HeaderStyle>
  75. </asp:BoundColumn>
  76. </Columns>
  77. </asp:datagrid>
  78. </TD>
  79. </TR>
  80. </TABLE>
  81. </FONT>
  82. <asp:label id="lbldate" runat="server" CssClass="td" Width="56px" Height="22px" Visible="False"></asp:label>
  83. </TD>
  84. </TR>
  85. </TABLE>
  86. </form>
  87. </body>
  88. </HTML>