Files
limanapp/GeLiSt/WebUserControls/mod_menuBottomFullpage.ascx
Samuele Locatelli a196544a6c Legacy site commit
2021-10-07 16:23:17 +02:00

16 lines
665 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuBottomFullpage.ascx.cs"
Inherits="GLS.WebUserControls.mod_menuBottomFullpage" %>
<div>
<div class="divSx">
<asp:Label ID="lblDateTime" runat="server" Text="..." />
&nbsp;|&nbsp;
<asp:Label ID="lblInfo" runat="server" Text="-" />
</div>
<div class="divDx">
<asp:Label runat="server" ID="lblApp" Text="." /><asp:Label ID="lblrev" runat="server"> &nbsp;- &nbsp;</asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
</div>
</div>
<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick">
</asp:Timer>