Files
MoonPro.net/MP-DASH/WebUserControls/mod_mainMap.ascx
T
2018-06-08 09:48:15 +02:00

20 lines
1.9 KiB
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_mainMap.ascx.cs" Inherits="MoonPro.WebUserControls.mod_mainMap" %>
<div style="float: none; text-align: center; margin: auto; min-width: 600px;">
<span runat="server" id="spStato" class="btn btn-secondary">
<asp:HyperLink runat="server" ID="hlStato" CssClass="fa fa-th-large" Font-Size="1.3em" ToolTip="Passa a Visualizzazione Stato Corrente" NavigateUrl="~/MappaStato.aspx" Enabled="true"><span style="font-family: Verdana, Arial; font-size:0.8em;"> --> Mappa Stato</span></asp:HyperLink>
</span>
<span style="margin: 0px 4px;"></span>
<span runat="server" id="spSequencer" class="btn btn-secondary">
<asp:HyperLink runat="server" ID="hlSequencer" CssClass="fa fa-bars" Font-Size="1.3em" ToolTip="Passa a Visualizzazione Mappa Tempi" NavigateUrl="~/MappaStatoSeq.aspx" Enabled="true"><span style="font-family: Verdana, Arial; font-size:0.8em;"> --> Mappa Tempi</span></asp:HyperLink>
</span>
<span style="margin: 0px 4px;"></span>
<span runat="server" id="spStatistiche" class="btn btn-secondary">
<asp:HyperLink runat="server" ID="hlStatistiche" CssClass="fa fa-pie-chart" Font-Size="1.3em" ToolTip="Passa a Visualizzazione Statistiche Impiego" NavigateUrl="~/StatisticheImpiego.aspx" Enabled="true"><span style="font-family: Verdana, Arial; font-size:0.8em;"> --> Statistiche</span></asp:HyperLink>
</span>
<span style="margin: 0px 4px;"></span>
<span runat="server" id="spProduzione" class="btn btn-secondary">
<asp:HyperLink runat="server" ID="hlProduzione" CssClass="fa fa-industry" Font-Size="1.3em" ToolTip="Passa a Visualizzazione Riepilogo Produzione" NavigateUrl="~/AnalisiProduzione.aspx" Enabled="true"><span style="font-family: Verdana, Arial; font-size:0.8em;"> --> Produzione</span></asp:HyperLink>
</span>
<div class="clearDiv"></div>
</div>