diff --git a/ScheMe-SP/Allegati.aspx b/ScheMe-SP/Allegati.aspx
new file mode 100644
index 0000000..9f16854
--- /dev/null
+++ b/ScheMe-SP/Allegati.aspx
@@ -0,0 +1,22 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Allegati.aspx.cs" Inherits="ScheMe.Allegati" %>
+
+<%@ Register Src="WebUserControls/mod_fileUpload.ascx" TagName="mod_fileUpload" TagPrefix="uc1" %>
+
+
+
+
+
+
+
+
+
+
+ Allegati Paziente
+
+
+
+
+
+
+
+
diff --git a/ScheMe-SP/Attivita.aspx.cs b/ScheMe-SP/Allegati.aspx.cs
similarity index 82%
rename from ScheMe-SP/Attivita.aspx.cs
rename to ScheMe-SP/Allegati.aspx.cs
index d2a1b53..b22dd7a 100644
--- a/ScheMe-SP/Attivita.aspx.cs
+++ b/ScheMe-SP/Allegati.aspx.cs
@@ -7,7 +7,7 @@ using System.Web.UI.WebControls;
namespace ScheMe
{
- public partial class Attivita : System.Web.UI.Page
+ public partial class Allegati : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
diff --git a/ScheMe-SP/Allegati.aspx.designer.cs b/ScheMe-SP/Allegati.aspx.designer.cs
new file mode 100644
index 0000000..a041027
--- /dev/null
+++ b/ScheMe-SP/Allegati.aspx.designer.cs
@@ -0,0 +1,24 @@
+//------------------------------------------------------------------------------
+//
+// Codice generato da uno strumento.
+//
+// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+namespace ScheMe {
+
+
+ public partial class Allegati {
+
+ ///
+ /// Controllo mod_fileUpload1.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::ScheMe.WebUserControls.mod_fileUpload mod_fileUpload1;
+ }
+}
diff --git a/ScheMe-SP/Attivita.aspx b/ScheMe-SP/Attivita.aspx
deleted file mode 100644
index c2b69ac..0000000
--- a/ScheMe-SP/Attivita.aspx
+++ /dev/null
@@ -1,9 +0,0 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/JQMob.Master" AutoEventWireup="true" CodeBehind="Attivita.aspx.cs" Inherits="ScheMe.Attivita" %>
-
-<%@ Register Src="WebUserControls/mod_fileUpload.ascx" TagName="mod_fileUpload" TagPrefix="uc1" %>
-
-
-
-
-
-
diff --git a/ScheMe-SP/Attivita.aspx.designer.cs b/ScheMe-SP/Attivita.aspx.designer.cs
deleted file mode 100644
index f75e070..0000000
--- a/ScheMe-SP/Attivita.aspx.designer.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace ScheMe {
-
-
- public partial class Attivita {
-
- ///
- /// mod_fileUpload1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::ScheMe.WebUserControls.mod_fileUpload mod_fileUpload1;
- }
-}
diff --git a/ScheMe-SP/Bootstrap.Master b/ScheMe-SP/Bootstrap.Master
index eb34e26..b506955 100644
--- a/ScheMe-SP/Bootstrap.Master
+++ b/ScheMe-SP/Bootstrap.Master
@@ -18,6 +18,7 @@
<%: Scripts.Render("~/bundles/jquery") %>
<%: Scripts.Render("~/bundles/jqueryui") %>
<%: Scripts.Render("~/bundles/bootSwitch") %>
+ <%--<%: Scripts.Render("~/bundles/bootstrap-file-input") %>--%>
@@ -61,9 +62,11 @@
+
+
diff --git a/ScheMe-SP/Bootstrap.Master.designer.cs b/ScheMe-SP/Bootstrap.Master.designer.cs
index 647c72c..97a7aeb 100644
--- a/ScheMe-SP/Bootstrap.Master.designer.cs
+++ b/ScheMe-SP/Bootstrap.Master.designer.cs
@@ -84,6 +84,15 @@ namespace ScheMe {
///
protected global::System.Web.UI.WebControls.ContentPlaceHolder MainContent;
+ ///
+ /// Controllo NoAjaxContent.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::System.Web.UI.WebControls.ContentPlaceHolder NoAjaxContent;
+
///
/// Controllo uppFooter.
///
diff --git a/ScheMe-SP/Prova.aspx b/ScheMe-SP/Prova.aspx
index 1ae74c6..bce2a88 100644
--- a/ScheMe-SP/Prova.aspx
+++ b/ScheMe-SP/Prova.aspx
@@ -1,5 +1,11 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Prova.aspx.cs" Inherits="ScheMe.Prova" %>
+
+<%@ Register Src="~/WebUserControls/mod_fileUpload.ascx" TagPrefix="uc1" TagName="mod_fileUpload" %>
+
+
+
+
diff --git a/ScheMe-SP/Prova.aspx.designer.cs b/ScheMe-SP/Prova.aspx.designer.cs
index b020c34..002b8cf 100644
--- a/ScheMe-SP/Prova.aspx.designer.cs
+++ b/ScheMe-SP/Prova.aspx.designer.cs
@@ -1,17 +1,24 @@
//------------------------------------------------------------------------------
-//
+//
// Codice generato da uno strumento.
//
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
-// il codice viene rigenerato.
-//
+// il codice viene rigenerato.
+//
//------------------------------------------------------------------------------
-namespace ScheMe
-{
-
-
- public partial class Prova
- {
- }
+namespace ScheMe {
+
+
+ public partial class Prova {
+
+ ///
+ /// Controllo mod_fileUpload.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::ScheMe.WebUserControls.mod_fileUpload mod_fileUpload;
+ }
}