<%@ Master Language="C#" AutoEventWireup="true" Codebehind="MainPage.master.cs" Inherits="PosteMail.MainPage" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Assembly="PosteMail" Namespace="PosteMail.controlli" TagPrefix="PosteMail" %>
<!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>Digisender</title>
<link rel="stylesheet" href="stili/stile.css" type="text/css" />
<link type="text/css" rel="stylesheet" href="stili/Tabs.css" />
<link href="stili/masterpage.css" rel="stylesheet" type="text/css" />
<link href="~/script/jquery-autocomplete/jquery.autocomplete.css" rel="stylesheet"
type="text/css" />
<style type="text/css" runat="server" id="stile">
</style>
<script src="script/jquery-1.4.2.min.js" language="javascript" type="text/javascript" />
<script language="javascript" type="text/javascript">
//jQuery.noConflict();
</script>
<!-- @modica
Questo contentplaceholder dovrebbe ospitare un asp:content contenente tag script,style tipici dell'head di una pagina.
è anche vero che un asp tag non è riconosciuto dal framework segnalando l'errore
Prefisso di tag o filtro di periferica non riconosciuto 'asp'
Verificare la bontà di tale scelta logica.
-->
<asp:contentplaceholder id="headPlaceHolder" runat="server">
</asp:contentplaceholder>
</head>
<body>
<form id="formMasterPage" runat="server">
<cc1:ToolkitScriptManager ID="ToolkitScriptManager" runat="server">
</cc1:ToolkitScriptManager>
<PosteMail:Testata ID="testataMaster" runat="server" />
<input id="checkPrecedentePage" type="hidden" value="<% Response.Write(IsOverFlowPagine); %>" />
<div id="progressWorkflowHeader">
<asp:ImageButton ID="btnPrecedenteTop" runat="server" ImageUrl="images/frecciaPrev.png"
OnClick="btnPrecedente_Click" Width="50px" ToolTip="Precedente" OnClientClick="javascript
:return alertPrecedenteMsg();" />
<asp:ImageButton ID="btnSuccessivoTop" runat="server" ImageUrl="images/frecciaNext.png"
OnClick="btnSuccessivo_Click" Width="50px" Style="position: absolute; right: 30%;"
ToolTip="Successivo" />
</div>
<div id="divContainer">
<div id="business" style="width: 70%; float: left">
<asp:ContentPlaceHolder ID="cphDigisender" runat="server">
</asp:ContentPlaceHolder>
</div>
<div id="dx" class="dx">
<asp:Label ID="lblBenvenuto" runat="server" Text="Benvenuto,
utente" CssClass="testataBox" />
<asp:LinkButton runat="server" ID="menuLogOut" OnClick="menuLogOut_Click" Text="LogOut" />
<div id="boxinfo" class="boxInformativo" runat="server">
<span runat="server" id="reportCosti" class="testataBox" style="margin-bottom: 10px">
Report costi
</span><span class="testataBox">Informazioni utili</span>
<ul>
<asp:Repeater ID="listaInfo" runat="server">
<ItemTemplate>[*]
<%# Container.DataItem.ToString() %>
</ItemTemplate>
</asp:Repeater>[/list]
</div>
<div id="boxRiepilogo" class="boxInformativo" runat="server">
<span class="testataBox">Documenti e destinatari</span>
<asp:UpdatePanel runat="server" ID="uplDestinatari" UpdateMode="Conditional">
<ContentTemplate>
<p style="text-align: center">
<asp:Label ID="lblVisualizzazioneDocPoste" Text="Anteprima documento" runat="server"
Style="font-size: small;" />
<asp:ImageButton ID="btnVisualizzaDocPoste" runat="server" ImageUrl="~/images/icona_pdf.jpg"
OnClientClick="window.open('VisualizzaDocumenti.as px?nomefile=filefinale.pdf');return false"
ToolTip="Visualizza l'anteprima dei documenti caricati" Visible="False" />
<asp:ImageButton ID="btnCreaPDFFinale" runat="server" OnClientClick="window.open('VisualizzaDocumenti.as px?nomefile=fileposte.pdf');return false"
ImageUrl="~/images/icona_stamp.jpg" ToolTip="Mostra l'anteprima del file elaborato da Poste Italiane" />
</p>
<hr />
<p style="text-align: center">
<asp:Label ID="lblTotaleDestinatari" runat="server" Width="200px" />
<asp:Label ID="lblTotaleDestinatariValidati" runat="server" Width="200px" /></p>
<p style="text-align: center">
<asp:ImageButton ID="btnScaricaRubrica" runat="server" Visible="false" OnClientClick="window.open('VisualizzaDocumenti.as px?nomefile=rubrica.csv');return false"
ToolTip="Scarica i destinatari aggiornati in formato Excel" ImageUrl="~/images/icona_excel.jpg" />
<asp:ImageButton ID="btnSvuotaRubrica" runat="server" Visible="false" OnClientClick="if(!confirm('Eliminare tutti i destinatari caricati?')) return false;"
ToolTip="Elimina tutti i destinatari caricati" ImageUrl="~/images/delete_small1.jpg"
OnClick="btnSvuotaRubrica_Click" />
</p>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</div>
</div>
<div id="progressWorkflowFooter">
<asp:ImageButton ID="btnPrecedenteDown" runat="server" ImageUrl="images/frecciaPrev.png"
OnClick="btnPrecedente_Click" Width="50px" ToolTip="Precedente" OnClientClick="javascript
:return alertPrecedenteMsg();" />
<asp:ImageButton ID="btnSuccessivoDown" runat="server" ImageUrl="images/frecciaNext.png"
OnClick="btnSuccessivo_Click" Width="50px" Style="position: absolute; right: 30%;"
ToolTip="Successivo" />
</div>
<asp:UpdateProgress ID="uplAttesa" runat="server" DisplayAfter="0">
<ProgressTemplate>
<div class="blur">
</div>
<asp:Panel CssClass="progress" ID="pnlLoading" runat="server" Height="60px" BackImageUrl="~/images/loading_bg.gif"
Width="150px">
[img]images/loadingWhite.gif[/img]
<PosteMail:LabelEx runat="server" ID="lblAttesa" Style="text-align: left; position: absolute;
left: 43px; top: 10px;" Text="Attendere..." Height="40px" Width="100px" />
</asp:Panel>
</ProgressTemplate>
</asp:UpdateProgress>
</form>
</body>
</html>