diff --git a/CompanyRegistration/App_Readme/README_SteamWare.txt b/CompanyRegistration/App_Readme/README_SteamWare.txt deleted file mode 100644 index bf60ed1..0000000 --- a/CompanyRegistration/App_Readme/README_SteamWare.txt +++ /dev/null @@ -1,12 +0,0 @@ ---------------------------------------------------------------- -------- SteamWareLib SDK ------- ---------------------------------------------------------------- - -Libreria di utility base di SteamWare. - -Le dipendenze inserite sono necessarie al funzionamento dell'SDK. - -Sono inclusi a titolo di esempio vari files di conf: - * example-NLog.config - -Attenzione a configurare correttamente il file NLog.xml includendo il rule per la classe, vedere ad esempio il file example-NLog.config allegato. \ No newline at end of file diff --git a/CompanyRegistration/App_Readme/SteamWare_demo/example-NLog.config b/CompanyRegistration/App_Readme/SteamWare_demo/example-NLog.config new file mode 100644 index 0000000..a11a39e --- /dev/null +++ b/CompanyRegistration/App_Readme/SteamWare_demo/example-NLog.config @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/CompanyRegistration/App_Readme/SteamWare_demo/example-app.config b/CompanyRegistration/App_Readme/SteamWare_demo/example-app.config new file mode 100644 index 0000000..fb42165 --- /dev/null +++ b/CompanyRegistration/App_Readme/SteamWare_demo/example-app.config @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/CompanyRegistration/App_Readme/SteamWare_demo/example-config-table.txt b/CompanyRegistration/App_Readme/SteamWare_demo/example-config-table.txt new file mode 100644 index 0000000..dd0ab8e --- /dev/null +++ b/CompanyRegistration/App_Readme/SteamWare_demo/example-config-table.txt @@ -0,0 +1,30 @@ +# chiave valore valoreStd note +_adminEmail samuele@steamware.net,info@steamware.net samuele@steamware.net,info@steamware.net info@steamware.net +_allowForceUser true true abilita login forzato +_commonPages menu menu pagina comune +_emailPwd drmfsls16 drmfsls16 drmfsls16 +_emailUser steamwarebot@gmail.com steamwarebot@gmail.com steamwarebot@gmail.com +_enableSSL true true true +_fromEmail webmaster@admodelling.org webmaster@admodelling.org email mittente eventuali msg +_righeDataGrid 30 30 Num righe datagrid std +_righeDataGridAnagr 20 20 Num righe datagrid anagrafiche +_righeDataGridLong 30 30 Num righe datagrid long +_righeDataGridMed 15 15 Num righe datagrid med +_righeDataGridShort 10 10 Num righe datagrid short +_smtpCli smtp.gmail.com smtp.gmail.com smtp.gmail.com +_useAIMSmtp false false impiego client posta elettronica alternativo +_useAuthSmtp true true true +AuthCookieName admodellingAuth admodellingAuth Cookie applicativo +autoConfCmd true true Conferma automatica comandi barcode +baseUrl http://site_name http://iis02/site_name URL base del sito +cacheValSec 60 60 Validità cache dati in gestore Barcode +cookieDayExp 365 365 Periodo validità cookie +cookieUsed admodellingAuth admodellingAuth,CTrack_CodOpr,CTrack_CodPost Elenco dei cookie impiegati +enableCookie true true Abilitazione uso cookie +enableLogOut true false Abilita button logout COMPLETO in alto a sx +enablePlain true true Abilitazione decode plain +maxAuth 1000 1000 num auth minimo per NON consumare tokens +serializeSession true true Serializzazione valori in sessione (REDIS) +SiteName iis02/site_name iis02/site_name Nome sito +enableDumpDiag false false abilitazione dumb diagnostico x eccezioni di default +doShrinkFolder true true Imposta compressione area LOGS \ No newline at end of file diff --git a/CompanyRegistration/App_Readme/SteamWare_demo/example-favicon.ico b/CompanyRegistration/App_Readme/SteamWare_demo/example-favicon.ico deleted file mode 100644 index 4f0e0ad..0000000 Binary files a/CompanyRegistration/App_Readme/SteamWare_demo/example-favicon.ico and /dev/null differ diff --git a/CompanyRegistration/Bundle.config b/CompanyRegistration/Bundle.config index de5e842..9b01da3 100644 --- a/CompanyRegistration/Bundle.config +++ b/CompanyRegistration/Bundle.config @@ -3,5 +3,7 @@ + + \ No newline at end of file diff --git a/CompanyRegistration/CompanyRegistration.csproj b/CompanyRegistration/CompanyRegistration.csproj index 289b812..5a1663d 100644 --- a/CompanyRegistration/CompanyRegistration.csproj +++ b/CompanyRegistration/CompanyRegistration.csproj @@ -46,6 +46,12 @@ 4 + + ..\packages\AIM.1.0.3\lib\AegisImplicitMail.dll + + + ..\packages\AjaxControlToolkit.19.1.0\lib\net40\AjaxControlToolkit.dll + ..\packages\AspNet.ScriptManager.bootstrap.4.4.1\lib\net45\AspNet.ScriptManager.bootstrap.dll @@ -83,6 +89,12 @@ ..\packages\NLog.4.7.1\lib\net45\NLog.dll + + ..\packages\PDFsharp.1.50.5147\lib\net20\PdfSharp.dll + + + ..\packages\PDFsharp.1.50.5147\lib\net20\PdfSharp.Charting.dll + ..\packages\Pipelines.Sockets.Unofficial.2.1.11\lib\net461\Pipelines.Sockets.Unofficial.dll @@ -95,11 +107,8 @@ ..\packages\StackExchange.Redis.2.1.30\lib\net461\StackExchange.Redis.dll - - ..\packages\SteamWare.IO.4.0.2003.734\lib\net462\SteamWare.IO.dll - - - ..\packages\SteamWare.Logger.4.0.2003.734\lib\net462\SteamWare.Logger.dll + + ..\packages\SteamWare.4.0.2003.734\lib\net462\SteamWare.dll ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll @@ -190,8 +199,7 @@ - - + @@ -199,11 +207,34 @@ - + + + + + compilerconfig.json + + + fonts.less + + + + fonts.css + + + + + + + + Site.less + + + Site.css + + - @@ -314,6 +345,8 @@ + + @@ -364,6 +397,20 @@ ViewSwitcher.ascx + + tpl_footer.ascx + ASPXCodeBehind + + + tpl_footer.ascx + + + tpl_menuTop.ascx + ASPXCodeBehind + + + tpl_menuTop.ascx + @@ -375,6 +422,13 @@ + + + + + + + @@ -448,8 +502,10 @@ + +