74 lines
4.3 KiB
Plaintext
74 lines
4.3 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="reportStampa.aspx.cs" Inherits="reportStampa" ValidateRequest="false"%>
|
|
|
|
<!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>Report</title>
|
|
|
|
<link href="CSS/tv.css" type="text/css" rel="stylesheet"/>
|
|
<link href="CSS/Pagina.css" rel="stylesheet" type="text/css" />
|
|
<script language="javascript" src="CSS/script.js"></script>
|
|
<script language="javascript" type="text/javascript">
|
|
// <!CDATA[
|
|
|
|
function updateTop()
|
|
{
|
|
//LabelCliente.innerText = parent.TOP.lbl_Cliente.innerText;
|
|
LabelCliente.innerText = parent.frames['TOP'].document.getElementById('lbl_Cliente').innerText;
|
|
}
|
|
|
|
|
|
// ]]>
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form id="mainForm" runat="server">
|
|
<div id="selectorPanel">
|
|
<asp:Label ID="lblTitle" runat="server" CssClass="stateTitle" Style="left: 10px;
|
|
position: absolute" Width="700px">Informazioni sulla stampa dei report</asp:Label>
|
|
|
|
</div>
|
|
<asp:Label ID="lblCartaId" runat="server" CssClass="lblSchede" Height="21px"
|
|
Style="z-index: 110; left: 56px; position: absolute; top: 50px" Text="Il Report generato è stato inserito in archivio con i seguenti dati:"
|
|
Width="591px"></asp:Label>
|
|
|
|
<asp:Label ID="Label1" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 139px; position: absolute; top: 134px" Text="Cliente:" Width="82px"></asp:Label>
|
|
<asp:Label ID="LabelCliente" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 343px; position: absolute; top: 134px" Width="150px"></asp:Label>
|
|
<asp:Label ID="LabelReport" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 343px; position: absolute; top: 161px" Width="115px"></asp:Label>
|
|
<asp:Label ID="LabelData" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 343px; position: absolute; top: 189px" Width="82px"></asp:Label>
|
|
<asp:Label ID="LabelOra" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 343px; position: absolute; top: 219px" Width="82px"></asp:Label>
|
|
<asp:Label ID="Label2" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 139px; position: absolute; top: 161px" Text="Tipologia di report:" Width="115px"></asp:Label>
|
|
<asp:Label ID="Label3" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 139px; position: absolute; top: 189px" Text="Data:" Width="82px"></asp:Label>
|
|
<asp:Label ID="Label4" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 139px; position: absolute; top: 219px" Text="Ora:" Width="82px"></asp:Label>
|
|
<asp:Label ID="Label9" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 31px; position: absolute; top: 303px" Text="Se si vuole aggiungere una nota alla stampa in archivio, compilare il campo qui sotto e premere il tasto SALVA. Se non si vogliono aggiungere note premere il tasto INDIETRO:"
|
|
Width="683px"></asp:Label>
|
|
|
|
<asp:TextBox ID="lbl_message" runat="server" BackColor="White" CssClass="lblMessage"
|
|
Font-Bold="True" Font-Names="Tahoma" Font-Size="9pt" Height="23px" Style="left: 28px;
|
|
position: absolute; top: 335px" Width="681px" ForeColor="Black"></asp:TextBox>
|
|
|
|
<asp:Button ID="btn_Salva" runat="server" Font-Names="Tahoma" Font-Size="10pt" Height="24px"
|
|
OnClick="btn_Salva_Click" Style="z-index: 106;
|
|
left: 618px; position: absolute; top: 473px" TabIndex="3" Text="Salva" Width="71px" /><asp:Button ID="btn_Indietro" runat="server" Font-Names="Tahoma" Font-Size="10pt" Height="24px"
|
|
OnClick="btn_Indietro_Click" Style="z-index: 106;
|
|
left: 22px; position: absolute; top: 473px" TabIndex="3" Text="Indietro" Width="71px" />
|
|
<asp:Label ID="lbl_errors" runat="server" CssClass="lblMessage" Height="16px" Style="left: 12px;
|
|
position: absolute; top: 30px" Width="700px"></asp:Label>
|
|
|
|
|
|
|
|
</form>
|
|
</body>
|
|
</html>
|