refresh
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
</site>
|
||||
<site name="GIM_site" id="2">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM_old\WebGIM\GIM_site" />
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebGIM\WebGIM\GIM_site" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:59788:localhost" />
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="shortcuts">
|
||||
<asp:HyperLink runat="server" ID="hlInsertRichiesta" class="shortcut" NavigateUrl="~/insertRichiesta">
|
||||
<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" class="shortcut" NavigateUrl="~/elencoRichieste">
|
||||
<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" class="shortcut" NavigateUrl="~/mtzProg">
|
||||
<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") %>'>
|
||||
|
||||
+26
-26
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -12,65 +12,65 @@
|
||||
public partial class mod_main_help {
|
||||
|
||||
/// <summary>
|
||||
/// lblTitle control.
|
||||
/// Controllo lblTitle.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblTitle;
|
||||
|
||||
/// <summary>
|
||||
/// lblMess control.
|
||||
/// Controllo lblMess.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblMess;
|
||||
|
||||
/// <summary>
|
||||
/// hlInsertRichiesta control.
|
||||
/// Controllo hlInsertRichiesta.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlInsertRichiesta;
|
||||
|
||||
/// <summary>
|
||||
/// hlElencoRichieste control.
|
||||
/// Controllo hlElencoRichieste.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlElencoRichieste;
|
||||
|
||||
/// <summary>
|
||||
/// hlMtzProg control.
|
||||
/// Controllo hlMtzProg.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlMtzProg;
|
||||
|
||||
/// <summary>
|
||||
/// hlConsRic control.
|
||||
/// Controllo hlConsRic.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlConsRic;
|
||||
|
||||
/// <summary>
|
||||
/// hlMagRic control.
|
||||
/// Controllo hlMagRic.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlMagRic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user