15 lines
662 B
Plaintext
15 lines
662 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="errorClientePotenziale.aspx.cs"
|
||
Inherits="errorClientePotenziale" %>
|
||
|
||
<!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>
|
||
<br />
|
||
<asp:Label ID="Label1" runat="server" Font-Size="Large" Height="466px" Text=" ATTENZIONE: Non è possibile stampare la reportistica per un cliente potenziale in assenza dell’autorizzazione del cliente all’utilizzo dei dati"
|
||
Width="600px"></asp:Label>
|
||
</body>
|
||
</html>
|