43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="error.aspx.cs" Inherits="error" %>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title>SEI Report Generator</title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<asp:Label ID="Label1" runat="server" Text="L'utente non è abilitato oppure assicurarsi verificare che il browser supporti i cookies. "
|
|
Width="817px"></asp:Label><br />
|
|
<br />
|
|
<asp:Label ID="Label2" runat="server" Text="Utente Windows"></asp:Label>
|
|
|
|
<asp:Label ID="lblUtenteWindows" runat="server"></asp:Label>
|
|
<br />
|
|
<br />
|
|
<asp:Label ID="Label3" runat="server" Text="Private Banker"></asp:Label>
|
|
<asp:Label ID="lblPb" runat="server"></asp:Label>
|
|
<br />
|
|
<br />
|
|
<asp:Label ID="Label4" runat="server" Text="Versione SIMPB"></asp:Label>
|
|
|
|
<asp:Label ID="lblVerSIMPB" runat="server"></asp:Label><br />
|
|
<br />
|
|
<asp:Label ID="Label5" runat="server" Text="Codice Applicazione"></asp:Label>
|
|
|
|
<asp:Label ID="lblCodiceApplicazione" runat="server"></asp:Label><br />
|
|
<br />
|
|
<asp:Label ID="Label6" runat="server" Text="Abilitazione Primaria"></asp:Label>
|
|
|
|
<asp:Label ID="lblAbilitazionePrimaria" runat="server"></asp:Label>
|
|
<br />
|
|
<br />
|
|
<asp:Label ID="Label7" runat="server" Text="Utente Autorizzato"></asp:Label>
|
|
|
|
<asp:Label ID="lblUtenteAutorizzato" runat="server"></asp:Label>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|