Files
GPW/GPW_Admin/infoPage.aspx
T
Samuele E. Locatelli e4973c2d39 Fix warnings progetto ADM
2020-09-07 10:30:02 +02:00

26 lines
1.1 KiB
Plaintext

<%@ Page Title="GPW-ADM"Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.master" AutoEventWireup="true" CodeBehind="infoPage.aspx.cs"
Inherits="GPW_Admin.infoPage" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cph1" runat="server">
<div style="width: 100%;" class="divCenter placardSteamware">
<div class="divCenter clearDiv">
<div class="divDx" style="padding: 20px; width: 45%; min-width: 250px;">
<asp:Panel Width="500px" runat="server" ID="pnlCheck">
<h2>
Info installazione</h2>
Cliente: <b>
<asp:Label runat="server" ID="lblInstallation" /></b><br />
Applicazione: <b>
<asp:Label runat="server" ID="lblApplication" /></b><br />
Licenze indicate: <b>
<asp:Label runat="server" ID="lblNumLic" /></b><br />
Scadenza Licenze: <b>
<asp:Label runat="server" ID="lblExpiryDate" /></b><br />
<asp:Label runat="server" ID="lblAuthKey" Font-Size="7pt" />
</asp:Panel>
</div>
</div>
</div>
</asp:Content>