Fix col-xs-12 --> col-12
This commit is contained in:
@@ -2,66 +2,66 @@
|
||||
<%@ Register Src="mod_navigaWeek.ascx" TagName="mod_navigaWeek" TagPrefix="uc1" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_fileUpload.ascx" TagPrefix="uc1" TagName="mod_fileUpload" %>
|
||||
|
||||
|
||||
<div class="filtro_1 fontPiccolo ui-corner-all shadowBox row" style="white-space: nowrap; height: 2.8em; padding: 4px;">
|
||||
<div class="col-xs-12" style="font-size: 1.2em;">
|
||||
<uc1:mod_navigaWeek ID="mod_navigaWeek1" runat="server" />
|
||||
</div>
|
||||
<div class="col-12" style="font-size: 1.2em;">
|
||||
<uc1:mod_navigaWeek ID="mod_navigaWeek1" runat="server" />
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 2em; font-size: 1.2em;">
|
||||
<div class="row" style="margin: 2em 0;">
|
||||
<div class="col-xs-3">
|
||||
<b>Step 1 : Import File</b>
|
||||
<div class="row" style="margin: 2em 0;">
|
||||
<div class="col-xs-3">
|
||||
<b>Step 1 : Import File</b>
|
||||
</div>
|
||||
<div class="col-xs-6">
|
||||
<uc1:mod_fileUpload runat="server" ID="mod_fileUpload" fileExt=".csv" />
|
||||
</div>
|
||||
<div class="col-xs-3 text-right">
|
||||
separatore: <asp:TextBox runat="server" ID="txtCharSep" Text=";" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-6">
|
||||
<uc1:mod_fileUpload runat="server" ID="mod_fileUpload" fileExt=".csv" />
|
||||
<div class="row" style="margin: 2em 0;">
|
||||
<div class="col-xs-3">
|
||||
<b>Step 2 : Info File</b>
|
||||
</div>
|
||||
<div class="col-xs-9">
|
||||
<asp:Label runat="server" ID="lblStep02" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-3 text-right">
|
||||
separatore: <asp:TextBox runat="server" ID="txtCharSep" Text=";" />
|
||||
<div class="row" style="margin: 2em 0;">
|
||||
<div class="col-xs-3">
|
||||
<b>Step 3 : Verifica commesse e risorse</b>
|
||||
</div>
|
||||
<div class="col-xs-9">
|
||||
<asp:Label runat="server" ID="lblStep03" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="margin: 2em 0;">
|
||||
<div class="col-xs-3">
|
||||
<b>Step 2 : Info File</b>
|
||||
<div class="row" style="margin: 2em 0;">
|
||||
<div class="col-xs-3">
|
||||
<b>Step 4: Conferma</b>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<asp:LinkButton runat="server" ID="lbtShow" Text="Mostra anteprima dati" OnClick="lbtShow_Click" CssClass="btn btn-info" />
|
||||
<div id="divPreview" runat="server" visible="false" class="bg-info">
|
||||
<asp:Label runat="server" ID="lblStep04" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<asp:LinkButton runat="server" ID="lbtShowErr" Text="Mostra anteprima ERRORI" CssClass="btn btn-danger" OnClick="lbtShowErr_Click" />
|
||||
<div id="divErr" runat="server" visible="false" class="bg-danger">
|
||||
<asp:Label runat="server" ID="lblErr" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<asp:LinkButton runat="server" ID="lbtConferma" CssClass="btn btn-warning" Visible="false" OnClick="lbtConferma_Click">Carica dati <i class="fa fa-plus" aria-hidden="true"></i></asp:LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-9">
|
||||
<asp:Label runat="server" ID="lblStep02" />
|
||||
<div class="row" style="margin: 2em 0;">
|
||||
<div class="col-xs-3">
|
||||
<b>Step 5: Esito</b>
|
||||
</div>
|
||||
<div class="col-xs-9">
|
||||
<h3>
|
||||
<asp:Label runat="server" ID="lblOut" /></h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="margin: 2em 0;">
|
||||
<div class="col-xs-3">
|
||||
<b>Step 3 : Verifica commesse e risorse</b>
|
||||
</div>
|
||||
<div class="col-xs-9">
|
||||
<asp:Label runat="server" ID="lblStep03" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="margin: 2em 0;">
|
||||
<div class="col-xs-3">
|
||||
<b>Step 4: Conferma</b>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<asp:LinkButton runat="server" ID="lbtShow" Text="Mostra anteprima dati" OnClick="lbtShow_Click" CssClass="btn btn-info" />
|
||||
<div id="divPreview" runat="server" visible="false" class="bg-info">
|
||||
<asp:Label runat="server" ID="lblStep04" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<asp:LinkButton runat="server" ID="lbtShowErr" Text="Mostra anteprima ERRORI" CssClass="btn btn-danger" OnClick="lbtShowErr_Click" />
|
||||
<div id="divErr" runat="server" visible="false" class="bg-danger">
|
||||
<asp:Label runat="server" ID="lblErr" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<asp:LinkButton runat="server" ID="lbtConferma" CssClass="btn btn-warning" Visible="false" OnClick="lbtConferma_Click">Carica dati <i class="fa fa-plus" aria-hidden="true"></i></asp:LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="margin: 2em 0;">
|
||||
<div class="col-xs-3">
|
||||
<b>Step 5: Esito</b>
|
||||
</div>
|
||||
<div class="col-xs-9">
|
||||
<h3><asp:Label runat="server" ID="lblOut" /></h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,131 +1,133 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PROJ_ETS.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_ImportBazaarCSV {
|
||||
|
||||
namespace PROJ_ETS.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class mod_ImportBazaarCSV
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_navigaWeek1.
|
||||
/// mod_navigaWeek1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PROJ_ETS.WebUserControls.mod_navigaWeek mod_navigaWeek1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_fileUpload.
|
||||
/// mod_fileUpload control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::MedPred.WebUserControls.mod_fileUpload mod_fileUpload;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo txtCharSep.
|
||||
/// txtCharSep control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtCharSep;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lblStep02.
|
||||
/// lblStep02 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblStep02;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lblStep03.
|
||||
/// lblStep03 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblStep03;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtShow.
|
||||
/// lbtShow control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbtShow;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo divPreview.
|
||||
/// divPreview control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divPreview;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lblStep04.
|
||||
/// lblStep04 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblStep04;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtShowErr.
|
||||
/// lbtShowErr control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbtShowErr;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo divErr.
|
||||
/// divErr control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divErr;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lblErr.
|
||||
/// lblErr control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblErr;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtConferma.
|
||||
/// lbtConferma control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbtConferma;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lblOut.
|
||||
/// lblOut control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblOut;
|
||||
}
|
||||
|
||||
@@ -2,34 +2,34 @@
|
||||
<%@ Register Src="mod_autocomplete.ascx" TagName="mod_autocomplete" TagPrefix="uc1" %>
|
||||
|
||||
<div class="filtro_1 fontPiccolo ui-corner-all shadowBox row" style="white-space: nowrap; height: 38px; padding: 4px;">
|
||||
<div class="col-xs-12">
|
||||
<asp:Panel runat="server" ID="pnlCli">
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 0.3em; margin-right: 0.4em; height: 32px;">
|
||||
<uc1:mod_autocomplete ID="filtroCli" runat="server" minCharAutocomplete="2" contextKey="c" labelRicerca="[C]liente" textEmWidht="15" showKey="false" ServicePath="Services/WS_data.asmx/Clienti" />
|
||||
</div>
|
||||
</asp:Panel>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 0.3em; margin-right: 0.4em; height: 32px;">
|
||||
<asp:CheckBox ID="chkShowAttivi" runat="server" Text="Solo [A]ttivi" OnCheckedChanged="chkShowAttivi_CheckedChanged"
|
||||
AutoPostBack="True" AccessKey="a" TextAlign="Left" Checked="true" />
|
||||
<div class="col-12">
|
||||
<asp:Panel runat="server" ID="pnlCli">
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 0.3em; margin-right: 0.4em; height: 32px;">
|
||||
<uc1:mod_autocomplete ID="filtroCli" runat="server" minCharAutocomplete="2" contextKey="c" labelRicerca="[C]liente" textEmWidht="15" showKey="false" ServicePath="Services/WS_data.asmx/Clienti" />
|
||||
</div>
|
||||
</asp:Panel>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 0.3em; margin-right: 0.4em; height: 32px;">
|
||||
<asp:CheckBox ID="chkShowAttivi" runat="server" Text="Solo [A]ttivi" OnCheckedChanged="chkShowAttivi_CheckedChanged"
|
||||
AutoPostBack="True" AccessKey="a" TextAlign="Left" Checked="true" />
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 0.3em; margin-right: 0.4em; height: 32px;">
|
||||
<asp:Label runat="server" ID="lblProj" Text="Progetto" AssociatedControlID="ddlProgetti" Font-Size="0.8em" />
|
||||
<asp:DropDownList ID="ddlProgetti" runat="server" DataSourceID="OdsProgetti" DataTextField="label" DataValueField="value" Font-Size="7pt" AutoPostBack="True" OnSelectedIndexChanged="ddlProgetti_SelectedIndexChanged" Width="30em" />
|
||||
<asp:ObjectDataSource ID="OdsProgetti" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByConditio" TypeName="ETS_Data.DS_utilsProjEtsTableAdapters.v_selProgettiTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:SessionParameter SessionField="idxCli_sel" Name="conditio" Type="String" />
|
||||
<asp:SessionParameter SessionField="showPrjAttivi" DefaultValue="true" Name="soloAttivi" Type="Boolean" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 0.3em; margin-right: 0.4em; height: 32px;">
|
||||
<asp:Label runat="server" ID="lblComm" Text="Commessa" AssociatedControlID="ddlCommesse" Font-Size="0.8em" />
|
||||
<asp:DropDownList ID="ddlCommesse" runat="server" DataSourceID="OdsCommesse" DataTextField="label" DataValueField="value" Font-Size="7pt" AutoPostBack="True" OnSelectedIndexChanged="ddlCommesse_SelectedIndexChanged" Width="90em" />
|
||||
<asp:ObjectDataSource ID="OdsCommesse" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByConditio" TypeName="ETS_Data.DS_utilsProjEtsTableAdapters.v_selCommesseTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:SessionParameter SessionField="idxProgetto_sel" Name="conditio" Type="String" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 0.3em; margin-right: 0.4em; height: 32px;">
|
||||
<asp:Label runat="server" ID="lblProj" Text="Progetto" AssociatedControlID="ddlProgetti" Font-Size="0.8em" />
|
||||
<asp:DropDownList ID="ddlProgetti" runat="server" DataSourceID="OdsProgetti" DataTextField="label" DataValueField="value" Font-Size="7pt" AutoPostBack="True" OnSelectedIndexChanged="ddlProgetti_SelectedIndexChanged" Width="30em" />
|
||||
<asp:ObjectDataSource ID="OdsProgetti" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByConditio" TypeName="ETS_Data.DS_utilsProjEtsTableAdapters.v_selProgettiTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:SessionParameter SessionField="idxCli_sel" Name="conditio" Type="String" />
|
||||
<asp:SessionParameter SessionField="showPrjAttivi" DefaultValue="true" Name="soloAttivi" Type="Boolean" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 0.3em; margin-right: 0.4em; height: 32px;">
|
||||
<asp:Label runat="server" ID="lblComm" Text="Commessa" AssociatedControlID="ddlCommesse" Font-Size="0.8em" />
|
||||
<asp:DropDownList ID="ddlCommesse" runat="server" DataSourceID="OdsCommesse" DataTextField="label" DataValueField="value" Font-Size="7pt" AutoPostBack="True" OnSelectedIndexChanged="ddlCommesse_SelectedIndexChanged" Width="90em" />
|
||||
<asp:ObjectDataSource ID="OdsCommesse" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByConditio" TypeName="ETS_Data.DS_utilsProjEtsTableAdapters.v_selCommesseTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:SessionParameter SessionField="idxProgetto_sel" Name="conditio" Type="String" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
+47
-45
@@ -1,95 +1,97 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PROJ_ETS.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_filtroComm {
|
||||
|
||||
namespace PROJ_ETS.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class mod_filtroComm
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Controllo pnlCli.
|
||||
/// pnlCli control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Panel pnlCli;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo filtroCli.
|
||||
/// filtroCli control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PROJ_ETS.WebUserControls.mod_autocomplete filtroCli;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo chkShowAttivi.
|
||||
/// chkShowAttivi control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.CheckBox chkShowAttivi;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lblProj.
|
||||
/// lblProj control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblProj;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo ddlProgetti.
|
||||
/// ddlProgetti control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.DropDownList ddlProgetti;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo OdsProgetti.
|
||||
/// OdsProgetti control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource OdsProgetti;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lblComm.
|
||||
/// lblComm control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblComm;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo ddlCommesse.
|
||||
/// ddlCommesse control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.DropDownList ddlCommesse;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo OdsCommesse.
|
||||
/// OdsCommesse control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource OdsCommesse;
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuProj.ascx.cs" Inherits="PROJ_ETS.WebUserControls.mod_menuProj" %>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12" style="margin:0 0.5em;">
|
||||
<asp:Menu ID="MenuNavPrj" runat="server" DataSourceID="NavProgetti" Orientation="Horizontal" RenderingMode="List" Width="100%">
|
||||
<StaticMenuItemStyle VerticalPadding="0.5em" HorizontalPadding="0.6em" CssClass="menuNav" Font-Size="1em" Width="120px" Font-Bold="true" />
|
||||
</asp:Menu>
|
||||
<asp:SiteMapDataSource ID="NavProgetti" runat="server" SiteMapProvider="Progetti" ShowStartingNode="false" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12" style="margin: 0 0.5em;">
|
||||
<asp:Menu ID="MenuNavPrj" runat="server" DataSourceID="NavProgetti" Orientation="Horizontal" RenderingMode="List" Width="100%">
|
||||
<StaticMenuItemStyle VerticalPadding="0.5em" HorizontalPadding="0.6em" CssClass="menuNav" Font-Size="1em" Width="120px" Font-Bold="true" />
|
||||
</asp:Menu>
|
||||
<asp:SiteMapDataSource ID="NavProgetti" runat="server" SiteMapProvider="Progetti" ShowStartingNode="false" />
|
||||
</div>
|
||||
</div>
|
||||
+19
-17
@@ -1,32 +1,34 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PROJ_ETS.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_menuProj {
|
||||
|
||||
namespace PROJ_ETS.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class mod_menuProj
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Controllo MenuNavPrj.
|
||||
/// MenuNavPrj control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Menu MenuNavPrj;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo NavProgetti.
|
||||
/// NavProgetti control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.SiteMapDataSource NavProgetti;
|
||||
}
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_navigaWeek.ascx.cs" Inherits="PROJ_ETS.WebUserControls.mod_navigaWeek" %>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 3px; margin-right: 4px; height: 2em;">
|
||||
Anno:
|
||||
<div class="col-12">
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 3px; margin-right: 4px; height: 2em;">
|
||||
Anno:
|
||||
<asp:DropDownList runat="server" ID="ddlAnno" DataSourceID="odsYear" DataTextField="n" DataValueField="n" AutoPostBack="true" OnSelectedIndexChanged="ddlAnno_SelectedIndexChanged">
|
||||
</asp:DropDownList>
|
||||
<asp:ObjectDataSource ID="odsYear" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="ETS_Data.DS_utilsProjEtsTableAdapters.v_selYearTableAdapter"></asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 3px; margin-right: 4px; height: 2em;">
|
||||
Settimana:
|
||||
<asp:ObjectDataSource ID="odsYear" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="ETS_Data.DS_utilsProjEtsTableAdapters.v_selYearTableAdapter"></asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 3px; margin-right: 4px; height: 2em;">
|
||||
Settimana:
|
||||
<asp:DropDownList runat="server" ID="ddlWeek" DataSourceID="odsWeek" DataTextField="n" DataValueField="n" AutoPostBack="true" OnSelectedIndexChanged="ddlWeek_SelectedIndexChanged">
|
||||
</asp:DropDownList>
|
||||
<asp:ObjectDataSource ID="odsWeek" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="ETS_Data.DS_utilsProjEtsTableAdapters.v_selWeekTableAdapter"></asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsWeek" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="ETS_Data.DS_utilsProjEtsTableAdapters.v_selWeekTableAdapter"></asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 6px; margin-right: 4px; height: 2em; font-weight: bold; min-width: 2em; vertical-align: middle; text-align: center;">
|
||||
<asp:LinkButton runat="server" ID="lnkWPrev" CommandArgument="Prev" Text="-1" ToolTip="Vai alla sett precedente" OnClick="lnkW_Click" />
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 6px 3px; margin-right: 4px; height: 2em; font-weight: bold; min-width: 3.5em; vertical-align: middle; text-align: center;">
|
||||
<asp:LinkButton runat="server" ID="lnkW" CommandArgument="Curr" Text="W" ToolTip="Vai alla sett corrente" OnClick="lnkW_Click" />
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 6px; margin-right: 4px; height: 2em; font-weight: bold; min-width: 2em; vertical-align: middle; text-align: center;">
|
||||
<asp:LinkButton runat="server" ID="lnkWNext" CommandArgument="Next" Text="+1" ToolTip="Vai alla sett successiva" OnClick="lnkW_Click" />
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 6px; margin-right: 4px; height: 2em; vertical-align: middle; text-align: center; color: #FFF;">
|
||||
<asp:Label runat="server" ID="lblPeriodo" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 6px; margin-right: 4px; height: 2em; font-weight: bold; min-width: 2em; vertical-align: middle; text-align: center;">
|
||||
<asp:LinkButton runat="server" ID="lnkWPrev" CommandArgument="Prev" Text="-1" ToolTip="Vai alla sett precedente" OnClick="lnkW_Click" />
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 6px 3px; margin-right: 4px; height: 2em; font-weight: bold; min-width: 3.5em; vertical-align: middle; text-align: center;">
|
||||
<asp:LinkButton runat="server" ID="lnkW" CommandArgument="Curr" Text="W" ToolTip="Vai alla sett corrente" OnClick="lnkW_Click" />
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 6px; margin-right: 4px; height: 2em; font-weight: bold; min-width: 2em; vertical-align: middle; text-align: center;">
|
||||
<asp:LinkButton runat="server" ID="lnkWNext" CommandArgument="Next" Text="+1" ToolTip="Vai alla sett successiva" OnClick="lnkW_Click" />
|
||||
</div>
|
||||
<div class="divSx filtro_2 ui-corner-all" style="padding: 6px; margin-right: 4px; height: 2em; vertical-align: middle; text-align: center; color: #FFF;">
|
||||
<asp:Label runat="server" ID="lblPeriodo" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
+43
-41
@@ -1,86 +1,88 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PROJ_ETS.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_navigaWeek {
|
||||
|
||||
namespace PROJ_ETS.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class mod_navigaWeek
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Controllo ddlAnno.
|
||||
/// ddlAnno control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.DropDownList ddlAnno;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo odsYear.
|
||||
/// odsYear control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsYear;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo ddlWeek.
|
||||
/// ddlWeek control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.DropDownList ddlWeek;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo odsWeek.
|
||||
/// odsWeek control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsWeek;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lnkWPrev.
|
||||
/// lnkWPrev control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lnkWPrev;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lnkW.
|
||||
/// lnkW control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lnkW;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lnkWNext.
|
||||
/// lnkWNext control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lnkWNext;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lblPeriodo.
|
||||
/// lblPeriodo control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblPeriodo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user