24 lines
1.1 KiB
Plaintext
24 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" style="border-top: 1px solid #ABABAB; padding: 0px;">
|
|
<div class="d-flex justify-content-start pl-3 text-left">
|
|
<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="d-flex justify-content-end pr-3 text-right">
|
|
<asp:UpdateProgress ID="updtRicerca" runat="server" DisplayAfter="5" DynamicLayout="false">
|
|
<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>
|
|
Powered by <a href="http://www.steamware.net" target="_blank">
|
|
<img src="Images/LogoSteamware.png" alt="Steamware" height="18" /></a>
|
|
</div>
|
|
</div>
|