visualizza sempre intervallo validità valore...
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -52,7 +52,8 @@
|
||||
<div runat="server" id="divMisura" visible='<%# Eval("TipovalMisura").ToString()!="FILE" %>'>
|
||||
<asp:Label ID="lblValoreMis" runat="server" Text='<%# Eval("ValoreMis") %>' />
|
||||
<br />
|
||||
<asp:Label ID="lblLS_ValMis" runat="server" Text='<%# string.Format("({0} ÷ {1})",Eval("LIVal"),Eval("LSVal")) %>' Visible='<%# Eval("NomePar").ToString() != "" %>' Font-Size="0.8em" ForeColor="#696969" />
|
||||
<asp:Label ID="lblLS_ValMis" runat="server" Text='<%# string.Format("({0} ÷ {1})",Eval("LIVal"),Eval("LSVal")) %>' Font-Size="0.8em" ForeColor="#696969" />
|
||||
<%--Visible='<%# Eval("NomePar").ToString() != "" %>' --%>
|
||||
</div>
|
||||
<div runat="server" id="divFile" visible='<%# Eval("TipovalMisura").ToString()=="FILE" %>'>
|
||||
<asp:HyperLink runat="server" ID="hlFileMan" Target="_blank" NavigateUrl='<%# fileTarget(Eval("ValoreMis"), "false") %>'><%# contaAllegati(Eval("ValoreMis")) %></asp:HyperLink>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.0.124.356")]
|
||||
[assembly: AssemblyFileVersion("2.0.124.356")]
|
||||
[assembly: AssemblyVersion("2.0.129.360")]
|
||||
[assembly: AssemblyFileVersion("2.0.129.360")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2009-2015")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.0.124.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.0.124.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("2.0.129.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.0.129.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2009-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user