diff --git a/Jenkinsfile b/Jenkinsfile index 1b8b7cc..1b6d8b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=70']) { + withEnv(['NEXT_BUILD_NUMBER=72']) { // env.versionNumber = VersionNumber(versionNumberString : '0.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '0.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'SOSCONDOMINI' diff --git a/PUB/Content/Site.css b/PUB/Content/Site.css index 89b658e..c9e345f 100644 --- a/PUB/Content/Site.css +++ b/PUB/Content/Site.css @@ -2,6 +2,11 @@ body { padding-top: 50px; padding-bottom: 20px; + background: url('../images/Condomini_01.jpeg') no-repeat center center fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; } /* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ diff --git a/PUB/Properties/PublishProfiles/IIS01.pubxml b/PUB/Properties/PublishProfiles/IIS01.pubxml index 134abd5..89033e1 100644 --- a/PUB/Properties/PublishProfiles/IIS01.pubxml +++ b/PUB/Properties/PublishProfiles/IIS01.pubxml @@ -6,7 +6,7 @@ modificando il file MSBuild. Per altre informazioni su questo argomento, vedere MSDeploy - IIS02 + IIS01 Any CPU True @@ -31,6 +31,16 @@ modificando il file MSBuild. Per altre informazioni su questo argomento, vedere + + + + + + + + + + True @@ -39,6 +49,7 @@ modificando il file MSBuild. Per altre informazioni su questo argomento, vedere DonotMerge + False diff --git a/PUB/Web.IIS01.config b/PUB/Web.IIS01.config index bf5870c..3b4094c 100644 --- a/PUB/Web.IIS01.config +++ b/PUB/Web.IIS01.config @@ -2,7 +2,7 @@ - + diff --git a/PUB/Web.IIS02.config b/PUB/Web.IIS02.config index bf5870c..3b4094c 100644 --- a/PUB/Web.IIS02.config +++ b/PUB/Web.IIS02.config @@ -2,7 +2,7 @@ - + diff --git a/PUB/WebUserContols/mod_elencoRichResetUtenti.ascx.cs b/PUB/WebUserContols/mod_elencoRichResetUtenti.ascx.cs index 253ddfd..4134e1c 100644 --- a/PUB/WebUserContols/mod_elencoRichResetUtenti.ascx.cs +++ b/PUB/WebUserContols/mod_elencoRichResetUtenti.ascx.cs @@ -90,8 +90,9 @@ namespace PUB.WebUserControls { } if (USER_NAME != "" && AuthKey != "") { + string body = "Salve,

Questo รจ un messaggio automatico generato da {3} a nome dell'amministratore della piattaforma.

Prego cliccare sul seguente link (oppure copiare lo stesso ed incollarlo sul browser preferito) per abilitare l'accesso a {3}.

Cordialmente."; // invio email! - devicesAuthProxy.stObj.sendEmailAuthKey(USER_NAME, AuthKey, "ScheMe Authorization"); + devicesAuthProxy.stObj.sendEmailAuthKey(USER_NAME, AuthKey, "www.b2bcondomini.it", body); } break; case "Edit":