Files
Samuele Locatelli c3bc2d1cea Commesse
Fix bootstrap5
2024-02-29 15:57:33 +01:00

28 lines
1.2 KiB
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_menuBottom" CodeBehind="mod_menuBottom.ascx.cs" %>
<% if (false)
{ %>
<link href="~/css/Style.css" rel="stylesheet" type="text/css" />
<% } %>
<nav class="navbar fixed-bottom navbar-dark bg-dark text-light small py-0">
<asp:Panel runat="server" ID="pnlCheck">
<div class="d-flex justify-content-between" style="height: 1.2em;">
<div class="px-1">
<asp:Label ID="lblDateTime" runat="server" Text="..." />
&nbsp;|&nbsp;
<asp:Label ID="lblInfo" runat="server" Text="-" />
</div>
<div class="px-1">
<asp:Label runat="server" ID="lblWarning" CssClass="topMenuMess" Visible="false" />
</div>
<div class="px-1">
<asp:HyperLink runat="server" ID="hlInfo" NavigateUrl="~/infoPage">
<asp:Label runat="server" ID="lblApp" Text="." /><asp:Label ID="lblrev" runat="server"> - </asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
&copy; 2006-<%: DateTime.Now.Year %>
</asp:HyperLink>
</div>
</div>
</asp:Panel>
</nav>