26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_footer.ascx.cs" Inherits="MP_MAG.WebUserControls.cmp_footer" %>
|
|
|
|
<div class="fixed-bottom bg-dark text-light small m-0 row p-0">
|
|
<div class="col-5 pr-0 text-left">
|
|
<span class="d-none d-md-inline text-light">
|
|
<asp:Label ID="lblDateTime" runat="server" Text="..." />
|
|
| </span>
|
|
<asp:Label ID="lblCodOperatore" runat="server" Text="-" />
|
|
</div>
|
|
<div class="col-2 px-0 text-right fontCond">
|
|
<asp:Label runat="server" ID="lblApp" />
|
|
</div>
|
|
<div class="col-5 pl-0 text-right fontCond">
|
|
<span class="d-none d-md-inline">
|
|
<img class="img-fluid my-1" src="../images/LogoHighResWhite.png" width="96" />
|
|
</span>
|
|
<span class="d-inline d-md-none">
|
|
<img class="img-fluid my-1" src="../images/LogoHighResWhite.png" width="48" />
|
|
</span>
|
|
|
|
<sub>
|
|
<asp:Label runat="server" ID="lblVers" CssClass="small" />
|
|
</sub>
|
|
</div>
|
|
</div>
|
|
<asp:Timer ID="MainTimer" runat="server" Interval="30000" OnTick="MainTimer_Tick"></asp:Timer> |