Files
GPW/GPW_Commesse/WebUserControls/mod_menuTopFull.ascx
T
2017-04-12 11:01:18 +02:00

39 lines
2.0 KiB
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuTopFull.ascx.cs" Inherits="GPW_Commesse.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:LinkButton runat="server" ID="lbHome" OnClick="lbHome_Click" Visible="false"><i style="font-size: 2em;" class="glyphicon glyphicon-home"></i></asp:LinkButton>
<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>