33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" Inherits="MP_SITE.WebUserControls.mod_menuBottom" CodeBehind="mod_menuBottom.ascx.cs" %>
|
|
|
|
<div class="navbar navbar-dark text-light bg-dark fixed-bottom py-1" role="navigation">
|
|
<div class="row" style="width: 100%; height: 1.5em;">
|
|
<div class="col-6 text-start">
|
|
<asp:Label ID="lblrev" runat="server"></asp:Label>
|
|
<asp:Label runat="server" ID="lblApp" Text="." /> |
|
|
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
|
|
</div>
|
|
<div class="col-6 text-end">
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="px-2">
|
|
Powered by <a href="http://www.steamware.net" target="_blank">
|
|
<img src="Images/LogoSteamware.png" alt="Steamware" height="18" /></a>
|
|
</div>
|
|
<div class="px-2">
|
|
<%= cognomeNome %>
|
|
</div>
|
|
<div class="px-0">
|
|
<asp:UpdateProgress ID="updtRicerca" runat="server" DisplayAfter="5" DynamicLayout="true">
|
|
<ProgressTemplate>
|
|
<div id="progress_back">
|
|
</div>
|
|
<div id="progress_top">
|
|
<i class="fa fa-cog fa-spin fa-2x"></i> <i class="fa fa-cog fa-spin fa-2x"></i> <i class="fa fa-cog fa-spin fa-2x"></i>
|
|
</div>
|
|
</ProgressTemplate>
|
|
</asp:UpdateProgress>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |