Review e semplificazione grafiche

This commit is contained in:
Samuele E. Locatelli
2019-09-27 11:36:19 +02:00
parent 1aabcd0fdf
commit fa408700e4
20 changed files with 359 additions and 787 deletions
@@ -1,24 +1,27 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_menuBottom" CodeBehind="mod_menuBottom.ascx.cs" %>
<% if (false)
{ %>
{ %>
<link href="~/css/Style.css" rel="stylesheet" type="text/css" />
<% } %>
<asp:Panel runat="server" ID="pnlCheck">
<nav class="navbar fixed-bottom navbar-dark bg-dark text-light small">
<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="..." />
&nbsp;|&nbsp;
<div class="divSx">
<asp:Label ID="lblDateTime" runat="server" Text="..." />
&nbsp;|&nbsp;
<asp:Label ID="lblInfo" runat="server" Text="-" />
</div>
<div class="divDx">
<asp:HyperLink runat="server" ID="hlInfo" NavigateUrl="~/infoPage">
<asp:Label runat="server" ID="lblApp" Text="." /><asp:Label ID="lblrev" runat="server"> - </asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
&copy; 2006-<%: DateTime.Now.Year %>
</asp:HyperLink>
</div>
<div>
<asp:Label runat="server" ID="lblWarning" CssClass="topMenuMess" Visible="false" />
</div>
</div>
<div class="divDx">
<asp:HyperLink runat="server" ID="hlInfo" NavigateUrl="~/infoPage">
<asp:Label runat="server" ID="lblApp" Text="." /><asp:Label ID="lblrev" runat="server"> - </asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
&copy; 2006-<%: DateTime.Now.Year %>
</asp:HyperLink>
</div>
<div>
<asp:Label runat="server" ID="lblWarning" CssClass="topMenuMess" Visible="false" />
</div>
</div>
</asp:Panel>
</asp:Panel>
</nav>