update a vers produzione 231!

This commit is contained in:
Samuele Locatelli
2013-11-13 09:41:32 +01:00
parent 7368a96a53
commit 53a2383cac
10 changed files with 5 additions and 4 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
<NameOfLastUsedPublishProfile>ETS</NameOfLastUsedPublishProfile>
<NameOfLastUsedPublishProfile>218</NameOfLastUsedPublishProfile>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
+1 -1
View File
@@ -26,7 +26,7 @@
<add key="appName" value="PROJ-ETS" />
<add key="SiteName" value="ETS" />
<add key="mainRev" value="1.0" />
<add key="minRev" value="230" />
<add key="minRev" value="231" />
<add key="stdEmail" value="info@steamware.net" />
<add key="_safePages" value="Default.aspx#unauthorized.aspx#forceUser.aspx#login.aspx#test.aspx#Test.aspx" />
<!--area gestione auth cookie-->
@@ -8,9 +8,9 @@
<asp:HyperLink runat="server" ID="hlDoc" Target="_blank" NavigateUrl='<%# urlDoc(Eval("Numero"),Eval("Anno")) %>'>
<div>
<div class="divSx">
<asp:Label ID="Label6" runat="server" Text='<%# Eval("Numero","{0:0000#}") %>' Font-Bold="true" />
<asp:Label ID="Label6" runat="server" Text='<%# Eval("Numero","{0:000#}") %>' Font-Bold="true" />
-
<asp:Label ID="Label1" runat="server" Text='<%# Eval("Anno","{0:0000#}") %>' Font-Bold="true" />
<asp:Label ID="Label1" runat="server" Text='<%# Eval("Anno","{0:0000}") %>' Font-Bold="true" />
</div>
<div class="divDx">
<asp:Label ID="Label7" runat="server" Text='<%# Eval("Fase") %>' />
@@ -79,6 +79,7 @@
</div>
<div class="clearDiv padStd" style="height: 50px; border-top: 1px dotted #CDCDCD; font-size: 8pt;">
<uc2:mod_elencoDoc runat="server" ID="mod_elencoDoc" NumeroCommessa='<%# Eval("NumeroCommessa") %>' AnnoCommessa='<%# Eval("AnnoCommessa") %>' />
<div class="clearDiv"></div>
</div>
</div>
<div class="divSx" style="min-width: 250px; padding: 0px 2px; min-height: 250px; height: 100%;">
Binary file not shown.
Binary file not shown.
Binary file not shown.