aggiunto download LPA

This commit is contained in:
Samuele E. Locatelli
2020-08-14 09:35:44 +02:00
parent 7f0f361dc1
commit 87525d4b4d
2 changed files with 19 additions and 0 deletions
+10
View File
@@ -45,6 +45,16 @@
</div>
</div>
</div>
<div class="col-4 col-md-3">
<div class="card">
<div class="card-header">
<h2 class="text-center">LPA <i class="fa fa-download"></i></h2>
</div>
<div class="card-body">
<asp:HyperLink runat="server" ID="hlLPA" class="btn btn-info text-light btn-lg btn-block" Target="_blank" NavigateUrl="http://nexus.steamware.net/repository/utility/LPA/LPA/stable/LPA-stable.zip" OnClientClick='<%: SteamWare.jsUtils.getCBE("DownloadConfirm")%>'><strong>STABLE</strong></asp:HyperLink>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 text-center">
+9
View File
@@ -41,6 +41,15 @@ namespace NKC_WF.site
/// </remarks>
protected global::System.Web.UI.WebControls.LinkButton lbtDownloadZCode;
/// <summary>
/// Controllo hlLPA.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.HyperLink hlLPA;
/// <summary>
/// Controllo UpdateProgressDisplay.
/// </summary>