c3bc2d1cea
Fix bootstrap5
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuBottomFullpage.ascx.cs" Inherits="GPW_Commesse.WebUserControls.mod_menuBottomFullpage" %>
|
|
|
|
<nav class="navbar bg-dark fixed-bottom small py-0">
|
|
<asp:Panel runat="server" ID="pnlCheck">
|
|
<div class="d-flex justify-content-between py-1 w-100" style="height: 1.2em;">
|
|
<div class="px-1">
|
|
<asp:Label ID="lblDateTime" runat="server" Text="..." />
|
|
|
|
|
<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="~/GPW">
|
|
<asp:Label runat="server" ID="lblApp" Text="." /><asp:Label ID="lblrev" runat="server"> - </asp:Label>
|
|
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
|
|
© 2006-<%: DateTime.Now.Year %>
|
|
</asp:HyperLink>
|
|
</div>
|
|
</div>
|
|
</asp:Panel>
|
|
<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick">
|
|
</asp:Timer>
|
|
</nav> |