52 lines
4.0 KiB
Plaintext
52 lines
4.0 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="wucTop.ascx.cs" Inherits="wucTop" %>
|
|
|
|
|
|
<table border="0" id="divImageLogo" cellpadding="0" cellspacing="0" style="background-image: url(Images/SfondoHeaderNew.jpg); height: 125px; width: 897px;">
|
|
<tr>
|
|
<td>
|
|
|
|
<asp:Label ID="lblImpersonificazione" runat="server" Text="stai impersonificando :"
|
|
Style="left: 400px; position: absolute; top: 28px; z-index: 1;" Font-Names="Tahoma"
|
|
Font-Size="11px" ForeColor="#666666"></asp:Label>
|
|
<asp:Label ID="lblAgente" runat="server" Font-Bold="True" Font-Size="11px" Style="left: 508px;
|
|
position: absolute; top: 28px" Height="1px" Font-Names="Tahoma" ForeColor="#666666"></asp:Label>
|
|
<asp:Button ID="btnLogout" runat="server" CssClass="pulsante" Height="18px" Style="left: 474px;
|
|
position: absolute; top: -158px" Text="ESCI" Font-Bold="True" Font-Names="Verdana" />
|
|
<asp:Label ID="lbl_Cliente" runat="server" Font-Bold="True" Font-Size="11px" Style="left: 223px;
|
|
position: absolute; top: 58px" Font-Names="Tahoma" ForeColor="#666666"></asp:Label>
|
|
<asp:Label ID="lblCF" runat="server" Style="z-index: 1; left: 690px; position: absolute;
|
|
top: 58px" Text="Codice Fiscale" Font-Names="Tahoma" Font-Size="11px" ForeColor="#666666"></asp:Label>
|
|
<asp:Label ID="lbl_CodFiscaleCliente" runat="server" Font-Bold="True" Font-Size="11px"
|
|
Style="z-index: 1; left: 760px; position: absolute; top: 58px" Font-Names="Tahoma"
|
|
ForeColor="#666666"></asp:Label>
|
|
<div style="left: 751px; width: 126px; position: absolute; top: 85px; height: 15px;
|
|
text-align: right;" id="divData">
|
|
<asp:Label runat="server" ID="lbl_dataOdierna" Font-Bold="False" Font-Size="11px"
|
|
Style="left: 0px; top: -15px" Font-Names="Tahoma" ForeColor="#333333"></asp:Label>
|
|
</div>
|
|
<div style="left: 4px; width: 154px; position: absolute; top: 25px; height: 61px">
|
|
<img src="Images/logoBancaFideuram.gif" id="imgLogo" alt="" runat="server" />
|
|
</div>
|
|
<asp:Label ID="lbl_Utente" runat="server" Font-Bold="True" Font-Size="11px" Style="z-index: 1;
|
|
left: 186px; position: absolute; top: 28px; text-align: left;" Font-Names="Tahoma"
|
|
ForeColor="#666666"></asp:Label>
|
|
<asp:Label ID="lbl_navigazione" runat="server" Style="left: 184px; position: absolute;
|
|
top: 85px" Height="16px" Font-Names="Tahoma" Font-Size="11px" ForeColor="#333333">Ti trovi in:</asp:Label>
|
|
<asp:Label ID="Label1" runat="server" Style="z-index: 1; left: 186px; position: absolute;
|
|
top: 58px" Text="Cliente" Font-Names="Tahoma" Font-Size="11px" ForeColor="#666666"></asp:Label>
|
|
<div style="left: 826px; width: 69px; position: absolute; top: 2px; height: 15px;
|
|
text-align: right;" id="Div1">
|
|
<asp:Label ID="lbl_AppVersion" runat="server" Font-Bold="False" Font-Size="9px" Style="left: 0px;
|
|
top: -15px" Font-Names="Tahoma" ForeColor="#333333">ver. x.x.x</asp:Label>
|
|
</div>
|
|
<asp:Label ID="lblNavPath" runat="server" BackColor="White" BorderWidth="0px" Font-Bold="True"
|
|
Font-Names="Tahoma" Font-Size="11px" ForeColor="#333333" Height="16px" Style="z-index: 107;
|
|
left: 233px; position: absolute; top: 85px; text-align: left" Width="500px"></asp:Label>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<asp:Button ID="lnkBtnEsci" runat="server" CssClass="pulsante" Font-Bold="True" Font-Names="Tahoma"
|
|
Height="16px" Style="left: 839px; position: absolute; top: 26px" Text="ESCI"
|
|
Width="35px" Font-Size="11px" ForeColor="#666666" />
|
|
|
|
|