primo inserimento BRUTALE componente gestione files allegati...
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
<%@ Register Src="~/WebUserControls/mod_impiegoRisorse.ascx" TagPrefix="uc3" TagName="mod_impiegoRisorse" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_ricercaItem.ascx" TagPrefix="uc1" TagName="mod_ricercaItem" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_MovMag2Int.ascx" TagPrefix="uc1" TagName="mod_MovMag2Int" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_fileUpload.ascx" TagPrefix="uc1" TagName="mod_fileUpload" %>
|
||||
|
||||
|
||||
<asp:FormView ID="frmView_default" runat="server" DataKeyNames="numIntMtz" DataSourceID="ods_default" Width="100%">
|
||||
<ItemTemplate>
|
||||
@@ -73,13 +75,6 @@
|
||||
<br />
|
||||
<asp:DropDownList ID="listMacchine" runat="server" AutoPostBack="True" DataSourceID="odsMacchine" DataTextField="label" DataValueField="value" Width="100%" BackColor="Silver" Font-Size="8pt" SelectedValue='<%# Eval("idxMacchina") %>' Enabled="false">
|
||||
</asp:DropDownList>
|
||||
<%--<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}"
|
||||
SelectMethod="getByConditio" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:ControlParameter ControlID="listImpianti" DefaultValue="0" Name="conditio" PropertyName="SelectedValue"
|
||||
Type="Int32" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>--%>
|
||||
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="getData" TypeName="GIM_data.DS_utilityTableAdapters.v_selMacchineTableAdapter"></asp:ObjectDataSource>
|
||||
</div>
|
||||
</div>
|
||||
@@ -117,78 +112,62 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="divDown" style="background-color: #FFFFFF; border-top: solid 2px orange; padding: 10px;">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblPresaInCarico" Text='<%# traduci("lblPresaInCarico") %>'
|
||||
Font-Size="X-Small" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblInizioIntervento" Text='<%# traduci("lblInizioIntervento") %>'
|
||||
Font-Size="X-Small" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblFineIntervento" Text='<%# traduci("lblFineIntervento") %>'
|
||||
Font-Size="X-Small" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblDescrStato" Text='<%# traduci("lblDescrStato") %>'
|
||||
Font-Size="X-Small" />
|
||||
</td>
|
||||
<td style="text-align: center;">
|
||||
<asp:Label runat="server" ID="lblInterventi" Text='<%# traduci ("lblInterventi") %>'
|
||||
Font-Size="X-Small"></asp:Label>
|
||||
</td>
|
||||
<td style="text-align: center;">
|
||||
<asp:Label runat="server" ID="lblRisorse" Text='<%# traduci ("lblRisorse") %>' Font-Size="X-Small"></asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:TextBox ID="presaInCaricoLabel" runat="server" Text='<%# Eval("presaInCarico") %>'
|
||||
CssClass="fixedVal" ReadOnly="true" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:TextBox ID="inizioInterventoLabel" runat="server" Text='<%# Eval("inizioIntervento") %>'
|
||||
CssClass="fixedVal" ReadOnly="true" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:TextBox ID="fineInterventoLabel" runat="server" Text='<%# Eval("fineIntervento") %>'
|
||||
CssClass="fixedVal" ReadOnly="true" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:DropDownList runat="server" ID="ddlStato" CssClass="fixedVal" SelectedValue='<%# Eval("idxStato") %>'
|
||||
DataSourceID="odsStato" DataTextField="label" DataValueField="value" Enabled="false">
|
||||
</asp:DropDownList>
|
||||
<asp:ObjectDataSource ID="odsStato" runat="server" OldValuesParameterFormatString="Original_{0}"
|
||||
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selStatoTableAdapter"></asp:ObjectDataSource>
|
||||
</td>
|
||||
<td rowspan="3" style="vertical-align: top; padding-left: 30px;">
|
||||
<uc1:mod_interventoOpMtz ID="mod_interventoOpMtz0" runat="server" vistaModulo="selezione" />
|
||||
</td>
|
||||
<td rowspan="3" style="vertical-align: top; padding-left: 30px;">
|
||||
<uc3:mod_impiegoRisorse ID="mod_impiegoRisorse0" runat="server" vistaModulo="selezione" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<asp:Label runat="server" ID="lblDescrGuasto" Text='<%# traduci ("lblDescrizioneGen") %>'
|
||||
Font-Size="X-Small" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblIsPreventivabile" Text='<%# traduci("lblIsPreventivabile") %>'
|
||||
Font-Size="X-Small" />
|
||||
<asp:CheckBox ID="isPreventivabileCheckBox" runat="server" Checked='<%# Eval("isPreventivabile") %>'
|
||||
Enabled="false" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<asp:TextBox ID="descrizioneInterventoLabel" runat="server" Text='<%# Eval("descrizioneIntervento") %>'
|
||||
CssClass="fixedValLeft" ReadOnly="true" Height="100px" Width="500px" TextMode="MultiLine" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<asp:Label runat="server" ID="lblPresaInCarico" Text='<%# traduci("lblPresaInCarico") %>' Font-Size="X-Small" />
|
||||
<br />
|
||||
<asp:TextBox ID="presaInCaricoLabel" runat="server" Text='<%# Eval("presaInCarico") %>' CssClass="fixedVal" ReadOnly="true" />
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<asp:Label runat="server" ID="lblInizioIntervento" Text='<%# traduci("lblInizioIntervento") %>' Font-Size="X-Small" />
|
||||
<br />
|
||||
<asp:TextBox ID="inizioInterventoLabel" runat="server" Text='<%# Eval("inizioIntervento") %>' CssClass="fixedVal" ReadOnly="true" />
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<asp:Label runat="server" ID="lblFineIntervento" Text='<%# traduci("lblFineIntervento") %>' Font-Size="X-Small" />
|
||||
<br />
|
||||
<asp:TextBox ID="fineInterventoLabel" runat="server" Text='<%# Eval("fineIntervento") %>' CssClass="fixedVal" ReadOnly="true" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<asp:Label runat="server" ID="lblDescrGuasto" Text='<%# traduci ("lblDescrizioneGen") %>' Font-Size="X-Small" />
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<asp:Label runat="server" ID="lblIsPreventivabile" Text='<%# traduci("lblIsPreventivabile") %>' Font-Size="X-Small" />
|
||||
<asp:CheckBox ID="isPreventivabileCheckBox" runat="server" Checked='<%# Eval("isPreventivabile") %>' Enabled="false" />
|
||||
</div>
|
||||
<div class="col-sm-12">
|
||||
<asp:TextBox ID="descrizioneInterventoLabel" runat="server" Text='<%# Eval("descrizioneIntervento") %>' CssClass="fixedValLeft" ReadOnly="true" Height="100px" Width="500px" TextMode="MultiLine" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<asp:Label runat="server" ID="lblDescrStato" Text='<%# traduci("lblDescrStato") %>' Font-Size="X-Small" />
|
||||
<br />
|
||||
<asp:DropDownList runat="server" ID="ddlStato" CssClass="fixedVal" SelectedValue='<%# Eval("idxStato") %>' DataSourceID="odsStato" DataTextField="label" DataValueField="value" Enabled="false">
|
||||
</asp:DropDownList>
|
||||
<asp:ObjectDataSource ID="odsStato" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selStatoTableAdapter"></asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<asp:Label runat="server" ID="lblInterventi" Text='<%# traduci ("lblInterventi") %>'
|
||||
Font-Size="X-Small"></asp:Label>
|
||||
<uc1:mod_interventoOpMtz ID="mod_interventoOpMtz0" runat="server" vistaModulo="selezione" />
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<asp:Label runat="server" ID="lblRisorse" Text='<%# traduci ("lblRisorse") %>' Font-Size="X-Small"></asp:Label>
|
||||
<uc3:mod_impiegoRisorse ID="mod_impiegoRisorse0" runat="server" vistaModulo="selezione" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<uc1:mod_fileUpload runat="server" ID="mod_fileUpload" numIntMtz='<%# Eval("numIntMtz") %>' />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
@@ -324,77 +303,61 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div id="divDown" class="col-xs-12" style="background-color: #FFFFFF; border-top: solid 2px orange; padding: 10px;">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblPresaInCarico" Text='<%# traduci("lblPresaInCarico") %>'
|
||||
Font-Size="X-Small" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblInizioIntervento" Text='<%# traduci("lblInizioIntervento") %>'
|
||||
Font-Size="X-Small" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblFineIntervento" Text='<%# traduci("lblFineIntervento") %>'
|
||||
Font-Size="X-Small" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblDescrStato" Text='<%# traduci("lblDescrStato") %>'
|
||||
Font-Size="X-Small" />
|
||||
</td>
|
||||
<td style="text-align: center;">
|
||||
<asp:Label runat="server" ID="lblInterventi" Text='<%# traduci ("lblInterventi") %>' Font-Size="X-Small"></asp:Label>
|
||||
</td>
|
||||
<td style="text-align: center;">
|
||||
<asp:Label runat="server" ID="lblRisorse" Text='<%# traduci ("lblRisorse") %>' Font-Size="X-Small"></asp:Label>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:TextBox ID="presaInCaricoLabel" runat="server" Text='<%# Eval("presaInCarico") %>' CssClass="textEv_Read" ReadOnly="true" />
|
||||
</td>
|
||||
<td>
|
||||
<uc2:mod_dataOra ID="mod_dataOra2" runat="server" valore='<%# Bind("inizioIntervento") %>'
|
||||
css="textEv_1" tipoOrario="tendina" mostraLabel="false" />
|
||||
</td>
|
||||
<td>
|
||||
<uc2:mod_dataOra ID="mod_dataOra3" runat="server" valore='<%# Bind("fineIntervento") %>'
|
||||
css="textEv_1" tipoOrario="tendina" mostraLabel="false" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:DropDownList runat="server" ID="ddlStato" CssClass="textEv_1" SelectedValue='<%# Bind("idxStato") %>'
|
||||
DataSourceID="odsStato" DataTextField="label" DataValueField="value">
|
||||
</asp:DropDownList>
|
||||
<asp:ObjectDataSource ID="odsStato" runat="server" OldValuesParameterFormatString="Original_{0}"
|
||||
SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selStatoTableAdapter"></asp:ObjectDataSource>
|
||||
</td>
|
||||
<td rowspan="3" style="vertical-align: top; padding-left: 30px;">
|
||||
<uc1:mod_interventoOpMtz ID="mod_interventoOpMtz1" runat="server" vistaModulo="editing" />
|
||||
</td>
|
||||
<td rowspan="3" style="vertical-align: top; padding-left: 30px;">
|
||||
<uc3:mod_impiegoRisorse runat="server" ID="mod_impiegoRisorse1" vistaModulo="editing" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<asp:Label runat="server" ID="lblDescrGuasto" Text='<%# traduci ("lblDescrizioneGen") %>'
|
||||
Font-Size="X-Small" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblIsPreventivabile" Text='<%# traduci("lblIsPreventivabile") %>'
|
||||
Font-Size="X-Small" />
|
||||
<asp:CheckBox ID="isPreventivabileCheckBox" runat="server" Checked='<%# Bind("isPreventivabile") %>'
|
||||
Enabled="true" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<asp:TextBox ID="descrizioneInterventoLabel" runat="server" Text='<%# Bind("descrizioneIntervento") %>'
|
||||
Height="100px" Width="500px" CssClass="textEv_1Left" TextMode="MultiLine" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<asp:Label runat="server" ID="lblPresaInCarico" Text='<%# traduci("lblPresaInCarico") %>' Font-Size="X-Small" />
|
||||
<br />
|
||||
<asp:TextBox ID="presaInCaricoLabel" runat="server" Text='<%# Eval("presaInCarico") %>' CssClass="textEv_Read" ReadOnly="true" />
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<asp:Label runat="server" ID="lblInizioIntervento" Text='<%# traduci("lblInizioIntervento") %>' Font-Size="X-Small" />
|
||||
<br />
|
||||
<uc2:mod_dataOra ID="mod_dataOra2" runat="server" valore='<%# Bind("inizioIntervento") %>' css="textEv_1" tipoOrario="tendina" mostraLabel="false" />
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<asp:Label runat="server" ID="lblFineIntervento" Text='<%# traduci("lblFineIntervento") %>' Font-Size="X-Small" />
|
||||
<br />
|
||||
<uc2:mod_dataOra ID="mod_dataOra3" runat="server" valore='<%# Bind("fineIntervento") %>' css="textEv_1" tipoOrario="tendina" mostraLabel="false" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<asp:Label runat="server" ID="lblDescrGuasto" Text='<%# traduci ("lblDescrizioneGen") %>' Font-Size="X-Small" />
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<asp:Label runat="server" ID="lblIsPreventivabile" Text='<%# traduci("lblIsPreventivabile") %>' Font-Size="X-Small" />
|
||||
<asp:CheckBox ID="isPreventivabileCheckBox" runat="server" Checked='<%# Bind("isPreventivabile") %>' Enabled="true" />
|
||||
</div>
|
||||
<div class="col-sm-12">
|
||||
<asp:TextBox ID="descrizioneInterventoLabel" runat="server" Text='<%# Bind("descrizioneIntervento") %>' Height="100px" Width="500px" CssClass="textEv_1Left" TextMode="MultiLine" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<asp:Label runat="server" ID="lblDescrStato" Text='<%# traduci("lblDescrStato") %>' Font-Size="X-Small" />
|
||||
<br />
|
||||
<asp:DropDownList runat="server" ID="ddlStato" CssClass="textEv_1" SelectedValue='<%# Bind("idxStato") %>' DataSourceID="odsStato" DataTextField="label" DataValueField="value">
|
||||
</asp:DropDownList>
|
||||
<asp:ObjectDataSource ID="odsStato" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="GetData" TypeName="GIM_data.DS_utilityTableAdapters.v_selStatoTableAdapter"></asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<asp:Label runat="server" ID="lblInterventi" Text='<%# traduci ("lblInterventi") %>' Font-Size="X-Small"></asp:Label>
|
||||
<uc1:mod_interventoOpMtz ID="mod_interventoOpMtz1" runat="server" vistaModulo="editing" />
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<asp:Label runat="server" ID="lblRisorse" Text='<%# traduci ("lblRisorse") %>' Font-Size="X-Small"></asp:Label>
|
||||
<uc3:mod_impiegoRisorse runat="server" ID="mod_impiegoRisorse1" vistaModulo="editing" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
FILE UPLOAD
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user