Files
GMW/GMW/WebUserControls/mod_menuBottomFullpage.ascx
T
2014-01-14 11:53:04 +01:00

16 lines
676 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuBottomFullpage.ascx.cs"
Inherits="GMW.WebUserControls.mod_menuBottomFullpage" %>
<div>
<div class="divSx">
<asp:Label ID="lblDateTime" runat="server" Text="..." />
&nbsp;|&nbsp;
<asp:Label ID="lblCodOperatore" 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>