Calender.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:7k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Calender.aspx.vb" Inherits="ioffice.Calender"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title>iOffice.Net 阴阳对照日历</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 style="HEIGHT: 5px" vAlign="top" noWrap align="middle">
- <TABLE class="querybox" style="WIDTH: 95%; HEIGHT: 40px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD vAlign="center" noWrap>
- <TABLE class="td" style="WIDTH: 100%; HEIGHT: 92.29%" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD style="WIDTH: 55px" noWrap align="right">
- 日期:年
- </TD>
- <TD style="WIDTH: 5px">
- <asp:textbox id="txtYear" runat="server" Width="80px"></asp:textbox>
- </TD>
- <TD style="WIDTH: 26px" noWrap align="right">
- 月
- </TD>
- <TD style="WIDTH: 72px">
- <asp:dropdownlist id="dropMonth" runat="server" Width="80px" Height="23px" AutoPostBack="True">
- <asp:ListItem Value="一月">一月</asp:ListItem>
- <asp:ListItem Value="二月">二月</asp:ListItem>
- <asp:ListItem Value="三月">三月</asp:ListItem>
- <asp:ListItem Value="四月">四月</asp:ListItem>
- <asp:ListItem Value="五月">五月</asp:ListItem>
- <asp:ListItem Value="六月">六月</asp:ListItem>
- <asp:ListItem Value="七月">七月</asp:ListItem>
- <asp:ListItem Value="八月">八月</asp:ListItem>
- <asp:ListItem Value="九月">九月</asp:ListItem>
- <asp:ListItem Value="十月">十月</asp:ListItem>
- <asp:ListItem Value="十一月">十一月</asp:ListItem>
- <asp:ListItem Value="十二月">十二月</asp:ListItem>
- </asp:dropdownlist>
- </TD>
- <TD style="WIDTH: 29px" noWrap align="right">
- 日
- </TD>
- <TD width="10">
- <asp:dropdownlist id="dropDay" runat="server" Width="80px" Height="23px" Enabled="False">
- <asp:ListItem Value="1">1</asp:ListItem>
- <asp:ListItem Value="2">2</asp:ListItem>
- <asp:ListItem Value="3">3</asp:ListItem>
- <asp:ListItem Value="4">4</asp:ListItem>
- <asp:ListItem Value="5">5</asp:ListItem>
- <asp:ListItem Value="6">6</asp:ListItem>
- <asp:ListItem Value="7">7</asp:ListItem>
- <asp:ListItem Value="8">8</asp:ListItem>
- <asp:ListItem Value="9">9</asp:ListItem>
- <asp:ListItem Value="10">10</asp:ListItem>
- <asp:ListItem Value="11">11</asp:ListItem>
- <asp:ListItem Value="12">12</asp:ListItem>
- <asp:ListItem Value="13">13</asp:ListItem>
- <asp:ListItem Value="14">14</asp:ListItem>
- <asp:ListItem Value="15">15</asp:ListItem>
- <asp:ListItem Value="16">16</asp:ListItem>
- <asp:ListItem Value="17">17</asp:ListItem>
- <asp:ListItem Value="18">18</asp:ListItem>
- <asp:ListItem Value="19">19</asp:ListItem>
- <asp:ListItem Value="20">20</asp:ListItem>
- <asp:ListItem Value="21">21</asp:ListItem>
- <asp:ListItem Value="22">22</asp:ListItem>
- <asp:ListItem Value="23">23</asp:ListItem>
- <asp:ListItem Value="24">24</asp:ListItem>
- <asp:ListItem Value="25">25</asp:ListItem>
- <asp:ListItem Value="26">26</asp:ListItem>
- <asp:ListItem Value="27">27</asp:ListItem>
- <asp:ListItem Value="28">28</asp:ListItem>
- <asp:ListItem Value="29">29</asp:ListItem>
- <asp:ListItem Value="30">30</asp:ListItem>
- <asp:ListItem Value="31">31</asp:ListItem>
- </asp:dropdownlist>
- </TD>
- <TD>
- <asp:imagebutton id="cmdQuery" runat="server" ImageAlign="AbsMiddle" ImageUrl="../../img/button/query.gif"></asp:imagebutton>
- <asp:label id="lblErr" runat="server" CssClass="err" Visible="False"></asp:label>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD vAlign="top" noWrap align="middle">
- <TABLE style="WIDTH: 95%; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD vAlign="top" noWrap>
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD class="tttable" noWrap height="10">
- </TD>
- <TD style="WIDTH: 1px" noWrap height="10">
- </TD>
- <TD class="td" noWrap align="right" height="10">
- </TD>
- </TR>
- <TR>
- <TD class="tttable" noWrap>
-
- <asp:label id="lblYear" runat="server"></asp:label>
- <asp:linkbutton id="cmdToday" runat="server" ToolTip="转到[今日]"></asp:linkbutton>
- <asp:label id="lblDate" runat="server" Visible="False"></asp:label>
- </TD>
- <TD style="WIDTH: 1px" noWrap>
- </TD>
- <TD class="td" noWrap align="right">
-
- </TD>
- </TR>
- </TABLE>
- <asp:calendar id="calSchedule" runat="server" Width="100%" Height="92%" DayNameFormat="Full" BorderStyle="None" NextMonthText="下一月<img src=../../img/right_arrow.gif alt=下一月 border=0 />" PrevMonthText="<img src=../../img/left_arrow.gif alt=上一月 border=0 />上一月" ShowGridLines="True" BorderColor="#999999" BackColor="#F8F4E4">
- <TodayDayStyle BorderWidth="2px" BorderStyle="Solid" BorderColor="CornflowerBlue" BackColor="#F0F0E8"></TodayDayStyle>
- <DayStyle Font-Bold="True" HorizontalAlign="Left" VerticalAlign="Top"></DayStyle>
- <NextPrevStyle ForeColor="#223399" CssClass="td"></NextPrevStyle>
- <DayHeaderStyle Font-Size="13px" Height="10px" CssClass="tttable" BackColor="#F0F0E8"></DayHeaderStyle>
- <TitleStyle Font-Bold="True" Height="10px" BackColor="#D8C8A8"></TitleStyle>
- <WeekendDayStyle ForeColor="Red"></WeekendDayStyle>
- </asp:calendar>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- </form>
- </body>
- </HTML>