<%@ Page Language="C#" AutoEventWireup="true" CodeFile="richiediDocumenti.aspx.cs"
    Inherits="richiediDocumenti" %>

<!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>Richiedi Documenti</title>
    <link href="CSS/tv.css" type="text/css" rel="stylesheet" />
    <link href="CSS/Pagina.css" rel="stylesheet" type="text/css" />
    <link type="text/css" rel="stylesheet" href="CSS/webtoolkit.contextmenu.css" />
    <script language="javascript" type="text/javascript">

        function updateTop() {
            //parent.TOP.lblNavPath.innerText = "Gestione stampe > Documenti > Archivio Documenti";
            parent.frames['TOP'].document.getElementById('lblNavPath').innerHTML = "Gestione stampe > Documenti > Archivio Documenti";
        }
    </script>
    <style type="text/css">
        .style2
        {
            width: 329px;
        }
    </style>
</head>
<body bgcolor="white" link="#31657B" alink="#31657B" onload="updateTop()">
    <form id="Form1" method="post" runat="server">
    <div>
        <table border="1" style="width: 690px; border: 0">
            <tr>
                <td style="width: 13px; border: 0" colspan="2">
                    <asp:Label ID="lblTitle" Style="z-index: 100; left: 32px; top: 6px" runat="server"
                        Height="16px" Width="695px" ForeColor="White" Font-Bold="True" CssClass="stateTitle">Richiesta REPORT PDF</asp:Label>
                </td>
            </tr>
            <tr>
                <td colspan="2">
                    <asp:Label ID="Label9" runat="server" CssClass="lblSchede"> Ha richiesto il Report di <%=Request.QueryString["Tipo"] %> del Cliente <%=Request.QueryString["Nominativo"] %>, generato in data <%=Request.QueryString["dtCreazione"]%>. </asp:Label>
                </td>
            </tr>
            <tr>
                <td colspan="2">
                    <asp:Label ID="lblMessaggioDataRilascioReport" runat="server" CssClass="lblSchede" />
                </td>
            </tr>
            <tr>
                <td class="style2" style="width: auto">
                    <asp:Label ID="Label2" runat="server" CssClass="lblSchede" Width="100%"> Desidera portare a termine la richiesta? </asp:Label>
                </td>
                <td>
                    <table>
                        <tr>
                            <td>
                                <asp:Button runat="server" ID="btnSi" Text="SI" Width="50px" OnClick="btnSi_Click" />
                            </td>
                            <td>
                                <asp:Button ID="btnNo" Text="Indietro" OnClick="btnNo_Click" runat="server" />
                            </td>
                        </tr>
                    </table>
                </td>
                <tr>
                    <td colspan="2">
                        <asp:Label ID="lblMessaggio" runat="server" CssClass="lblSchede" ForeColor="Red" />
                    </td>
                </tr>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>