Files
2021-03-26 17:17:28 +01:00

39 lines
1.9 KiB
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuTopFull.ascx.cs" Inherits="GPW.WebUserControls.mod_menuTopFull" %>
<%@ Register src="mod_reportUtenteAD.ascx" tagname="mod_reportUtenteAD" tagprefix="uc1" %>
<% if (false)
{ %>
<link href="~/css/Style.css" rel="stylesheet" type="text/css" />
<% } %>
<div class="fullPageHeader" style="padding: 2px 4px 2px; background-color: #333; text-align: center; margin: auto; min-height: 32px;">
<div style="float: left; text-align: left; vertical-align: bottom; margin-top: 10px;">
<asp:Label runat="server" ID="lblPostazione" ForeColor="#CDCDCD" />
</div>
<div style="float: right; vertical-align: bottom; margin-top: 10px;">
<asp:Label runat="server" ID="lblUtente" ForeColor="#CDCDCD" />
</div>
<div class="divCenter" style="width:600px; margin: auto; text-align: center; white-space: nowrap;">
<table>
<tr>
<td>
<asp:ImageButton ID="imgReturn" runat="server" ImageUrl="~/images/back_l.png" Visible="false" OnClick="imgReturn_Click" />
<asp:Label runat="server" ID="lblCurrentPage" Text="..." Font-Size="20pt" ForeColor="White" />
</td>
<td>
<asp:UpdateProgress ID="updtTop" runat="server" DisplayAfter="10" DynamicLayout="false">
<ProgressTemplate>
<div id="progress_back">
</div>
<div id="progress_top">
<asp:Image ID="ProgressBar" ImageUrl="~/images/ajax-loader.gif" runat="server" />
</div>
</ProgressTemplate>
</asp:UpdateProgress>
</td>
<td>
<uc1:mod_reportUtenteAD ID="mod_reportUtenteAD1" runat="server" />
</td>
</tr>
</table>
</div>
</div>