quasi completo mockup dati commessa
This commit is contained in:
Binary file not shown.
@@ -296,15 +296,17 @@ div > ul > li > a.selected.menuNav {
|
||||
.padStd {
|
||||
padding: 4px;
|
||||
}
|
||||
.placardGrigio {
|
||||
.sfondoGrigio {
|
||||
background-color: #ECECEC;
|
||||
}
|
||||
.bordoGrigio {
|
||||
padding: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 2px solid #696969;
|
||||
background-color: #ECECEC;
|
||||
border: 2px solid #818181;
|
||||
}
|
||||
.placardNero {
|
||||
.bordoNero {
|
||||
padding: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
@@ -312,6 +314,21 @@ div > ul > li > a.selected.menuNav {
|
||||
border: 2px solid Black;
|
||||
background-color: white;
|
||||
}
|
||||
.placardGrigio {
|
||||
padding: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 2px solid #818181;
|
||||
background-color: #ECECEC;
|
||||
}
|
||||
.docIcon {
|
||||
background-image: url(../images/Archive_s.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
padding: 2px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
/* end zona placard*/
|
||||
/* zona colorazione filtri */
|
||||
.filtro_1 {
|
||||
|
||||
@@ -361,19 +361,31 @@ div > ul > li > a.selected.menuNav {
|
||||
padding: @padStd;
|
||||
}
|
||||
|
||||
.placardGrigio {
|
||||
.padStd;
|
||||
.roundedCorner;
|
||||
border: 2px solid #696969;
|
||||
.sfondoGrigio{
|
||||
background-color: #ECECEC;
|
||||
}
|
||||
|
||||
.placardNero {
|
||||
.bordoGrigio {
|
||||
.padStd;
|
||||
.roundedCorner;
|
||||
border: 2px solid #818181;
|
||||
}
|
||||
.bordoNero {
|
||||
.padStd;
|
||||
.roundedCorner;
|
||||
border: 2px solid Black;
|
||||
background-color: white;
|
||||
}
|
||||
.placardGrigio {
|
||||
.bordoGrigio;
|
||||
.sfondoGrigio;
|
||||
}
|
||||
.docIcon{
|
||||
background-image: url(../images/Archive_s.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
padding: 2px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
/* end zona placard*/
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 971 B |
Binary file not shown.
|
After Width: | Height: | Size: 674 B |
@@ -194,6 +194,9 @@
|
||||
<Content Include="Images\apply_l.png" />
|
||||
<Content Include="Images\apply_m.png" />
|
||||
<Content Include="Images\apply_s.png" />
|
||||
<Content Include="Images\Archive_l.png" />
|
||||
<Content Include="Images\Archive_m.png" />
|
||||
<Content Include="Images\Archive_s.png" />
|
||||
<Content Include="Images\arrowLeft_l.png" />
|
||||
<Content Include="Images\arrowLeft_m.png" />
|
||||
<Content Include="Images\arrowLeft_s.png" />
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
<system.web>
|
||||
<compilation debug="true" targetFramework="4.5" />
|
||||
<httpRuntime targetFramework="4.5" />
|
||||
<globalization uiCulture="it-IT" culture="it-IT"/>
|
||||
<pages>
|
||||
<namespaces>
|
||||
<add namespace="System.Web.Optimization" />
|
||||
|
||||
@@ -7,22 +7,22 @@
|
||||
<asp:HyperLink runat="server" ID="lnkProgetti" NavigateUrl="~/Progetti" Text='<%# Eval("NomeComm") %>' Font-Bold="true" />
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="divSx" style="min-width: 90px; width: 15%;">
|
||||
<div class="bordoNero shadowBox" style="padding: 2px; display: block; min-height: 300px; height: 100%;">
|
||||
<div class="divSx" style="min-width: 200px; margin-right: 4px; border-right: 1px solid #CDCDCD; min-height: 300px; height: 100%;">
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<div class="divSx padStd">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblAnno" runat="server" Text="Anno" AssociatedControlID="AnnoCommessa" />
|
||||
<asp:Label ID="AnnoCommessa" runat="server" Text='<%# Eval("AnnoCommessa") %>' CssClass="divSx placardGrigio" />
|
||||
</div>
|
||||
<div class="divDx padStd">
|
||||
<div class="divDx">
|
||||
<asp:Label ID="lblNumeroCommessa" runat="server" Text="Numero" AssociatedControlID="NumeroCommessa" />
|
||||
<asp:Label ID="NumeroCommessa" runat="server" Text='<%# Eval("NumeroCommessa","{0:0000}") %>' CssClass="divDx placardGrigio" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblPubblico" runat="server" Text="Tipo commessa" AssociatedControlID="rblPubblica" />
|
||||
<div class="placardNero" style="border-width: 1px;">
|
||||
<asp:RadioButtonList ID="rblPubblica" runat="server" SelectedValue='<%# Eval("Pubblico") %>' RepeatDirection="Horizontal" Width="100%">
|
||||
<div class="bordoGrigio" style="border-width: 1px;">
|
||||
<asp:RadioButtonList ID="rblPubblica" runat="server" SelectedValue='<%# Eval("Pubblico") %>' RepeatDirection="Horizontal" Width="100%" Enabled="false">
|
||||
<asp:ListItem Text="pubblica" Value="True"></asp:ListItem>
|
||||
<asp:ListItem Text="privata" Value="False"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
@@ -30,81 +30,103 @@
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblSQ" runat="server" Text="Tipo SQ" AssociatedControlID="rblSQC" />
|
||||
<div class="placardNero" style="border-width: 1px;">
|
||||
<asp:RadioButtonList ID="rblSQC" runat="server" SelectedValue='<%# Eval("SQC") %>' RepeatDirection="Horizontal" Width="100%">
|
||||
<div class="bordoGrigio" style="border-width: 1px;">
|
||||
<asp:RadioButtonList ID="rblSQC" runat="server" SelectedValue='<%# Eval("SQC") %>' RepeatDirection="Horizontal" Width="100%" Enabled="false">
|
||||
<asp:ListItem Text="maggiore" Value="True"></asp:ListItem>
|
||||
<asp:ListItem Text="minore" Value="False"></asp:ListItem>
|
||||
</asp:RadioButtonList>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divSx" style="min-width: 180px; width: 30%;">
|
||||
<div class="divSx" style="min-width: 250px; margin-right: 4px; border-right: 1px solid #CDCDCD; min-height: 300px; height: 100%;">
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblCC" runat="server" Text="CapoCommessa" AssociatedControlID="CapoCommessaLabel" />
|
||||
<asp:Label ID="CapoCommessaLabel" runat="server" Text='<%# Eval("CapoCommessa") %>' CssClass="divSx placardNero" BorderWidth="1px" />
|
||||
<asp:Label ID="lblCC" runat="server" Text="Capo Commessa" AssociatedControlID="CapoCommessaLabel" />
|
||||
<asp:Label ID="CapoCommessaLabel" runat="server" Text='<%# Eval("CapoCommessa") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblNick" runat="server" Text="NickName" AssociatedControlID="nicknameLabel" />
|
||||
<asp:Label ID="nicknameLabel" runat="server" Text='<%# Eval("nickname") %>' CssClass="divSx placardNero" BorderWidth="1px" />
|
||||
<asp:Label ID="nicknameLabel" runat="server" Text='<%# Eval("nickname") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblApertura" runat="server" Text="Data Apertura" AssociatedControlID="DataAperturaLabel" />
|
||||
<asp:Label ID="DataAperturaLabel" runat="server" Text='<%# Eval("DataApertura","{0:dd/MM/yyyy}") %>' CssClass="divSx placardNero" BorderWidth="1px" />
|
||||
<asp:Label ID="lblIndirizzoLabel" runat="server" Text="Indirizzo" AssociatedControlID="IndirizzoLabel" />
|
||||
<asp:Label ID="IndirizzoLabel" runat="server" Text='<%# Eval("Indirizzo") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 50px;">
|
||||
<asp:Label ID="lblScadenza" runat="server" Text="Data Scadenza" AssociatedControlID="DataScadenzaLabel" />
|
||||
<asp:Label ID="DataScadenzaLabel" runat="server" Text='<%# Eval("DataScadenza","{0:dd/MM/yyyy}") %>' CssClass="divSx placardNero" BorderWidth="1px" />
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblApertura" runat="server" Text="Data Apertura" AssociatedControlID="DataAperturaLabel" />
|
||||
<asp:Label ID="DataAperturaLabel" runat="server" Text='<%# Eval("DataApertura","{0:dd/MM/yyyy}") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="lblScadenza" runat="server" Text="Data Scadenza" AssociatedControlID="DataScadenzaLabel" />
|
||||
<asp:Label ID="DataScadenzaLabel" runat="server" Text='<%# Eval("DataScadenza","{0:dd/MM/yyyy}") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divSx" style="min-width: 275px; width: 55%;">
|
||||
tre
|
||||
<div class="divSx" style="min-width: 250px; margin-right: 4px; border-right: 1px solid #CDCDCD; min-height: 300px; height: 100%;">
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblImporto" runat="server" Text="Importo Iniziale" AssociatedControlID="ImportoLabel" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="ImportoLabel" runat="server" Text='<%# Eval("Importo","+ {0:C2}") %>' ForeColor="#33AA33" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblImportoIntegrLabel" runat="server" Text="Integrazioni" AssociatedControlID="ImportoIntegrLabel" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="ImportoIntegrLabel" runat="server" Text='<%# Eval("ImportoIntegr","+ {0:C2}") %>' ForeColor="#33AA33" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblImportoFornExt" runat="server" Text="Fornitori Ext" AssociatedControlID="ImportoFornExtLabel" />
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="ImportoFornExtLabel" runat="server" Text='<%# Eval("ImportoFornExt","- {0:C2}") %>' ForeColor="#AA3333" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em; border-top: 1px solid #696969;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblBCWSLabel" runat="server" Text="BCWS" AssociatedControlID="BCWSLabel" />
|
||||
|
||||
</div>
|
||||
<div class="divDx">
|
||||
<asp:Label ID="BCWSLabel" runat="server" Text='<%# Eval("BCWS","{0:C2}") %>' Font-Bold="true" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd">
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="lblhlOfferta" runat="server" Text="Offerta" AssociatedControlID="hlOfferta" />
|
||||
</div>
|
||||
<div class="divDx" style="width: 180px; text-align: right;">
|
||||
<asp:HyperLink runat="server" ID="hlOfferta" NavigateUrl='<%# Eval("urlOfferta") %>' ToolTip="Vai al documento dell'offerta" Text='<%# Eval("rifOfferta") %>' Font-Size="0.8em" CssClass="divDx docIcon" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearDiv padStd" style="height: 1.1em;">
|
||||
<div class="divSx">
|
||||
<asp:Label ID="Label1" runat="server" Text="Ordine" AssociatedControlID="hlOrdine" />
|
||||
</div>
|
||||
<div class="divDx" style="width: 180px; text-align: right;">
|
||||
<asp:HyperLink runat="server" ID="hlOrdine" NavigateUrl='<%# Eval("urlOrdine") %>' ToolTip="Vai al documento dell'ordine" Text='<%# Eval("rifOrdine") %>' Font-Size="0.8em" CssClass="divDx docIcon" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="divSx" style="min-width: 250px; min-height: 300px; height: 100%;">
|
||||
<asp:Label ID="lblNoteLabel" runat="server" Text="Note" AssociatedControlID="NoteLabel" />
|
||||
<asp:Label ID="NoteLabel" runat="server" Text='<%# Eval("Note") %>' CssClass="divSx bordoGrigio" BorderWidth="1px" Font-Size="0.8em" />
|
||||
<asp:CheckBox ID="CheckOkCheckBox" runat="server" Checked='<%# Eval("CheckOk") %>' Enabled="false" Visible="false" />
|
||||
</div>
|
||||
<div class="clearDiv">
|
||||
<asp:LinkButton ID="EditButton" runat="server" CausesValidation="False" CommandName="Edit" Text="Edit" />
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
CheckOk:
|
||||
<asp:CheckBox ID="CheckOkCheckBox" runat="server" Checked='<%# Eval("CheckOk") %>' Enabled="false" />
|
||||
<br />
|
||||
<br />
|
||||
Pubblico:
|
||||
<asp:CheckBox ID="PubblicoCheckBox" runat="server" Checked='<%# Eval("Pubblico") %>' Enabled="false" />
|
||||
<br />
|
||||
EnteProcuratore:
|
||||
<asp:Label ID="EnteProcuratoreLabel" runat="server" Text='<%# Eval("EnteProcuratore") %>' />
|
||||
<br />
|
||||
Importo:
|
||||
<asp:Label ID="ImportoLabel" runat="server" Text='<%# Eval("Importo") %>' />
|
||||
<br />
|
||||
rifOfferta:
|
||||
<asp:Label ID="rifOffertaLabel" runat="server" Text='<%# Eval("rifOfferta") %>' />
|
||||
<br />
|
||||
urlOfferta:
|
||||
<asp:Label ID="urlOffertaLabel" runat="server" Text='<%# Eval("urlOfferta") %>' />
|
||||
<br />
|
||||
rifOrdine:
|
||||
<asp:Label ID="rifOrdineLabel" runat="server" Text='<%# Eval("rifOrdine") %>' />
|
||||
<br />
|
||||
urlOrdine:
|
||||
<asp:Label ID="urlOrdineLabel" runat="server" Text='<%# Eval("urlOrdine") %>' />
|
||||
<br />
|
||||
Indirizzo:
|
||||
<asp:Label ID="IndirizzoLabel" runat="server" Text='<%# Eval("Indirizzo") %>' />
|
||||
<br />
|
||||
Note:
|
||||
<asp:Label ID="NoteLabel" runat="server" Text='<%# Eval("Note") %>' />
|
||||
<br />
|
||||
ImportoIntegr:
|
||||
<asp:Label ID="ImportoIntegrLabel" runat="server" Text='<%# Eval("ImportoIntegr") %>' />
|
||||
<br />
|
||||
ImportoFornExt:
|
||||
<asp:Label ID="ImportoFornExtLabel" runat="server" Text='<%# Eval("ImportoFornExt") %>' />
|
||||
<br />
|
||||
BCWS:
|
||||
<asp:Label ID="BCWSLabel" runat="server" Text='<%# Eval("BCWS") %>' />
|
||||
<br />
|
||||
<asp:LinkButton ID="EditButton" runat="server" CausesValidation="False" CommandName="Edit" Text="Edit" />
|
||||
</ItemTemplate>
|
||||
<EditItemTemplate>
|
||||
idxFase:
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -15,3 +15,31 @@
|
||||
2013-05-24 10:03:58.6906 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 10:18:55.3404 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 10:18:55.5684 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 10:27:14.9491 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 10:28:34.6389 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 10:33:27.3377 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 10:39:27.9528 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 10:41:36.1770 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 10:59:41.7255 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 11:00:06.4173 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:02:45.1440 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:15:39.3012 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:17:03.5904 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:18:27.3719 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:21:56.0166 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:24:58.6531 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:26:09.6056 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:28:17.6214 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:30:28.3157 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:35:40.1412 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 11:37:13.3577 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:39:19.3782 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:44:16.3664 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 11:44:16.5814 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:47:40.9549 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 11:51:09.8020 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
|
||||
2013-05-24 12:05:59.8324 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 12:10:49.6394 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 12:12:42.1119 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 12:14:51.4630 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
2013-05-24 12:18:32.4723 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user