33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true"
|
|
Inherits="mod_menuBottom" CodeBehind="mod_menuBottom.ascx.cs" %>
|
|
|
|
<div class="navbar navbar-dark bg-dark text-light fixed-bottom p-0" role="navigation">
|
|
<div class="container-fluid">
|
|
<div class="row w-100 mx-0 px-0">
|
|
<div class="col-6 navbar-text text-left m-0 py-1">
|
|
<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 navbar-text text-right m-0 py-1">
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="px-1 text-right">Powered by <a href="http://www.steamware.net" target="_blank">
|
|
<img src="Images/LogoSteamware.png" alt="Steamware" height="18" /></a>
|
|
</div>
|
|
<div class="px-1 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"></i> <i class="fa fa-cog fa-spin fa"></i> <i class="fa fa-cog fa-spin fa"></i>
|
|
</div>
|
|
</ProgressTemplate>
|
|
</asp:UpdateProgress>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|