Files
MoonPro.net/MP-Site/WebUserControls/mod_menuBottom.ascx
T
2018-11-10 11:26:40 +01:00

26 lines
1.1 KiB
Plaintext

<%@ Control Language="C#" AutoEventWireup="true"
Inherits="mod_menuBottom" CodeBehind="mod_menuBottom.ascx.cs" %>
<div class="navbar navbar-dark text-light bg-dark fixed-bottom" role="navigation">
<div class="row" style="width: 100%; height: 1.5em;">
<div class="col-6 text-left">
<asp:Label ID="lblrev" runat="server"></asp:Label>
<asp:Label runat="server" ID="lblApp" Text="." />&nbsp;|&nbsp;
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
</div>
<div class="col-6 text-right">
<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>&nbsp;<i class="fa fa-cog fa-spin fa-2x"></i>&nbsp;<i class="fa fa-cog fa-spin fa-2x"></i>&nbsp;
</div>
</ProgressTemplate>
</asp:UpdateProgress>
Powered by <a href="http://www.steamware.net" target="_blank">
<img src="Images/LogoSteamware.png" alt="Steamware" height="18" /></a>
</div>
</div>
</div>