diff --git a/INTERFACE/WebLCP/Content/Site.css b/INTERFACE/WebLCP/Content/Site.css index 9e2de94..9e3d115 100644 --- a/INTERFACE/WebLCP/Content/Site.css +++ b/INTERFACE/WebLCP/Content/Site.css @@ -15,6 +15,12 @@ select, textarea { max-width: 280px; }*/ +.titoloViola { + color: #4a0d66; +} +.bg-darkest { + background-color: #000; +} /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { .jumbotron { diff --git a/INTERFACE/WebLCP/Content/Site.less b/INTERFACE/WebLCP/Content/Site.less index b826561..0d1e80b 100644 --- a/INTERFACE/WebLCP/Content/Site.less +++ b/INTERFACE/WebLCP/Content/Site.less @@ -22,7 +22,9 @@ textarea { .titoloViola { color: #4a0d66; } - +.bg-darkest{ + background-color: #000; +} /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { .jumbotron { diff --git a/INTERFACE/WebLCP/Content/Site.min.css b/INTERFACE/WebLCP/Content/Site.min.css index 869edeb..722799c 100644 --- a/INTERFACE/WebLCP/Content/Site.min.css +++ b/INTERFACE/WebLCP/Content/Site.min.css @@ -1 +1 @@ -.body-content{padding-left:15px;padding-right:15px;}.titoloViola{color:#4a0d66;}@media screen and (min-width:768px){.jumbotron{margin-top:20px;}.body-content{padding:0;}}.GridPager a,.GridPager span{display:block;height:1.5em;width:1em;text-align:center;text-decoration:none;}.GridPager a{background-color:#f5f5f5;color:#969696;}.GridPager span{background-color:#a1dcf2;color:#000;font-weight:bold;} \ No newline at end of file +.body-content{padding-left:15px;padding-right:15px;}.titoloViola{color:#4a0d66;}.bg-darkest{background-color:#000;}@media screen and (min-width:768px){.jumbotron{margin-top:20px;}.body-content{padding:0;}}.GridPager a,.GridPager span{display:block;height:1.5em;width:1em;text-align:center;text-decoration:none;}.GridPager a{background-color:#f5f5f5;color:#969696;}.GridPager span{background-color:#a1dcf2;color:#000;font-weight:bold;} \ No newline at end of file diff --git a/INTERFACE/WebLCP/DescrCalc.aspx b/INTERFACE/WebLCP/DescrCalc.aspx index 474262c..bd1ea90 100644 --- a/INTERFACE/WebLCP/DescrCalc.aspx +++ b/INTERFACE/WebLCP/DescrCalc.aspx @@ -9,7 +9,7 @@

USER MANUAL

- +
diff --git a/INTERFACE/WebLCP/Images/brain.jpg b/INTERFACE/WebLCP/Images/brain.jpg index 6cd9539..1245a19 100644 Binary files a/INTERFACE/WebLCP/Images/brain.jpg and b/INTERFACE/WebLCP/Images/brain.jpg differ diff --git a/INTERFACE/WebLCP/Images/brain.png b/INTERFACE/WebLCP/Images/brain.png new file mode 100644 index 0000000..6af64d3 Binary files /dev/null and b/INTERFACE/WebLCP/Images/brain.png differ diff --git a/INTERFACE/WebLCP/MethodSpecs.aspx b/INTERFACE/WebLCP/MethodSpecs.aspx index 9bace7a..500e4ad 100644 --- a/INTERFACE/WebLCP/MethodSpecs.aspx +++ b/INTERFACE/WebLCP/MethodSpecs.aspx @@ -8,7 +8,7 @@

METHODOLOGICAL SPECIFICATION

- +
diff --git a/INTERFACE/WebLCP/WUC/mod_about.ascx b/INTERFACE/WebLCP/WUC/mod_about.ascx index 37b0352..05c0587 100644 --- a/INTERFACE/WebLCP/WUC/mod_about.ascx +++ b/INTERFACE/WebLCP/WUC/mod_about.ascx @@ -8,7 +8,7 @@

PROJECT DESCRIPTION

- +
diff --git a/INTERFACE/WebLCP/WUC/mod_condizioniServizio.ascx b/INTERFACE/WebLCP/WUC/mod_condizioniServizio.ascx index ffbdef4..30fb8e7 100644 --- a/INTERFACE/WebLCP/WUC/mod_condizioniServizio.ascx +++ b/INTERFACE/WebLCP/WUC/mod_condizioniServizio.ascx @@ -8,7 +8,7 @@

FAIR USE CONDITION

- +
diff --git a/INTERFACE/WebLCP/WUC/mod_contacts.ascx b/INTERFACE/WebLCP/WUC/mod_contacts.ascx index 3ac44a3..5c54a85 100644 --- a/INTERFACE/WebLCP/WUC/mod_contacts.ascx +++ b/INTERFACE/WebLCP/WUC/mod_contacts.ascx @@ -7,7 +7,7 @@

CONTACTS

- +
@@ -23,13 +23,14 @@ cferrari@fatebenefratelli.eu -
+
Steamware

Technical Support
info@steamware.net
+ diff --git a/INTERFACE/WebLCP/WUC/mod_home.ascx b/INTERFACE/WebLCP/WUC/mod_home.ascx index a4fe5e1..4f97c70 100644 --- a/INTERFACE/WebLCP/WUC/mod_home.ascx +++ b/INTERFACE/WebLCP/WUC/mod_home.ascx @@ -8,7 +8,7 @@

unravelling amyloid-independent effects in Alzheimer’s Diesease (AD)

- +
@@ -27,6 +27,9 @@ The project aims at detecting the presence of any cut-offs in AD biomarkers dist
  • produces two different output file for each job (Results file with model estimation text output; Results plot with output plots -densities and scatterplots- of unadjusted and adjusted cut-offs);
  • allows to display and export simultaneously selected output plot of different jobs.
  • +
    +

    Hot to use this tool?

    + Please proceed to Login Page » diff --git a/INTERFACE/WebLCP/WUC/mod_register.ascx.cs b/INTERFACE/WebLCP/WUC/mod_register.ascx.cs index 1450872..51392f6 100644 --- a/INTERFACE/WebLCP/WUC/mod_register.ascx.cs +++ b/INTERFACE/WebLCP/WUC/mod_register.ascx.cs @@ -47,6 +47,7 @@ namespace WebLCP.WUC { // resetto tutto... doReset(); + //Response.Redirect("~/RegisterUser"); } protected string cognome diff --git a/INTERFACE/WebLCP/WUC/mod_register.ascx.designer.cs b/INTERFACE/WebLCP/WUC/mod_register.ascx.designer.cs index 66e56f9..fb66e93 100644 --- a/INTERFACE/WebLCP/WUC/mod_register.ascx.designer.cs +++ b/INTERFACE/WebLCP/WUC/mod_register.ascx.designer.cs @@ -7,126 +7,137 @@ // //------------------------------------------------------------------------------ -namespace WebLCP.WUC { - - - public partial class mod_register { - - /// - /// Controllo rfvEmail. - /// - /// - /// 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.RequiredFieldValidator rfvEmail; - - /// - /// Controllo txtEmail. - /// - /// - /// 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.TextBox txtEmail; - - /// - /// Controllo divAddNew. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::System.Web.UI.HtmlControls.HtmlGenericControl divAddNew; - - /// - /// Controllo rfvNome. - /// - /// - /// 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.RequiredFieldValidator rfvNome; - - /// - /// Controllo txtNome. - /// - /// - /// 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.TextBox txtNome; - - /// - /// Controllo rfvCognome. - /// - /// - /// 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.RequiredFieldValidator rfvCognome; - - /// - /// Controllo txtCognome. - /// - /// - /// 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.TextBox txtCognome; - - /// - /// Controllo txtIstituto. - /// - /// - /// 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.TextBox txtIstituto; - - /// - /// Controllo lbtRegistra. - /// - /// - /// 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.LinkButton lbtRegistra; - - /// - /// Controllo lbtAnnulla. - /// - /// - /// 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.LinkButton lbtAnnulla; - - /// - /// Controllo divResendToken. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::System.Web.UI.HtmlControls.HtmlGenericControl divResendToken; - - /// - /// Controllo lbtResedToken. - /// - /// - /// 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.LinkButton lbtResedToken; - - /// - /// Controllo lblOut. - /// - /// - /// 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.Label lblOut; - } +namespace WebLCP.WUC +{ + + + public partial class mod_register + { + + /// + /// Controllo rfvEmail. + /// + /// + /// 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.RequiredFieldValidator rfvEmail; + + /// + /// Controllo txtEmail. + /// + /// + /// 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.TextBox txtEmail; + + /// + /// Controllo divAddNew. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl divAddNew; + + /// + /// Controllo rfvNome. + /// + /// + /// 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.RequiredFieldValidator rfvNome; + + /// + /// Controllo txtNome. + /// + /// + /// 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.TextBox txtNome; + + /// + /// Controllo rfvCognome. + /// + /// + /// 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.RequiredFieldValidator rfvCognome; + + /// + /// Controllo txtCognome. + /// + /// + /// 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.TextBox txtCognome; + + /// + /// Controllo txtIstituto. + /// + /// + /// 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.TextBox txtIstituto; + + /// + /// Controllo lbtRegistra. + /// + /// + /// 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.LinkButton lbtRegistra; + + /// + /// Controllo lbtAnnulla. + /// + /// + /// 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.LinkButton lbtAnnulla; + + /// + /// Controllo divResendToken. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl divResendToken; + + /// + /// Controllo lbtResedToken. + /// + /// + /// 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.LinkButton lbtResedToken; + + /// + /// Controllo lbtCancel. + /// + /// + /// 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.LinkButton lbtCancel; + + /// + /// Controllo lblOut. + /// + /// + /// 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.Label lblOut; + } } diff --git a/INTERFACE/WebLCP/WebLCP.csproj b/INTERFACE/WebLCP/WebLCP.csproj index 81cedda..5e36eb9 100644 --- a/INTERFACE/WebLCP/WebLCP.csproj +++ b/INTERFACE/WebLCP/WebLCP.csproj @@ -230,6 +230,7 @@ +