26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.master" AutoEventWireup="true" CodeBehind="infoPage.aspx.cs"
|
|
Inherits="GPW.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>
|