68 lines
3.7 KiB
Plaintext
68 lines
3.7 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="showNotes.aspx.cs" Inherits="showNotes" %>
|
|
|
|
<!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>ShowNotes</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_Utente.innerText;
|
|
LabelCliente.innerText = parent.frames['TOP'].document.getElementById('lbl_Utente').innerText;
|
|
}
|
|
// ]]>
|
|
|
|
</script>
|
|
|
|
</head>
|
|
<body bgcolor="#ffffff">
|
|
<form id="mainForm" runat="server">
|
|
<div id="selectorPanel">
|
|
<asp:Label ID="lblTitle" runat="server" CssClass="stateTitle" Style="left: 10px;
|
|
position: absolute" Width="795px">Informazioni sulle stampe 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 è 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: 177px; position: absolute; top: 134px" Text="Cliente:" Width="82px"></asp:Label>
|
|
<asp:Label ID="Label4" runat="server" CssClass="lblSchede" Font-Size="11pt" Height="21px"
|
|
Style="z-index: 110; left: 228px; position: absolute; top: 279px" Text="NOTE"
|
|
Width="82px"></asp:Label>
|
|
<asp:Label ID="LabelCliente" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 381px; position: absolute; top: 134px" Width="150px"></asp:Label>
|
|
<asp:Label ID="LabelReport" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 381px; position: absolute; top: 161px" Text="DIAGNOSI" Width="115px"></asp:Label>
|
|
<asp:Label ID="lblData" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 381px; position: absolute; top: 189px" Text="12/07/2008" Width="82px"></asp:Label>
|
|
<asp:Label ID="lblOra" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 381px; position: absolute; top: 219px" Text="17:30:45" Width="82px"></asp:Label>
|
|
<asp:Label ID="Label2" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 177px; 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: 178px; position: absolute; top: 190px" Text="Data:" Width="82px"></asp:Label>
|
|
<asp:Label ID="label5" runat="server" CssClass="lblSchede" Height="21px" Style="z-index: 110;
|
|
left: 177px; position: absolute; top: 219px" Text="Ora:" Width="82px"></asp:Label>
|
|
|
|
<div id="notePanel" style="z-index: 1; left: 218px; text-align: justify; overflow-y: AUTO;
|
|
width: 160px; position: absolute; top: 306px; height: 209px">
|
|
<%=textNote%>
|
|
</div>
|
|
<img height="254px" src="Images/Paper.png" style="z-index: -1; left: 213px;
|
|
position: absolute; top: 268px" width="176px" />
|
|
|
|
<asp:Button ID="Indietro" runat="server" OnClick="Button2_Click" Style="left: 48px;
|
|
position: absolute; top: 496px" Text="Indietro" Width="101px" />
|
|
</form>
|
|
</body>
|
|
</html>
|