Files
C.TRACK/MP-MAG/WebUserControls/cmp_footer.ascx
T
2020-03-13 18:06:40 +01:00

15 lines
630 B
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-8 text-left">
<span class="d-none d-lg-inline">
<asp:Label ID="lblDateTime" runat="server" Text="..." />
&nbsp;|&nbsp;</span>
<asp:Label ID="lblCodOperatore" runat="server" Text="-" />
</div>
<div class="col-4 text-right fontCond">
<asp:Label runat="server" ID="lblApp" Text="." />
</div>
</div>
<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick"></asp:Timer>