30 lines
1.5 KiB
Plaintext
30 lines
1.5 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true"
|
|
Inherits="mod_menuBottom" Codebehind="mod_menuBottom.ascx.cs" %>
|
|
|
|
<div class="navbar navbar-inverse navbar-fixed-bottom" role="navigation" style="border-top: 1px solid #ABABAB; padding: 0px;">
|
|
<div class="container-fluid">
|
|
<div class="navbar-text navbar-left" style="margin: 0;">
|
|
<%--margin da togliere in prod!--%>
|
|
<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="navbar-text navbar-right" style="margin: 0;">
|
|
<%--margin da togliere in prod!--%>
|
|
Powered by <a href="http://www.steamware.net" target="_blank"><img src="Images/LogoSteamware.png" alt="Steamware" height="18" /></a>
|
|
</div>
|
|
<div class="navbar-text navbar-right" style="margin: 0 4px;">
|
|
<%--margin da togliere in prod!--%>
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</div>
|