95 lines
4.6 KiB
Plaintext
95 lines
4.6 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" Inherits="MoonPro.WebUserControls.mod_periodoAnalisi"
|
|
CodeBehind="mod_periodoAnalisi.ascx.cs" %>
|
|
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
|
<div class="filtraggio" style="width: 100%;">
|
|
<div class="floSx padSmall">
|
|
<asp:TextBox ID="txtInizio" TabIndex="1" runat="server" Width="7em" MaxLength="10"
|
|
AutoPostBack="True" OnTextChanged="txtInizio_TextChanged" />
|
|
<asp:DropDownList ID="ddlOraInizio" TabIndex="2" runat="server" AutoPostBack="True"
|
|
OnTextChanged="txtInizio_TextChanged" Font-Size="Smaller" CssClass="pad3">
|
|
<asp:ListItem>00</asp:ListItem>
|
|
<asp:ListItem>01</asp:ListItem>
|
|
<asp:ListItem>02</asp:ListItem>
|
|
<asp:ListItem>03</asp:ListItem>
|
|
<asp:ListItem>04</asp:ListItem>
|
|
<asp:ListItem>05</asp:ListItem>
|
|
<asp:ListItem>06</asp:ListItem>
|
|
<asp:ListItem>07</asp:ListItem>
|
|
<asp:ListItem>08</asp:ListItem>
|
|
<asp:ListItem>09</asp:ListItem>
|
|
<asp:ListItem>10</asp:ListItem>
|
|
<asp:ListItem>11</asp:ListItem>
|
|
<asp:ListItem>12</asp:ListItem>
|
|
<asp:ListItem>13</asp:ListItem>
|
|
<asp:ListItem>14</asp:ListItem>
|
|
<asp:ListItem>15</asp:ListItem>
|
|
<asp:ListItem>16</asp:ListItem>
|
|
<asp:ListItem>17</asp:ListItem>
|
|
<asp:ListItem>18</asp:ListItem>
|
|
<asp:ListItem>19</asp:ListItem>
|
|
<asp:ListItem>20</asp:ListItem>
|
|
<asp:ListItem>21</asp:ListItem>
|
|
<asp:ListItem>22</asp:ListItem>
|
|
<asp:ListItem>23</asp:ListItem>
|
|
</asp:DropDownList>
|
|
<asp:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtInizio"
|
|
FirstDayOfWeek="Monday" Format="dd/MM/yyyy">
|
|
</asp:CalendarExtender>
|
|
</div>
|
|
<div class="floSx padSmall">
|
|
<asp:TextBox ID="txtFine" TabIndex="3" runat="server" Width="7em" MaxLength="10"
|
|
AutoPostBack="True" OnTextChanged="txtFine_TextChanged" />
|
|
<asp:DropDownList ID="ddlOraFine" TabIndex="2" runat="server" AutoPostBack="True"
|
|
OnTextChanged="txtFine_TextChanged" Font-Size="Smaller" CssClass="pad3">
|
|
<asp:ListItem>00</asp:ListItem>
|
|
<asp:ListItem>01</asp:ListItem>
|
|
<asp:ListItem>02</asp:ListItem>
|
|
<asp:ListItem>03</asp:ListItem>
|
|
<asp:ListItem>04</asp:ListItem>
|
|
<asp:ListItem>05</asp:ListItem>
|
|
<asp:ListItem>06</asp:ListItem>
|
|
<asp:ListItem>07</asp:ListItem>
|
|
<asp:ListItem>08</asp:ListItem>
|
|
<asp:ListItem>09</asp:ListItem>
|
|
<asp:ListItem>10</asp:ListItem>
|
|
<asp:ListItem>11</asp:ListItem>
|
|
<asp:ListItem>12</asp:ListItem>
|
|
<asp:ListItem>13</asp:ListItem>
|
|
<asp:ListItem>14</asp:ListItem>
|
|
<asp:ListItem>15</asp:ListItem>
|
|
<asp:ListItem>16</asp:ListItem>
|
|
<asp:ListItem>17</asp:ListItem>
|
|
<asp:ListItem>18</asp:ListItem>
|
|
<asp:ListItem>19</asp:ListItem>
|
|
<asp:ListItem>20</asp:ListItem>
|
|
<asp:ListItem>21</asp:ListItem>
|
|
<asp:ListItem>22</asp:ListItem>
|
|
<asp:ListItem>23</asp:ListItem>
|
|
</asp:DropDownList>
|
|
<asp:CalendarExtender ID="CalendarExtender2" runat="server" TargetControlID="txtFine"
|
|
FirstDayOfWeek="Monday" Format="dd/MM/yyyy">
|
|
</asp:CalendarExtender>
|
|
</div>
|
|
<div class="floSx padSmall">
|
|
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" Font-Size="Smaller" CssClass="pad3">
|
|
<asp:ListItem>selezione</asp:ListItem>
|
|
<asp:ListItem>oggi</asp:ListItem>
|
|
<asp:ListItem>ieri</asp:ListItem>
|
|
<asp:ListItem>questa settimana</asp:ListItem>
|
|
<asp:ListItem Selected="True">ultimi 7gg</asp:ListItem>
|
|
<asp:ListItem>questo mese</asp:ListItem>
|
|
<asp:ListItem>ultimi 30gg</asp:ListItem>
|
|
</asp:DropDownList>
|
|
|
|
<asp:Button ID="btnUpdate" runat="server" Text="update" Visible="false" OnClick="btnUpdate_Click" />
|
|
|
|
</div>
|
|
<div class="floSx padSmall">
|
|
<asp:Label ID="lblDurataMin" runat="server" Visible="false" />
|
|
|
|
<asp:TextBox ID="txtDurataMin" TabIndex="3" runat="server" Width="30px" MaxLength="3"
|
|
AutoPostBack="True" OnTextChanged="txtInizio_TextChanged" Visible="false"></asp:TextBox>
|
|
</div>
|
|
<div class="clearDiv"></div>
|
|
</div>
|