42 lines
2.3 KiB
Plaintext
42 lines
2.3 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_main_help" CodeBehind="mod_main_help.ascx.cs" %>
|
|
|
|
|
|
<div class="row text-center">
|
|
<div class="col-xs-offset-2 col-xs-8">
|
|
<h3>
|
|
<asp:Label ID="lblTitle" CssClass="UnauthTitle" runat="server" /></h3>
|
|
</div>
|
|
<div class="col-xs-offset-2 col-xs-8">
|
|
<i>
|
|
<asp:Label ID="lblMess" CssClass="UnauthMess" runat="server" /></i>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-xs-offset-1 col-xs-10">
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h2 class="panel-title">Quick Shortcut</h2>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div class="shortcuts">
|
|
<asp:HyperLink runat="server" ID="hlInsertRichiesta" NavigateUrl="~/insertRichiesta" class="shortcut">
|
|
<i class="fa fa-plus-square shortcut-icon"></i> <span class="shortcut-label"><%: traduci("InsRicMan") %></span>
|
|
</asp:HyperLink>
|
|
<asp:HyperLink runat="server" ID="hlElencoRichieste" NavigateUrl="~/elencoRichieste" class="shortcut">
|
|
<i class="fa fa-list-alt shortcut-icon"></i> <span class="shortcut-label"><%: traduci("ElencoRichieste") %></span>
|
|
</asp:HyperLink>
|
|
<asp:HyperLink runat="server" ID="hlMtzProg" NavigateUrl="~/mtzProg" class="shortcut">
|
|
<i class="fa fa-calendar shortcut-icon"></i> <span class="shortcut-label"><%: traduci("MtzProg") %></span>
|
|
</asp:HyperLink>
|
|
<asp:HyperLink runat="server" ID="hlConsRic" NavigateUrl="~/RegConsumoRic" class='<%# "shortcut " + checkShow("GIM_MR") %>'>
|
|
<i class="fa fa-lightbulb-o shortcut-icon"></i> <span class="shortcut-label"><%: traduci("consumoRicambi") %></span>
|
|
</asp:HyperLink>
|
|
<asp:HyperLink runat="server" ID="hlMagRic" NavigateUrl="~/magRic" class='<%# "shortcut " + checkShow("GIM_MR") %>'>
|
|
<i class="fa fa-building-o shortcut-icon"></i> <span class="shortcut-label"><%: traduci("ADV_MTZ_MagRic") %></span>
|
|
</asp:HyperLink>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|