Inizio ad abbozzare planner page (DB ok... pare...)

This commit is contained in:
Samuele E. Locatelli
2019-05-15 15:42:02 +02:00
parent 57d390597a
commit bc7e91550c
7 changed files with 67 additions and 0 deletions
@@ -64,6 +64,14 @@
</div>
</asp:LinkButton>
</div>
<div class="col-3 py-4">
<asp:LinkButton runat="server" ID="lbtGestPlan" CssClass="btn btn-outline-warning btn-block py-3" OnClick="lbtGestPlan_Click">
<div><i class="fa fa-map-signs fa-4x"></i></div>
<div class="font-weight-bold mt-1 table-dark text-light">
<%: traduci("btnPlanner") %>
</div>
</asp:LinkButton>
</div>
<div class="col-3 py-4">
<asp:LinkButton runat="server" ID="lbtDataImport" CssClass="btn btn-outline-info btn-block py-3" OnClick="lbtDataImport_Click">
<div><i class="fa fa-download fa-4x"></i></div>
@@ -46,6 +46,11 @@ public partial class mod_main_help : ApplicationUserControl
Response.Redirect("~/GestKIT");
}
protected void lbtGestPlan_Click(object sender, EventArgs e)
{
Response.Redirect("~/Planner");
}
protected void lbtDataImport_Click(object sender, EventArgs e)
{
Response.Redirect("~/DataImport");
+9
View File
@@ -83,6 +83,15 @@ public partial class mod_main_help {
/// </remarks>
protected global::System.Web.UI.WebControls.LinkButton lbtGestKIT;
/// <summary>
/// Controllo lbtGestPlan.
/// </summary>
/// <remarks>
/// 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.LinkButton lbtGestPlan;
/// <summary>
/// Controllo lbtDataImport.
/// </summary>