16 lines
665 B
Plaintext
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="..." />
|
|
|
|
|
<asp:Label ID="lblInfo" runat="server" Text="-" />
|
|
</div>
|
|
<div class="divDx">
|
|
<asp:Label runat="server" ID="lblApp" Text="." /><asp:Label ID="lblrev" runat="server"> - </asp:Label>
|
|
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
|
|
</div>
|
|
</div>
|
|
<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick">
|
|
</asp:Timer>
|