Files
MoonPro.net/MP-Tablet/WebUserControls/mod_footer.ascx
T
2018-03-02 14:43:01 +01:00

16 lines
945 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_footer.ascx.cs" Inherits="MoonProTablet.WebUserControls.mod_footer" %>
<footer class="navbar fixed-bottom navbar-dark bg-dark text-light p-0 px-2 m-0 bg-black " style="font-size: 1em; height: 1.5em;">
<div class="d-flex justify-content-start pl-3 text-left align-self-center">
<strong>MPTab</strong> -
v.<%: currVersion.ToString() %>&nbsp;|&nbsp;<asp:Label runat="server" ID="lblDT" Font-Size="0.7em"><%: DateTime.Now %></asp:Label>
</div>
<div class="d-flex justify-content-center text-center align-self-center">
<%: System.Web.Configuration.WebConfigurationManager.AppSettings["Environment"] %> | <%: videoSize %>
</div>
<div class="d-flex justify-content-end pr-3 text-right align-self-center">
Powered by&nbsp;
<img src="../images/logoTextSteamware.png" height="24" />&nbsp;&copy; 2007-<%: DateTime.Now.Year %>
</div>
</footer>