From 6969e0ad8be4d1df18a660e2e1a8cce35e9a2242 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 13 Mar 2018 15:00:55 +0100 Subject: [PATCH] COmpletata review pagina commenti (PRIMA VERSIONE) --- MP-Tablet/Commenti.aspx | 27 +++++++++++++++------------ MP-Tablet/Commenti.aspx.designer.cs | 9 +++++++++ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/MP-Tablet/Commenti.aspx b/MP-Tablet/Commenti.aspx index 1146734c..fad1e873 100644 --- a/MP-Tablet/Commenti.aspx +++ b/MP-Tablet/Commenti.aspx @@ -5,26 +5,29 @@ <%@ Register Src="~/WebUserControls/mod_dichiarazione.ascx" TagName="mod_dichiarazione" TagPrefix="uc3" %> <%@ Register Src="~/WebUserControls/mod_insComm.ascx" TagName="mod_insComm" TagPrefix="uc4" %> <%@ Register Src="~/WebUserControls/mod_fermate.ascx" TagName="mod_fermate" TagPrefix="uc5" %> +<%@ Register Src="~/WebUserControls/mod_directLinks.ascx" TagPrefix="uc1" TagName="mod_directLinks" %> + -
+
-
+
-
-
-
-
-
-
- -
-
- +
+
+
+ +
+
+ +
+
+ +
diff --git a/MP-Tablet/Commenti.aspx.designer.cs b/MP-Tablet/Commenti.aspx.designer.cs index f15d6233..2e6f6cb9 100644 --- a/MP-Tablet/Commenti.aspx.designer.cs +++ b/MP-Tablet/Commenti.aspx.designer.cs @@ -56,5 +56,14 @@ namespace MoonProTablet { /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::MoonProTablet.WebUserControls.mod_commenti mod_commenti1; + + /// + /// Controllo mod_directLinks. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::MoonProTablet.WebUserControls.mod_directLinks mod_directLinks; } }