23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuBottomFullBCode.ascx.cs" Inherits="GPW.WebUserControls.mod_menuBottomFullBCode" %>
|
|
|
|
<asp:Panel runat="server" ID="pnlCheck">
|
|
<div style="padding: 4px; margin: 2px; height: 1.2em;">
|
|
<div class="divSx">
|
|
<asp:Label ID="lblDateTime" runat="server" Text="..." Font-Size="1.6em" ForeColor="White" />
|
|
|
|
|
<asp:Label ID="lblInfo" runat="server" Text="-" />
|
|
</div>
|
|
<div class="divDx">
|
|
<asp:HyperLink runat="server" ID="hlInfo" NavigateUrl="~/Default.aspx">
|
|
<asp:Label runat="server" ID="lblApp" Text="." /><asp:Label ID="lblrev" runat="server"> - </asp:Label>
|
|
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
|
|
© 2006-<%: DateTime.Now.Year %>
|
|
</asp:HyperLink>
|
|
</div>
|
|
<div>
|
|
<asp:Label runat="server" ID="lblWarning" CssClass="topMenuMess" Visible="false" />
|
|
</div>
|
|
</div>
|
|
</asp:Panel>
|
|
<asp:Timer ID="Timer1" runat="server" Interval="1000" OnTick="Timer1_Tick"></asp:Timer>
|