diff --git a/Projects/WebGIM/GIM_data/bin/GIM_data.dll b/Projects/WebGIM/GIM_data/bin/GIM_data.dll index b37ac88..b26744f 100644 Binary files a/Projects/WebGIM/GIM_data/bin/GIM_data.dll and b/Projects/WebGIM/GIM_data/bin/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_data/reportExporter.cs b/Projects/WebGIM/GIM_data/reportExporter.cs index a90d765..3415b8f 100644 --- a/Projects/WebGIM/GIM_data/reportExporter.cs +++ b/Projects/WebGIM/GIM_data/reportExporter.cs @@ -104,7 +104,7 @@ public class reportExporter switch (tipoReport) { case reportRichiesto.ElencoMacchine: - report.ReportPath = @"~\Reports\MacchineReparti.rdlc"; + report.ReportPath = @".\Reports\MacchineReparti.rdlc"; report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport))); deviceInfo = "" + " PDF" + @@ -134,7 +134,7 @@ public class reportExporter switch (tipoReport) { case reportRichiesto.RichiestaIntervento: - report.ReportPath = @"~\Reports\RichiestaIntervento.rdlc"; + report.ReportPath = @".\Reports\RichiestaIntervento.rdlc"; report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, parametro))); // OCCHIO!!! va messa sorgente dati CORRETTA deviceInfo = "" + " PDF" + @@ -163,7 +163,7 @@ public class reportExporter switch (tipoReport) { case reportRichiesto.ElencoInterventi: - report.ReportPath = @"~\Reports\ReportInterventi.rdlc"; + report.ReportPath = @".\Reports\ReportInterventi.rdlc"; report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, periodoAnalizzato, username))); deviceInfo = "" + " PDF" + @@ -176,7 +176,7 @@ public class reportExporter ""; break; case reportRichiesto.MTBF_MTTR: - report.ReportPath = @"~\Reports\Report_MTBF_MTTR.rdlc"; + report.ReportPath = @".\Reports\Report_MTBF_MTTR.rdlc"; report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, periodoAnalizzato, username))); deviceInfo = "" + " PDF" + diff --git a/Projects/WebGIM/GIM_data/reportPrinter.cs b/Projects/WebGIM/GIM_data/reportPrinter.cs index 578f7f0..1b7cc32 100644 --- a/Projects/WebGIM/GIM_data/reportPrinter.cs +++ b/Projects/WebGIM/GIM_data/reportPrinter.cs @@ -149,7 +149,7 @@ public class reportPrinter switch (tipoReport) { case reportRichiesto.ElencoMacchine: - report.ReportPath = @"~\Reports\MacchineReparti.rdlc"; + report.ReportPath = @".\Reports\MacchineReparti.rdlc"; report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, parametro))); deviceInfo = "" + " EMF" + @@ -162,7 +162,7 @@ public class reportPrinter ""; break; case reportRichiesto.RichiestaIntervento: - report.ReportPath = @"~\Reports\RichiestaIntervento.rdlc"; + report.ReportPath = @".\Reports\RichiestaIntervento.rdlc"; report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, parametro))); deviceInfo = "" + " EMF" + @@ -192,7 +192,7 @@ public class reportPrinter switch (tipoReport) { case reportRichiesto.ElencoInterventi: - report.ReportPath = @"~\Reports\ReportInterventi.rdlc"; + report.ReportPath = @".\Reports\ReportInterventi.rdlc"; report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, periodoAnalizzato, username))); deviceInfo = "" + " EMF" + @@ -205,7 +205,7 @@ public class reportPrinter ""; break; case reportRichiesto.MTBF_MTTR: - report.ReportPath = @"~\Reports\Report_MTBF_MTTR.rdlc"; + report.ReportPath = @".\Reports\Report_MTBF_MTTR.rdlc"; report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, periodoAnalizzato, username))); deviceInfo = "" + " EMF" + diff --git a/Projects/WebGIM/GIM_site/GIM_site.csproj b/Projects/WebGIM/GIM_site/GIM_site.csproj index 3ce3cff..377acde 100644 --- a/Projects/WebGIM/GIM_site/GIM_site.csproj +++ b/Projects/WebGIM/GIM_site/GIM_site.csproj @@ -1041,8 +1041,7 @@ True 51110 / - - + http://localhost/GIM_site False False diff --git a/Projects/WebGIM/GIM_site/Reports/MacchineReparti.rdlc b/Projects/WebGIM/GIM_site/Reports/MacchineReparti.rdlc index eebe2bc..3e5ede7 100644 --- a/Projects/WebGIM/GIM_site/Reports/MacchineReparti.rdlc +++ b/Projects/WebGIM/GIM_site/Reports/MacchineReparti.rdlc @@ -831,7 +831,7 @@ 3 true 5.70238cm - Somaschini SPA - SteamWare © 2006-2009 + Somaschini SPA - SteamWare © 2006-2010 0.05754cm diff --git a/Projects/WebGIM/GIM_site/Reports/ReportInterventi.rdlc b/Projects/WebGIM/GIM_site/Reports/ReportInterventi.rdlc index 64d3b1f..7dca5a4 100644 --- a/Projects/WebGIM/GIM_site/Reports/ReportInterventi.rdlc +++ b/Projects/WebGIM/GIM_site/Reports/ReportInterventi.rdlc @@ -1306,7 +1306,7 @@ 3 true 5.25cm - Somaschini SPA - SteamWare © 2006-2009 + Somaschini SPA - SteamWare © 2006-2010 0.1369cm diff --git a/Projects/WebGIM/GIM_site/Reports/Report_MTBF_MTTR.rdlc b/Projects/WebGIM/GIM_site/Reports/Report_MTBF_MTTR.rdlc index d549f66..3b6694f 100644 --- a/Projects/WebGIM/GIM_site/Reports/Report_MTBF_MTTR.rdlc +++ b/Projects/WebGIM/GIM_site/Reports/Report_MTBF_MTTR.rdlc @@ -910,7 +910,7 @@ true 5.03373cm 0.4762cm - Somaschini SPA - SteamWare © 2006-2009 + Somaschini SPA - SteamWare © 2006-2010 0.1369cm diff --git a/Projects/WebGIM/GIM_site/Reports/RichiestaIntervento.rdlc b/Projects/WebGIM/GIM_site/Reports/RichiestaIntervento.rdlc index 7648c13..867ea55 100644 --- a/Projects/WebGIM/GIM_site/Reports/RichiestaIntervento.rdlc +++ b/Projects/WebGIM/GIM_site/Reports/RichiestaIntervento.rdlc @@ -1588,7 +1588,7 @@ NnSm5FYXbj0U9rEw82eM2/AEepQw+nBwqUdZYVUfccyIRfdzJgvg7Yd8Bw3nNxCWu9tPWzHeevGbhHPm true 14cm 0.63492cm - Copyright SteamWare © 2006-2009 + Copyright SteamWare © 2006-2010 0.05754cm diff --git a/Projects/WebGIM/GIM_site/Style.css b/Projects/WebGIM/GIM_site/Style.css index d955176..737e20d 100644 --- a/Projects/WebGIM/GIM_site/Style.css +++ b/Projects/WebGIM/GIM_site/Style.css @@ -2,280 +2,280 @@ .fixedVal { - background-color: #cdcdcd; - text-align: center; - color: Black; + background-color: #cdcdcd; + text-align: center; + color: Black; } .fixedValLeft { - background-color: #cdcdcd; - text-align: left; - color: Black; + background-color: #cdcdcd; + text-align: left; + color: Black; } .textEv_1 { - background-color: #cdffcd; - text-align: center; - color: Black; - font-size: 8pt; + background-color: #cdffcd; + text-align: center; + color: Black; + font-size: 8pt; } .textEv_1Left { - background-color: #cdffcd; - text-align: left; - color: Black; - font-size: 8pt; + background-color: #cdffcd; + text-align: left; + color: Black; + font-size: 8pt; } .textEv_2 { - background-color: #cdffcd; - text-align: center; - color: Black; - font-size: 8pt; + background-color: #cdffcd; + text-align: center; + color: Black; + font-size: 8pt; } .textEv_2Left { - background-color: #cdffcd; - text-align: left; - color: Black; - font-size: 8pt; + background-color: #cdffcd; + text-align: left; + color: Black; + font-size: 8pt; } .textEv_Read { - background-color: #deeff7; - text-align: center; - color: Black; - font-size: 8pt; + background-color: #deeff7; + text-align: center; + color: Black; + font-size: 8pt; } .textEv_ReadLeft { - background-color: #deeff7; - text-align: left; - color: Black; - font-size: 8pt; + background-color: #deeff7; + text-align: left; + color: Black; + font-size: 8pt; } .bloccoDiv { - border-bottom: solid 1px green; - padding-bottom: 1px; - margin-bottom: 5px; + border-bottom: solid 1px green; + padding-bottom: 1px; + margin-bottom: 5px; } .semaforoVerde { - color: Green; + color: Green; } .semaforoGiallo { - color: Orange; - font-weight: bold; + color: Orange; + font-weight: bold; } .semaforoRosso { - color: Red; - font-weight: bold; + color: Red; + font-weight: bold; } /* @group Calendario */ .calSel { - background-color: red; - font-weight: bold; - color: White; + background-color: red; + font-weight: bold; + color: White; } .calNextPrev { - font-weight: bold; - color: Black; + font-weight: bold; + color: Black; } .calDayHead { - font-weight: bold; - color: white; - background-color: #6969df; - font-size: 9pt; + font-weight: bold; + color: white; + background-color: #6969df; + font-size: 9pt; } .calTitle { - font-weight: bold; - color: Black; - background-color: #BEBEBE; + font-weight: bold; + color: Black; + background-color: #BEBEBE; } .calOtherMonthDay { - background: #CBDCCB; + background: #CBDCCB; } .calWeekEnd { - background: #cbcbcb; - font-weight: bold; + background: #cbcbcb; + font-weight: bold; } .clsBody { - border-right: #C6D7DA thin solid; - border-top: #C6D7DA thin solid; - border-left: #C6D7DA thin solid; - border-bottom: #C6D7DA thin solid; + border-right: #C6D7DA thin solid; + border-top: #C6D7DA thin solid; + border-left: #C6D7DA thin solid; + border-bottom: #C6D7DA thin solid; } .clsCurrentWeek { - color: #ffffff; - font-size: 12px; - text-decoration: none; - font-family: Tahoma, Arial, Helvetica, sans-serif; - white-space: nowrap; - border-top: #C6D7DA thin solid; - border-bottom: #C6D7DA thin solid; - background-color: #8CC6FF; - font-weight: bolder; - font-weight: bold; + color: #ffffff; + font-size: 12px; + text-decoration: none; + font-family: Tahoma, Arial, Helvetica, sans-serif; + white-space: nowrap; + border-top: #C6D7DA thin solid; + border-bottom: #C6D7DA thin solid; + background-color: #8CC6FF; + font-weight: bolder; + font-weight: bold; } .clsCurrentWeek2 { - color: #000000; - font-size: 12px; - text-decoration: none; - font-family: Tahoma, Arial, Helvetica, sans-serif; - white-space: nowrap; - border-top: #C6D7DA thin solid; - border-bottom: #C6D7DA thin solid; - font-weight: bolder; - font-weight: bold; + color: #000000; + font-size: 12px; + text-decoration: none; + font-family: Tahoma, Arial, Helvetica, sans-serif; + white-space: nowrap; + border-top: #C6D7DA thin solid; + border-bottom: #C6D7DA thin solid; + font-weight: bolder; + font-weight: bold; } .clsDayName { - color: #0C0B5F; - background-color: #bbbaf5; - font-size: 12px; - text-decoration: none; - font-family: Tahoma, Arial, Helvetica, sans-serif; - white-space: nowrap; + color: #0C0B5F; + background-color: #bbbaf5; + font-size: 12px; + text-decoration: none; + font-family: Tahoma, Arial, Helvetica, sans-serif; + white-space: nowrap; } .clsCurrentDay { - color: #ffffff; - background-color: #398CE7; - font-size: 12px; - text-decoration: none; - font-family: Tahoma, Arial, Helvetica, sans-serif; - white-space: nowrap; - font-weight: bolder; - font-weight: bold; + color: #ffffff; + background-color: #398CE7; + font-size: 12px; + text-decoration: none; + font-family: Tahoma, Arial, Helvetica, sans-serif; + white-space: nowrap; + font-weight: bolder; + font-weight: bold; } .clsWorkDay { - color: #000000; - background-color: #dbeaf5; - font-size: 12px; - text-decoration: none; - font-family: Tahoma, Arial, Helvetica, sans-serif; - white-space: nowrap; + color: #000000; + background-color: #dbeaf5; + font-size: 12px; + text-decoration: none; + font-family: Tahoma, Arial, Helvetica, sans-serif; + white-space: nowrap; } .clsWorkDay:hover { - color: #009400; - background-color: #dbeaf5; - font-size: 12px; - text-decoration: underline; - font-family: Tahoma, Arial, Helvetica, sans-serif; - white-space: nowrap; + color: #009400; + background-color: #dbeaf5; + font-size: 12px; + text-decoration: underline; + font-family: Tahoma, Arial, Helvetica, sans-serif; + white-space: nowrap; } .clsWorkDayOtherMonth { - color: #000000; - font-size: 12px; - text-decoration: none; - font-family: Tahoma, Arial, Helvetica, sans-serif; - white-space: nowrap; + color: #000000; + font-size: 12px; + text-decoration: none; + font-family: Tahoma, Arial, Helvetica, sans-serif; + white-space: nowrap; } .clsWeekEnd { - color: #FF0000; - background-color: #dbeaf5; - font-size: 12px; - text-decoration: none; - font-family: Tahoma, Arial, Helvetica, sans-serif; - white-space: nowrap; + color: #FF0000; + background-color: #dbeaf5; + font-size: 12px; + text-decoration: none; + font-family: Tahoma, Arial, Helvetica, sans-serif; + white-space: nowrap; } .clsWeekEnd:hover { - color: #009400; - background-color: #dbeaf5; - font-size: 12px; - text-decoration: underline; - font-family: Tahoma, Arial, Helvetica, sans-serif; - white-space: nowrap; + color: #009400; + background-color: #dbeaf5; + font-size: 12px; + text-decoration: underline; + font-family: Tahoma, Arial, Helvetica, sans-serif; + white-space: nowrap; } .clsWeekEndOtherMonth { - color: #FF0000; - font-size: 12px; - text-decoration: none; - font-family: Tahoma, Arial, Helvetica, sans-serif; - white-space: nowrap; + color: #FF0000; + font-size: 12px; + text-decoration: none; + font-family: Tahoma, Arial, Helvetica, sans-serif; + white-space: nowrap; } .Calend { - padding: 4; - background: White; - color: Black; - font-size: 8pt; - font-family: Verdana; - border-color: #999999; - height: 180px; - width: 200px; + padding: 4; + background: White; + color: Black; + font-size: 8pt; + font-family: Verdana; + border-color: #999999; + height: 180px; + width: 200px; } . .Calend.TodayDay { - background: #cccccc; - color: Black; + background: #cccccc; + color: Black; } . .Calend.Selector { - background: #cccccc; + background: #cccccc; } . .Calend.NextPrev { - vertical-align: bottom; + vertical-align: bottom; } . .Calend.DayHeader { - font-size: 7pt; - font-weight: bold; - background: #cccccc; + font-size: 7pt; + font-weight: bold; + background: #cccccc; } . .Calend.SelectedDay { - background: #666666; - font-weight: bold; - color: White; + background: #666666; + font-weight: bold; + color: White; } . .Calend.Title { - font-weight: bold; - background: #999999; - border-color: Black; + font-weight: bold; + background: #999999; + border-color: Black; } . .Calend.WeekEndDay { - background: #FFFFCC; - color: Black; + background: #FFFFCC; + color: Black; } . .Calend.OtherMonthDay { - color: Gray; + color: Gray; } @@ -284,518 +284,543 @@ .body { - margin-top: 0px; - margin-left: 0px; - margin-bottom: 0px; - margin-right: 0px; - font-family: Verdana, Arial; - font-size: small; + margin-top: 0px; + margin-left: 0px; + margin-bottom: 0px; + margin-right: 0px; + font-family: Verdana, Arial; + font-size: small; +} +.didascalia +{ + color: #696969; + font-size: 7pt; } /* Mod selettore ajax */ .txtLink { - font-size: smaller; - text-decoration: underline; - color: blue; + font-size: smaller; + text-decoration: underline; + color: blue; } .txtValue { - font-size: smaller; - text-decoration: none; - color: #696969; + font-size: smaller; + text-decoration: none; + color: #696969; } .notaMargine { - font-size: smaller; - background-color: #DEE8F5; - margin-top: 10px; - padding: 1px 1px 2px 1px; - text-align: right; - vertical-align: bottom; + font-size: smaller; + background-color: #DEE8F5; + margin-top: 10px; + padding: 1px 1px 2px 1px; + text-align: right; + vertical-align: bottom; } .nota { - width: 70%; - font-size: smaller; - background-color: white; - margin-top: 10px; - padding: 2px 2px 4px 2px; - text-align: center; - vertical-align: bottom; - border: solid 1px red; + width: 70%; + font-size: smaller; + background-color: white; + margin-top: 10px; + padding: 2px 2px 4px 2px; + text-align: center; + vertical-align: bottom; + border: solid 1px red; } /*Popup Control*/ .popupControl { - background-color: White; - position: absolute; - visibility: hidden; - border: solid 1px #363636; + background-color: White; + position: absolute; + visibility: hidden; + border: solid 1px #363636; } .popupHover { - background-image: url(images/header-opened.png); - background-repeat: repeat-x; - background-position: left top; - background-color: #F5F7F8; + background-image: url(images/header-opened.png); + background-repeat: repeat-x; + background-position: left top; + background-color: #F5F7F8; } .evidenzia { - border: solid 1px blue; + border: solid 1px blue; } /* area note logging */ .logCont { - font-size: 8pt; - width: 100%; - text-align: center; - border: solid 1px silver; - background-color: #DFF1F1; + font-size: 8pt; + width: 100%; + text-align: center; + border: solid 1px silver; + background-color: #DFF1F1; } .logButton { - text-align: center; - padding: 10px; + text-align: center; + padding: 10px; } /* selettore ajax*/ .selezioneValRed { - text-decoration: underline; - color: Blue; + text-decoration: underline; + color: Blue; } /*Modal Popup*/ .modalBackground { - background-color: Gray; - filter: alpha(opacity=70); - opacity: 0.7; + background-color: Gray; + filter: alpha(opacity=70); + opacity: 0.7; } .hiddenTxt { - /*color:White;*/ - background-color: White; - width: 5px; + /*color:White;*/ + background-color: White; + width: 5px; } .modalPopup { - background-color: #ffffdd; - border-width: 1px; - border-style: solid; - border-color: Gray; - padding: 3px; + background-color: #ffffdd; + border-width: 1px; + border-style: solid; + border-color: Gray; + padding: 3px; } .topTitle { - color: Black; - font-family: Verdana Arial; - font-size: 26px; - font-weight: bold; - text-align: center; - background-repeat: repeat-x; - background-position: 0% 0%; - background-attachment: scroll; - background-image: url(images/orangeGrad32.png); + color: White; + font-family: Verdana; + font-size: 26px; + font-weight: bold; + text-align: center; + background-repeat: repeat-x; + background-position: 0% 0%; + background-attachment: scroll; + background-image: url(images/orangeGrad32.png); +} +.ShadowText +{ + text-shadow: 2px 2px 2px rgba(0,0,0,.4); +} +.boxShadowLight +{ + -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.1); + -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.1); + box-shadow: 3px 3px 6px rgba(0,0,0,.1); +} +.boxShadowDark +{ + -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3); + -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3); + box-shadow: 3px 3px 6px rgba(0,0,0,.3); } .menuSx { - font-size: 8pt; - width: 180px; - vertical-align: top; /*height: 530px;*/ /*height: 530px;*/ - min-height: 530px; /*border-top: #0D0083 1px solid;*/ /*background-repeat: repeat-y; background-position: 0% 0%; background-attachment: scroll; background-image: url(images/menuSx5.png);*/ /*background: #DEE8F5;*/ - background: #DEE8F5; + font-size: 8pt; + width: 180px; + vertical-align: top; /*height: 530px;*/ /*height: 530px;*/ + min-height: 530px; /*border-top: #0D0083 1px solid;*/ /*background-repeat: repeat-y; background-position: 0% 0%; background-attachment: scroll; background-image: url(images/menuSx5.png);*/ /*background: #DEE8F5;*/ + background: #DEE8F5; + -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3); + -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3); + box-shadow: 3px 3px 6px rgba(0,0,0,.3); } .ov_header { - background-color: Blue; + background-color: Blue; } .ov_footer { - background-color: Blue; + background-color: Blue; } .ov_item { - background-color: gray; + background-color: gray; } .ov_itemAlt { - background-color: white; + background-color: white; } .navBar { - font-size: 9pt; /*background-color: #DEE8F5;*/ - background-color: #FFFFFF; /*border-right: #9999ff 1px solid; border-top: #9999ff 1px solid; border-left: #9999ff 1px solid; border-bottom: #9999ff 1px solid;*/ - padding: 3px 3px 3px 3px; - margin: 3px 3px 3px 0px; /*background-color:#DEE8F5; font-family: Verdana Arial; font-size: 13px; font-weight: normal; background-repeat: repeat-x; background-position: 0% 0%; background-attachment: scroll; background-image: url(images/bluGrad32.png);*/ + font-size: 9pt; /*background-color: #DEE8F5;*/ + background-color: #FFFFFF; /*border-right: #9999ff 1px solid; border-top: #9999ff 1px solid; border-left: #9999ff 1px solid; border-bottom: #9999ff 1px solid;*/ + padding: 3px 3px 3px 3px; + margin: 3px 3px 3px 0px; /*background-color:#DEE8F5; font-family: Verdana Arial; font-size: 13px; font-weight: normal; background-repeat: repeat-x; background-position: 0% 0%; background-attachment: scroll; background-image: url(images/bluGrad32.png);*/ } .hlBounce { - font-weight: bold; - font-size: 10pt; + font-weight: bold; + font-size: 10pt; } .alertAjax { - color: #ea101e; - font-size: small; - font-weight: bold; + color: #ea101e; + font-size: small; + font-weight: bold; } .smallTimeClock { - padding-right: 4px; - padding-left: 4px; - font-weight: bold; - font-size: 7pt; - padding-bottom: 2px; - vertical-align: middle; - color: Yellow; - padding-top: 2px; - font-family: verdana, arial; - text-align: justify; + padding-right: 4px; + padding-left: 4px; + font-weight: bold; + font-size: 7pt; + padding-bottom: 2px; + vertical-align: middle; + color: Yellow; + padding-top: 2px; + font-family: verdana, arial; + text-align: justify; } .dxButtonClass { - padding-right: 8px; - padding-left: 8px; - font-weight: bold; - font-size: 9pt; - padding-bottom: 2px; - vertical-align: middle; - color: Yellow; - padding-top: 2px; - font-family: verdana, arial; - text-align: justify; + padding-right: 8px; + padding-left: 8px; + font-weight: bold; + font-size: 9pt; + padding-bottom: 2px; + vertical-align: middle; + color: Yellow; + padding-top: 2px; + font-family: verdana, arial; + text-align: justify; } .barraTitolo { - background-color: #FF7A00; /* #4C90FF; */ - vertical-align: middle; - height: 20pt; + background-color: #FF7A00; /* #4C90FF; */ + vertical-align: middle; + height: 20pt; + text-align: center; } INPUT { - font-size: 8pt; + font-size: 8pt; } .selezioneVal { - border-right: yellow 1px solid; - border-top: yellow 1px solid; - border-left: yellow 1px solid; - border-bottom: yellow 1px solid; + border-right: yellow 1px solid; + border-top: yellow 1px solid; + border-left: yellow 1px solid; + border-bottom: yellow 1px solid; } .selezioneValWhite { - border-right: white 1px solid; - border-top: white 1px solid; - border-left: white 1px solid; - border-bottom: white 1px solid; + border-right: white 1px solid; + border-top: white 1px solid; + border-left: white 1px solid; + border-bottom: white 1px solid; } .tableContenuto { - padding: 0px; - margin: 2px; /* con questo Table va a full screen */ - width: 99%; + padding: 0px; + margin: 2px; /* con questo Table va a full screen */ + width: 99%; } .topContrDx { - text-align: center; - background-color: white; - text-align: left; - font-size: 9pt; + text-align: center; + background-color: white; + text-align: left; + font-size: 9pt; } .topContrSx { - padding: 6px 3px 6px 3px; - text-align: center; - background-color: #DEE8F5; - border-top: solid 2px silver; - border-left: solid 2px silver; - border-right: solid 2px silver; - font-weight: bold; - font-size: 8pt; + padding: 6px 3px 6px 3px; + text-align: center; + background-color: #DEE8F5; + border-top: solid 2px silver; + border-left: solid 2px silver; + border-right: solid 2px silver; + font-weight: bold; + font-size: 8pt; } .contrRiq { - border-left: solid 2px silver; - background-color: white; - border-top: solid 2px silver; - border-left: solid 2px silver; - border-right: solid 2px silver; - border-bottom: solid 1px silver; + border-left: solid 2px silver; + background-color: white; + border-top: solid 2px silver; + border-left: solid 2px silver; + border-right: solid 2px silver; + border-bottom: solid 1px silver; } .topSubMenuChk { - padding: 1px 6px 1px 6px; - text-align: center; - background-color: #DEE8F5; - border-top: solid 1px silver; - border-left: solid 2px silver; - border-right: solid 1px silver; - border-bottom: solid 1px silver; - font-weight: bold; - font-size: 8pt; + padding: 1px 6px 1px 6px; + text-align: center; + background-color: #DEE8F5; + border-top: solid 1px silver; + border-left: solid 2px silver; + border-right: solid 1px silver; + border-bottom: solid 1px silver; + font-weight: bold; + font-size: 8pt; } .controllo { - vertical-align: top; - width: 100%; - background-color: Transparent; - font-size: 8pt; - border-width: thin; - border-top-style: solid; - border-top-color: White; - border-left-style: solid; - border-left-color: White; - border-right-style: solid; - border-right-color: White; + vertical-align: top; + width: 100%; + background-color: Transparent; + font-size: 8pt; + border-width: thin; + border-top-style: solid; + border-top-color: White; + border-left-style: solid; + border-left-color: White; + border-right-style: solid; + border-right-color: White; } .contrDx { - vertical-align: top; - width: 100%; - background-color: White; - font-size: 8pt; - border-width: thin; - border-style: solid; - border-color: silver; + vertical-align: top; + width: 100%; + background-color: White; + font-size: 8pt; + border-width: thin; + border-style: solid; + border-color: silver; } .bodyMainCenter { - background-image: url(images/logo_sw.png); - vertical-align: middle; - border-left: #0D0083 1px solid; /*border-top: #0D0083 1px solid;*/ - text-align: center; - height: 100%; - width: 100%; - background-position: center; - background-attachment: scroll; - background-repeat: no-repeat; + background-image: url(images/logo_sw.png); + vertical-align: middle; + border-left: #0D0083 1px solid; /*border-top: #0D0083 1px solid;*/ + text-align: center; + height: 100%; + width: 100%; + background-position: center; + background-attachment: scroll; + background-repeat: no-repeat; } .bottomWrite { - vertical-align: bottom; - border-top: #0D0083 1px solid; - margin-top: 2px; - padding-top: 2px; - font-size: 7pt; - height: 1%; - text-align: right; + vertical-align: bottom; + border-top: #0D0083 1px solid; + margin-top: 2px; + padding-top: 2px; + font-size: 7pt; + height: 1%; + text-align: right; } .bodyCenter { - vertical-align: middle; - text-align: center; - height: 100%; - width: 100%; + vertical-align: middle; + text-align: center; + height: 100%; + width: 100%; } .centerMenu { - background-color: White; - text-align: center; - border-width: thin; - border-style: groove; - border-color: Blue; + background-color: White; + text-align: center; + border-width: thin; + border-style: groove; + border-color: Blue; } .pnlMenuSx { - padding-right: 5px; - height: 530px; + padding-right: 5px; + height: 530px; } A:hover { - color: red; + color: red; } .clonaUserPerm { - color: #ffff66; - background-color: #ea101e; + color: #ffff66; + background-color: #ea101e; } .boxRicerca { - padding: 4px; + padding: 4px; } .oneHalf { - width: 50%; + width: 50%; } .oneQuart { - width: 25%; + width: 25%; } .cal { - font-size: 10pt; + font-size: 10pt; } .treeHead { - width: 100%; - text-align: center; - background-color: #D1DDF1; - border-right: solid 2px silver; - border-top: solid 2px silver; + width: 100%; + text-align: center; + background-color: #D1DDF1; + border-right: solid 2px silver; + border-top: solid 2px silver; } .treeViewPnl { - background-color: white; - border-right: solid 2px silver; - border-bottom: solid 2px silver; + background-color: white; + border-right: solid 2px silver; + border-bottom: solid 2px silver; } .statoHidden { - text-align: center; - width: 100%; - font-size: 9pt; - font-weight: bold; - height: 24px; - color: #696969; - background-image: url(images/bg_bright.jpg); + text-align: center; + width: 100%; + font-size: 9pt; + font-weight: bold; + height: 24px; + color: #696969; + background-image: url(images/bg_bright.jpg); } .statoCurrent { - text-align: center; - width: 100%; - font-size: 9pt; - font-weight: bold; - height: 24px; - color: White; - background-image: url(images/bg_dark.jpg); + text-align: center; + width: 100%; + font-size: 9pt; + font-weight: bold; + height: 24px; + color: White; + background-image: url(images/bg_dark.jpg); } .statoDone { - text-align: center; - width: 100%; - font-size: 9pt; - font-weight: bold; - height: 24px; - color: #696969; - background-image: url(images/bg_bright.jpg); + text-align: center; + width: 100%; + font-size: 9pt; + font-weight: bold; + height: 24px; + color: #696969; + background-image: url(images/bg_bright.jpg); } .imgDisabled a { - color: #ACACAC; - text-decoration: none; + color: #ACACAC; + text-decoration: none; } .imgDisabled { - text-decoration: none; - padding: 2px 5px 2px 5px; - text-align: center; - font-size: 9pt; - height: 24px; - color: #ACACAC; - background-image: url(images/bg_dark_38.png); + text-decoration: none; + padding: 2px 5px 2px 5px; + text-align: center; + font-size: 9pt; + height: 24px; + color: #ACACAC; + background-image: url(images/bg_dark_38.png); } .imgSelected a { - color: White; - text-decoration: none; + color: White; + text-decoration: none; } .imgSelected { - text-decoration: none; - padding: 2px 5px 2px 5px; - text-align: center; - font-size: 9pt; - font-weight: bold; - height: 24px; - color: White; - background-image: url(images/bg_dark_38.png); + text-decoration: none; + padding: 2px 5px 2px 5px; + text-align: center; + font-size: 9pt; + font-weight: bold; + height: 24px; + color: White; + background-image: url(images/bg_dark_38.png); } .imgStandard a:hover { - color: White; + color: White; } .imgStandard a { - color: #363636; - text-decoration: none; + color: #363636; + text-decoration: none; } .imgStandard { - text-decoration: none; - padding: 2px 5px 2px 5px; - text-align: center; - font-size: 9pt; - height: 24px; - color: #363636; - background-image: url(images/bg_bright_38.png); + text-decoration: none; + padding: 2px 5px 2px 5px; + text-align: center; + font-size: 9pt; + height: 24px; + color: #363636; + background-image: url(images/bg_bright_38.png); } .imgStandard:hover { - color: white; - text-decoration: none; - padding: 2px 5px 2px 5px; - text-align: center; - font-size: 9pt; - height: 24px; /*color: #363636; */ - background-image: url(images/bg_hover_38.png); + color: white; + text-decoration: none; + padding: 2px 5px 2px 5px; + text-align: center; + font-size: 9pt; + height: 24px; /*color: #363636; */ + background-image: url(images/bg_hover_38.png); } .imgStandard:hover a { - color: white; + color: white; } .imgStandardNoHover { - text-decoration: none; - padding: 2px 5px 2px 5px; - text-align: center; - font-size: 9pt; - height: 24px; - color: #363636; - background-image: url(images/bg_bright_38.png); + text-decoration: none; + padding: 2px 5px 2px 5px; + text-align: center; + font-size: 9pt; + height: 24px; + color: #363636; + background-image: url(images/bg_bright_38.png); } .imgStandardNoHover:hover { - text-decoration: none; - padding: 2px 5px 2px 5px; - text-align: center; - font-size: 9pt; - height: 24px; - color: #363636; - background-image: url(images/bg_bright_38.png); + text-decoration: none; + padding: 2px 5px 2px 5px; + text-align: center; + font-size: 9pt; + height: 24px; + color: #363636; + background-image: url(images/bg_bright_38.png); } .eta2 { - width: 33%; - text-align: center; - background-color: #ffcccc; - font-size: 10pt; - font-weight: bold; + width: 33%; + text-align: center; + background-color: #ffcccc; + font-size: 10pt; + font-weight: bold; } .termAnt { - width: 33%; - text-align: center; - background-color: #ccffcc; - font-size: 10pt; - font-weight: bold; + width: 33%; + text-align: center; + background-color: #ccffcc; + font-size: 10pt; + font-weight: bold; } .termPost { - width: 33%; - text-align: center; - background-color: #ccccff; - font-size: 10pt; - font-weight: bold; + width: 33%; + text-align: center; + background-color: #ccccff; + font-size: 10pt; + font-weight: bold; } .watermarked { - color: #696969; - background-color: #EFEFFF; + color: #696969; + background-color: #EFEFFF; } @@ -810,149 +835,157 @@ A:hover .divSx { - float: left; - padding: 0; - margin: 0; + float: left; + padding: 0; + margin: 0; } .divDx { - float: right; - padding: 0; - margin: 0; + float: right; + padding: 0; + margin: 0; } .clearDiv { - clear: both; + clear: both; } .formatTableGeneral { - height: 100%; - width: 100%; - border-bottom-width: 0px; + height: 100%; + width: 100%; + border-bottom-width: 0px; } .dgCenter { - text-align: center; + text-align: center; } .menuSxTree { - color: #D9101E; - font-size: 9pt; - text-align: left; - font-weight: bold; - margin-left: 0px; - margin-right: 0px; - margin-top: 0px; + color: #D9101E; + font-size: 9pt; + text-align: left; + font-weight: bold; + margin-left: 0px; + margin-right: 0px; + margin-top: 0px; } .menuSxTreeOver { - color: White; - font-size: 10pt; - text-align: left; - font-weight: bold; - margin-left: 0px; - margin-right: 0px; - margin-top: 0px; + color: White; + font-size: 10pt; + text-align: left; + font-weight: bold; + margin-left: 0px; + margin-right: 0px; + margin-top: 0px; } .menuSxElem { - color: #00008B; - font-size: 7pt; - text-align: left; - font-weight: bold; - margin-left: 0px; - margin-right: 0px; - margin-top: 0px; + color: #00008B; + font-size: 7pt; + text-align: left; + font-weight: bold; + margin-left: 0px; + margin-right: 0px; + margin-top: 0px; } .menuSxElemOver { - color: black; - font-size: 7pt; - text-align: left; - font-weight: bold; - margin-left: 0px; - margin-right: 0px; - margin-top: 0px; + color: black; + font-size: 7pt; + text-align: left; + font-weight: bold; + margin-left: 0px; + margin-right: 0px; + margin-top: 0px; } .menuSxElemSmall { - font-size: 7pt; - text-align: left; - margin-left: 0px; - margin-right: 0px; - font-weight: normal; - color: #555555; - margin-top: 0px; + font-size: 7pt; + text-align: left; + margin-left: 0px; + margin-right: 0px; + font-weight: normal; + color: #555555; + margin-top: 0px; } .menuSxElemSmallOver { - color: #555555; - font-size: 9pt; - text-align: left; - margin-left: 0px; - margin-right: 0px; - font-weight: normal; - margin-top: 0px; + color: #555555; + font-size: 9pt; + text-align: left; + margin-left: 0px; + margin-right: 0px; + font-weight: normal; + margin-top: 0px; } .userClass { - padding-right: 8px; - padding-left: 8px; - font-weight: bold; - font-size: 9pt; - padding-bottom: 2px; - vertical-align: bottom; - color: white; - padding-top: 2px; - font-family: verdana, arial; - text-align: justify; + padding-right: 8px; + padding-left: 8px; + font-weight: bold; + font-size: 9pt; + padding-bottom: 2px; + vertical-align: bottom; + color: white; + padding-top: 2px; + font-family: verdana, arial; + text-align: justify; } .topMenuMess { - font-size: 9pt; - text-align: left; - margin-left: 0px; - margin-right: 0px; - font-weight: bold; - color: white; - margin-top: 0px; + font-size: 9pt; + text-align: left; + margin-left: 0px; + margin-right: 0px; + font-weight: bold; + color: white; + margin-top: 0px; } .topMenuMessEn { - font-size: 9pt; - text-align: left; - margin-left: 0px; - margin-right: 0px; - font-weight: bold; - color: black; - margin-top: 0px; + font-size: 9pt; + text-align: left; + margin-left: 0px; + margin-right: 0px; + font-weight: bold; + color: black; + margin-top: 0px; } .bodyMain { - background-image: url(images/logo_sw.png); - vertical-align: top; - border-left: #0D0083 1px solid; /*border-top: #0D0083 1px solid;*/ - height: 100%; - width: 100%; - background-position: center; /*was topleft*/ - background-attachment: scroll; - background-repeat: no-repeat; + background-image: url(images/logo_sw.png); + vertical-align: top; + border-left: #0D0083 1px solid; /*border-top: #0D0083 1px solid;*/ + height: 100%; + width: 100%; + background-position: center; /*was topleft*/ + background-attachment: scroll; + background-repeat: no-repeat; } -/*.bodyMainWhite +.bodyMainEmpty { - vertical-align: top; - border-left: #0D0083 1px solid; - height: 100%; - width: 100%; - background-position: center; - background-attachment: scroll; - background-repeat: no-repeat; + vertical-align: top; + border-left: maroon 1px solid; + height: 100%; + width: 100%; +} + +.bodyMainWhite +{ + vertical-align: top; + border-left: maroon 1px solid; + height: 100%; + width: 100%; + background-position: center; + background-attachment: scroll; + background-repeat: no-repeat; } .bodyMainWhite a:hover { - color: white; + color: white; } .bodyMainNoLogo @@ -977,506 +1010,510 @@ A:hover */ .logoUpSx { - width: 200; - text-align: left; + width: 200; + text-align: left; } .topMenu { - width: 100%; - text-align: left; - vertical-align: bottom; + width: 100%; + text-align: left; + vertical-align: bottom; } .tabModPrinc { - background-color: White; + background-color: White; } .sxTabPrinc { - font-size: 10pt; - font-style: italic; - color: Blue; - font-weight: bold; - width: 90%; - background-color: Transparent; + font-size: 10pt; + font-style: italic; + color: Blue; + font-weight: bold; + width: 90%; + background-color: Transparent; } .dxTabPrinc { - background-color: #cbcbFF; - text-align: right; + background-color: #cbcbFF; + text-align: right; } .tab_1 { - vertical-align: top; + vertical-align: top; } .sxTab_1 { - background-color: #C8D0D4; - text-align: left; + background-color: #C8D0D4; + text-align: left; } .sxTab_1_new { - background-color: #9999cc; - text-align: left; + background-color: #9999cc; + text-align: left; } .dxTab_1 { - width: 70%; - background-color: #C8D0D4; + width: 70%; + background-color: #C8D0D4; } .sxTab_2 { - background-color: #11AA66; - text-align: left; + background-color: #11AA66; + text-align: left; } .dxTab_2 { - width: 70%; - background-color: Transparent; + width: 70%; + background-color: Transparent; } .tab_2Body { - vertical-align: middle; - border: solid thin #11AA66; + vertical-align: middle; + border: solid thin #11AA66; } .chPwdTitle { - padding: 2px; - font-weight: bold; - font-size: 24pt; - color: red; - text-align: center; + padding: 2px; + font-weight: bold; + font-size: 24pt; + color: red; + text-align: center; } .chPwdTxt { - padding: 2px; - font-weight: bold; - font-size: 10pt; - color: red; - text-align: center; + padding: 2px; + font-weight: bold; + font-size: 10pt; + color: red; + text-align: center; } .chPwdMess { - padding: 2px; - font-weight: bold; - font-style: italic; - font-size: 9pt; - color: yellow; - text-align: center; + padding: 2px; + font-weight: bold; + font-style: italic; + font-size: 9pt; + color: yellow; + text-align: center; } .loginTitle { - font-weight: bold; - font-size: 30pt; - color: Red; + font-weight: bold; + font-size: 30pt; + color: Red; } .loginTxt { - padding: 2px; - font-weight: bold; - font-size: 10pt; - color: red; - text-align: center; + padding: 2px; + font-weight: bold; + font-size: 10pt; + color: red; + text-align: center; } .loginMess { - padding: 2px; - font-weight: bold; - font-style: italic; - font-size: 9pt; - color: yellow; - text-align: center; + padding: 2px; + font-weight: bold; + font-style: italic; + font-size: 9pt; + color: yellow; + text-align: center; } .reportLabel { - font-size: 16pt; + font-size: 16pt; } .reportValue { - font-size: 16pt; - font-weight: bold; + font-size: 16pt; + font-weight: bold; } .reportExplLang { - font-size: 10pt; + font-size: 10pt; } .reportExplEn { - font-size: 7pt; - font-style: italic; + font-size: 7pt; + font-style: italic; } .reportElencoZap { - font-size: 9pt; + font-size: 9pt; } .UnauthAppTitle { - font-weight: bold; - font-size: 30pt; - margin-left: 10pt; + font-weight: bold; + font-size: 30pt; + margin-left: 10pt; } .UnauthTitle { - font-size: 20pt; - color: Red; - margin-left: 30pt; + font-size: 20pt; + color: Red; + margin-left: 30pt; } .UnauthMess { - font-size: 12pt; - font-style: normal; - margin-left: 30pt; + font-size: 12pt; + font-style: normal; + margin-left: 30pt; } .tableHead { - white-space: nowrap; - height: auto; - vertical-align: top; - line-height: 18px; - width: 100%; - height: 100%; + white-space: nowrap; + height: auto; + vertical-align: top; + line-height: 18px; + width: 100%; + height: 100%; } .tableHead2 { - white-space: nowrap; - height: auto; - vertical-align: top; - line-height: 18px; - color: #ffffcc; - background-color: #999977; - width: 100%; - height: 100%; + white-space: nowrap; + height: auto; + vertical-align: top; + line-height: 18px; + color: #ffffcc; + background-color: #999977; + width: 100%; + height: 100%; } .cmbFiltrText { - font-size: 9pt; + font-size: 9pt; } .currencyFormat { - white-space: nowrap; - text-align: right; - vertical-align: baseline; + white-space: nowrap; + text-align: right; + vertical-align: baseline; } .UserLabel { - background-color: #ff9900; - text-align: center; - margin: 6 6 6 6; + background-color: #ff9900; + text-align: center; + margin: 6 6 6 6; } .UserLabel .principale { - font-size: large; - font-weight: bold; + font-size: large; + font-weight: bold; } . .UserLabel.secondario { - font-size: medium; + font-size: medium; } .cmbMini { - font-size: 8pt; + font-size: 8pt; } .txtMini { - font-size: 7pt; + font-size: 7pt; } .suggerimento { - font-size: 8pt; - font-weight: bold; - color: Red; + font-size: 8pt; + font-weight: bold; + color: Red; } .lblBudget { - font-size: 8pt; - text-align: left; - font-weight: bold; + font-size: 8pt; + text-align: left; + font-weight: bold; } .errore { - font-weight: normal; - font-size: 8pt; - color: Red; + font-weight: normal; + font-size: 8pt; + color: Red; } .erroreMid { - font-weight: normal; - font-size: 10pt; - color: Red; + font-weight: normal; + font-size: 10pt; + color: Red; } .erroreBig { - font-weight: normal; - font-size: 12pt; - color: Red; + font-weight: normal; + font-size: 12pt; + color: Red; } .valUpd { - font-style: italic; + font-style: italic; } .cmbMini { - font-size: 8pt; + font-size: 8pt; } .txtMini { - font-size: 8pt; + font-size: 8pt; } .txtMiniLeft { - font-size: 8pt; - text-align: left; + font-size: 8pt; + text-align: left; } .valOk { - color: Green; + color: Green; } .valKo { - color: Red; - font-weight: bold; + color: Red; + font-weight: bold; } .suggerimento { - font-size: 8pt; - font-weight: bold; - color: Red; + font-size: 8pt; + font-weight: bold; + color: Red; } .searchHead { - background-color: #bbaabb; + background-color: #bbaabb; } .textHead { - background-color: #9966ff; + background-color: #9966ff; } .linkAnnulla { - background-color: #ee9999; - color: Black; - font-weight: bold; - font-size: 14pt; + background-color: #ee9999; + color: Black; + font-weight: bold; + font-size: 14pt; } .linkSalva { - background-color: #99ee99; - color: Black; - font-weight: bold; - font-size: 14pt; + background-color: #99ee99; + color: Black; + font-weight: bold; + font-size: 14pt; } .tableDett1 { - background: #98ff98; + background: #98ff98; } .valDett1 { - font-size: 8pt; - color: Black; - font-weight: normal; + font-size: 8pt; + color: Black; + font-weight: normal; } .tab_2lbl { - vertical-align: baseline; - border-collapse: collapse; - border-width: thin; - border-style: none; - font-size: 7pt; + vertical-align: baseline; + border-collapse: collapse; + border-width: thin; + border-style: none; + font-size: 7pt; } .dettSel { - border-right: green 1px solid; - padding-right: 8px; - border-top: green 1px solid; - padding-left: 8px; - font-weight: bold; - font-size: 9pt; - background: #33ee44; - padding-bottom: 2px; - vertical-align: bottom; - border-left: green 1px solid; - color: white; - padding-top: 2px; - border-bottom: green 1px solid; - font-family: verdana, arial; - text-align: justify; + border-right: green 1px solid; + padding-right: 8px; + border-top: green 1px solid; + padding-left: 8px; + font-weight: bold; + font-size: 9pt; + background: #33ee44; + padding-bottom: 2px; + vertical-align: bottom; + border-left: green 1px solid; + color: white; + padding-top: 2px; + border-bottom: green 1px solid; + font-family: verdana, arial; + text-align: justify; } .dettDesel { - border-right: green 1px solid; - padding-right: 8px; - border-top: green 1px solid; - padding-left: 8px; - font-weight: bold; - font-size: 9pt; - background: white; - padding-bottom: 2px; - vertical-align: bottom; - border-left: green 1px solid; - color: Black; - padding-top: 2px; - border-bottom: green 1px solid; - font-family: verdana, arial; - text-align: justify; + border-right: green 1px solid; + padding-right: 8px; + border-top: green 1px solid; + padding-left: 8px; + font-weight: bold; + font-size: 9pt; + background: white; + padding-bottom: 2px; + vertical-align: bottom; + border-left: green 1px solid; + color: Black; + padding-top: 2px; + border-bottom: green 1px solid; + font-family: verdana, arial; + text-align: justify; } .dettHide { - border-right: orange 1px solid; - padding-right: 8px; - border-top: orange 1px solid; - padding-left: 8px; - font-weight: bold; - font-size: 9pt; - background: #ff3344; - padding-bottom: 2px; - vertical-align: bottom; - border-left: orange 1px solid; - color: white; - padding-top: 2px; - border-bottom: orange 1px solid; - font-family: verdana, arial; - text-align: justify; + border-right: orange 1px solid; + padding-right: 8px; + border-top: orange 1px solid; + padding-left: 8px; + font-weight: bold; + font-size: 9pt; + background: #ff3344; + padding-bottom: 2px; + vertical-align: bottom; + border-left: orange 1px solid; + color: white; + padding-top: 2px; + border-bottom: orange 1px solid; + font-family: verdana, arial; + text-align: justify; } .tableDett3 { - background: #98ff98; - font-size: 9pt; + background: #98ff98; + font-size: 9pt; } .dett3Head { - background: blue; - color: Yellow; - font-weight: bold; - font-size: 9pt; + background: blue; + color: Yellow; + font-weight: bold; + font-size: 9pt; } .dett3Col1 { - color: Black; - font-weight: bold; - font-size: 9pt; + color: Black; + font-weight: bold; + font-size: 9pt; } .linkHead { - color: White; + color: White; } .titoloMed { - color: Red; - font-size: 18pt; - font-weight: bold; + color: Red; + font-size: 18pt; + font-weight: bold; } .testoMed { - font-size: 12pt; - font-weight: bold; + font-size: 12pt; + font-weight: bold; } .txtTab { - font-size: 8pt; - font-family: verdana, arial; - text-align: justify; + font-size: 8pt; + font-family: verdana, arial; + text-align: justify; } .tblGray { - border-color: #777777; + border-color: #777777; } .txtMiniTabella { - text-align: right; - font-weight: normal; - padding-left: 2pt; - font-size: 8pt; - padding-bottom: 2pt; - padding-top: 2pt; + text-align: right; + font-weight: normal; + padding-left: 2pt; + font-size: 8pt; + padding-bottom: 2pt; + padding-top: 2pt; } .txtMiniTabellaLeft { - text-align: left; - font-weight: normal; - padding-left: 2pt; - font-size: 8pt; - padding-bottom: 2pt; - padding-top: 2pt; + text-align: left; + font-weight: normal; + padding-left: 2pt; + font-size: 8pt; + padding-bottom: 2pt; + padding-top: 2pt; } .txtMiniTabellaDato { - text-align: left; - font-weight: bold; - padding-left: 2pt; - font-size: 8pt; - padding-bottom: 2pt; - padding-top: 2pt; + text-align: left; + font-weight: bold; + padding-left: 2pt; + font-size: 8pt; + padding-bottom: 2pt; + padding-top: 2pt; } .relazione { - margin-top: 1px; - padding-top: 1px; - font-weight: normal; - font-size: 11pt; - text-align: justify; + margin-top: 1px; + padding-top: 1px; + font-weight: normal; + font-size: 11pt; + text-align: justify; } .smallTable { - width: 300px; + width: 300px; } .centerAll { - vertical-align: middle; - text-align: center; + vertical-align: middle; + text-align: center; +} +.centerAllOther +{ + margin: 0 auto; } .selLinguaTxt { - padding: 2px; - font-weight: bold; - font-size: 12pt; - color: Yellow; - text-align: center; + padding: 2px; + font-weight: bold; + font-size: 12pt; + color: Yellow; + text-align: center; } .navBar { - font-size: 9pt; - background-color: #ededff; - border-right: #9999ff 1px solid; - border-top: #9999ff 1px solid; - border-left: #9999ff 1px solid; - border-bottom: #9999ff 1px solid; + font-size: 9pt; + background-color: #ededff; + border-right: #9999ff 1px solid; + border-top: #9999ff 1px solid; + border-left: #9999ff 1px solid; + border-bottom: #9999ff 1px solid; } .panelPaddingTitle { - padding-top: 5px; - padding-left: 10px; - text-align: center; - vertical-align: middle; /* qui aggiunta */ - margin-right: 80px; + padding-top: 5px; + padding-left: 10px; + text-align: center; + vertical-align: middle; /* qui aggiunta */ + margin-right: 80px; } .panelPadding { - padding-top: 5px; - padding-left: 5px; - padding-bottom: 5px; /* qui aggiunta */ - margin-right: 80px; + padding-top: 5px; + padding-left: 5px; + padding-bottom: 5px; /* qui aggiunta */ + margin-right: 80px; } .panelPaddingTitleDiv { - padding-top: 5px; - padding-left: 10px; - text-align: center; - vertical-align: middle; - margin-right: 80px; + padding-top: 5px; + padding-left: 10px; + text-align: center; + vertical-align: middle; + margin-right: 80px; } .panelPaddingDiv { - padding-top: 5px; - padding-left: 10px; - padding-bottom: 5px; - margin-right: 80px; + padding-top: 5px; + padding-left: 10px; + padding-bottom: 5px; + margin-right: 80px; } @@ -1484,31 +1521,31 @@ A:hover .wrap { - overflow: auto; - white-space: normal; + overflow: auto; + white-space: normal; } .dropdownList { - font-weight: normal; - font-size: 7pt; - background: #ea101e; - color: white; - font-family: verdana, arial; - text-align: justify; + font-weight: normal; + font-size: 7pt; + background: #ea101e; + color: white; + font-family: verdana, arial; + text-align: justify; } .boxText { - font-size: 8pt; - font-weight: normal; - width: 100%; + font-size: 8pt; + font-weight: normal; + width: 100%; } .saveClose { - width: 100%; - text-align: center; - background-color: #ea101e; - padding: 2pt; + width: 100%; + text-align: center; + background-color: #ea101e; + padding: 2pt; } /* @end */ @@ -1517,180 +1554,180 @@ A:hover .idxContratto { - text-align: center; - font-size: 10pt; - font-weight: bold; + text-align: center; + font-size: 10pt; + font-weight: bold; } .idxStatoContratto { - text-align: right; - font-size: 10pt; - font-weight: bold; - font-style: italic; - color: Blue; + text-align: right; + font-size: 10pt; + font-weight: bold; + font-style: italic; + color: Blue; } /* fasi uomo / macchina*/ .stileFaseMacchina { - color: #ea101e; + color: #ea101e; } .stileFaseExt { - color: Black; + color: Black; } .stileFaseUomo { - color: #1e10ea; + color: #1e10ea; } .treeCdC { - width: 250px; - text-align: right; - font-size: 8pt; - width: 180px; - vertical-align: top; - height: 100%; - background: white; + width: 250px; + text-align: right; + font-size: 8pt; + width: 180px; + vertical-align: top; + height: 100%; + background: white; } .RDA { - font-size: 7pt; + font-size: 7pt; } .Ord { - font-size: 7pt; - background: #d0ffe3; + font-size: 7pt; + background: #d0ffe3; } .Fatt { - font-size: 7pt; + font-size: 7pt; } .job2do { - width: 50%; - font-weight: normal; - border-bottom-style: solid; - border-bottom-width: thin; - font-size: 8pt; - color: blue; - font-family: verdana, arial; - text-align: left; + width: 50%; + font-weight: normal; + border-bottom-style: solid; + border-bottom-width: thin; + font-size: 8pt; + color: blue; + font-family: verdana, arial; + text-align: left; } .jobDone { - width: 50%; - font-weight: normal; - border-bottom-style: solid; - border-bottom-width: thin; - font-size: 8pt; - color: green; - font-family: verdana, arial; - text-align: right; + width: 50%; + font-weight: normal; + border-bottom-style: solid; + border-bottom-width: thin; + font-size: 8pt; + color: green; + font-family: verdana, arial; + text-align: right; } .bodyAvanzamento { - font-family: Verdana, Arial; - background-image: url(images/gradiente.png); + font-family: Verdana, Arial; + background-image: url(images/gradiente.png); } .paramIn { - font-family: Verdana; - margin-top: 1px; - padding-top: 1px; - font-weight: normal; - font-size: 7pt; - text-align: justify; - padding: 2px 2px p2x 2px; - border-right: red 2px solid; - border-top: red 2px solid; - border-left: red 2px solid; - border-bottom: red 2px solid; - margin: 1px; - background-color: #ffcccc; + font-family: Verdana; + margin-top: 1px; + padding-top: 1px; + font-weight: normal; + font-size: 7pt; + text-align: justify; + padding: 2px 2px p2x 2px; + border-right: red 2px solid; + border-top: red 2px solid; + border-left: red 2px solid; + border-bottom: red 2px solid; + margin: 1px; + background-color: #ffcccc; } .allegatiOut { - font-family: Verdana; - border-top: maroon 1px solid; - margin-top: 1px; - padding-top: 1px; - font-weight: normal; - font-size: 8pt; - text-align: justify; + font-family: Verdana; + border-top: maroon 1px solid; + margin-top: 1px; + padding-top: 1px; + font-weight: normal; + font-size: 8pt; + text-align: justify; } .testoAllegatoIN { - font-family: Verdana; - padding: 5px 5px p5x 5px; - border-right: green 2px solid; - border-top: green 2px solid; - border-left: green 2px solid; - border-bottom: green 2px solid; - margin: 1px; - background-color: #ccffdd; - font-weight: normal; - font-size: 7pt; - text-align: left; + font-family: Verdana; + padding: 5px 5px p5x 5px; + border-right: green 2px solid; + border-top: green 2px solid; + border-left: green 2px solid; + border-bottom: green 2px solid; + margin: 1px; + background-color: #ccffdd; + font-weight: normal; + font-size: 7pt; + text-align: left; } .testoAllegatoOUT { - font-family: Verdana; - padding: 5px 5px p5x 5px; - border-right: blue 2px solid; - border-top: blue 2px solid; - border-left: blue 2px solid; - border-bottom: blue 2px solid; - margin: 1px; - background-color: #ccddff; - font-weight: normal; - font-size: 7pt; - text-align: left; + font-family: Verdana; + padding: 5px 5px p5x 5px; + border-right: blue 2px solid; + border-top: blue 2px solid; + border-left: blue 2px solid; + border-bottom: blue 2px solid; + margin: 1px; + background-color: #ccddff; + font-weight: normal; + font-size: 7pt; + text-align: left; } /* zona colorazione filtri */ .filtro_1 { - background-color: #8888ff; + background-color: #8888ff; } .filtro_2 { - background-color: #aaaaff; + background-color: #aaaaff; } .filtro_3 { - background-color: #ccccff; + background-color: #ccccff; } .filtro_4 { - background-color: #dedeff; + background-color: #dedeff; } .filtro_5 { - background-color: #efefff; + background-color: #efefff; } .intestJob { - padding: 5px 5px 5px 5px; + padding: 5px 5px 5px 5px; } /* zona DIV con ID */ #prenotazionehead { - text-align: center; + text-align: center; } #prenotazione { - padding-left: 3px; - vertical-align: top; + padding-left: 3px; + vertical-align: top; } @@ -1701,194 +1738,194 @@ A:hover .lblText { - font-size: 8pt; + font-size: 8pt; } .lblValore { - font-size: 8pt; - color: Black; - background-color: Transparent; - border-style: none; + font-size: 8pt; + color: Black; + background-color: Transparent; + border-style: none; } .lblValoreBold { - font-size: 8pt; - color: Black; - font-weight: bold; - background-color: Transparent; - border-style: none; + font-size: 8pt; + color: Black; + font-weight: bold; + background-color: Transparent; + border-style: none; } .lblColorGray { - padding-left: 2pt; - text-align: left; - background-color: #777777; - font-size: 10pt; - font-weight: bold; - color: White; + padding-left: 2pt; + text-align: left; + background-color: #777777; + font-size: 10pt; + font-weight: bold; + color: White; } .lblWhite { - width: 70%; - background-color: white; + width: 70%; + background-color: white; } .grView { - color: #333333; - font-size: 8pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; - padding-bottom: 1px; + color: #333333; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; + padding-bottom: 1px; } .ctrHeaderPager { - background-color: #b8b8b8; - font-weight: bold; - color: White; + background-color: #b8b8b8; + font-weight: bold; + color: White; } .ctrHeaderPagerRight { - background-color: #b8b8b8; - font-weight: bold; - color: White; - text-align: right; + background-color: #b8b8b8; + font-weight: bold; + color: White; + text-align: right; } .ctrHeaderPagerBlue { - background-color: #507CD1; - height: 1px; + background-color: #507CD1; + height: 1px; } .ctrHeaderPagerBlueRight { - background-color: #507CD1; - height: 1px; - text-align: right; + background-color: #507CD1; + height: 1px; + text-align: right; } .ctrFooter { - background-color: #507CD1; - font-weight: bold; - color: White; + background-color: #507CD1; + font-weight: bold; + color: White; } .ctrRowStyle { - vertical-align: top; - background-color: #EFF3FB; + vertical-align: top; + background-color: #EFF3FB; } .ctrAltRowStyle { - vertical-align: top; - background-color: White; + vertical-align: top; + background-color: White; } .ctrRowStyleRight { - background-color: #EFF3FB; - text-align: right; + background-color: #EFF3FB; + text-align: right; } .ctrAltRowStyleRight { - background-color: White; - text-align: right; + background-color: White; + text-align: right; } .ctrInsRowStyle { - background-color: #b8b8b8; + background-color: #b8b8b8; } .ctrEditRowStyle { - background-color: #D1DDF1; + background-color: #D1DDF1; } .ctrSelRowStyle { - font-weight: bold; - color: #333333; - background-color: #D1DDF1; + font-weight: bold; + color: #333333; + background-color: #D1DDF1; } .ctrCommRow { - font-weight: bold; - background-color: #D1DDF1; + font-weight: bold; + background-color: #D1DDF1; } .ctrFiledHead { - background-color: #DEE8F5; - font-weight: bold; - width: 25%; + background-color: #DEE8F5; + font-weight: bold; + width: 25%; } .ctrLabelStrong { - font-weight: bold; + font-weight: bold; } .ctrFieldEdit { - font-size: 8pt; + font-size: 8pt; } /* Controlli Alternativi */ .ctrHeaderPagerDet { - background-color: #507CD1; - font-weight: bold; - color: White; + background-color: #507CD1; + font-weight: bold; + color: White; } .ctrFooterDet { - background-color: #507CD1; - font-weight: bold; - color: White; + background-color: #507CD1; + font-weight: bold; + color: White; } .ctrRowStyleDet { - vertical-align: top; - background-color: #EFF3FB; + vertical-align: top; + background-color: #EFF3FB; } .ctrAltRowStyleDet { - vertical-align: top; - background-color: White; - border-bottom-width: 1px; - border-color: Silver; + vertical-align: top; + background-color: White; + border-bottom-width: 1px; + border-color: Silver; } .ctrInsRowStyleDet { - background-color: #b8b8b8; + background-color: #b8b8b8; } .ctrEditRowStyleDet { - background-color: #D1DDF1; + background-color: #D1DDF1; } .ctrSelRowStyleDet { - font-weight: bold; - color: #333333; - background-color: #D1DDF1; + font-weight: bold; + color: #333333; + background-color: #D1DDF1; } .ctrCommRowDet { - font-weight: bold; - background-color: #D1DDF1; + font-weight: bold; + background-color: #D1DDF1; } .ctrFiledHeadDet { - background-color: #DEE8F5; - font-weight: bold; - width: 25%; + background-color: #DEE8F5; + font-weight: bold; + width: 25%; } .ctrLabelStrongDet { - font-weight: bold; + font-weight: bold; } .ctrFieldEditDet { - font-size: 8pt; + font-size: 8pt; } /* END */ @@ -1897,70 +1934,70 @@ A:hover .ctrHeaderPagerRed { - background-color: #D15B5B; - font-weight: bold; - color: White; + background-color: #D15B5B; + font-weight: bold; + color: White; } .ctrFooterRed { - background-color: #D15B5B; - font-weight: bold; - color: White; + background-color: #D15B5B; + font-weight: bold; + color: White; } .ctrRowStyleRed { - vertical-align: top; - background-color: #FFE1E7; + vertical-align: top; + background-color: #FFE1E7; } .ctrAltRowStyleRed { - vertical-align: top; - background-color: White; - border-bottom-width: 1px; - border-color: Silver; + vertical-align: top; + background-color: White; + border-bottom-width: 1px; + border-color: Silver; } .ctrInsRowStyleRed { - background-color: #b8b8b8; + background-color: #b8b8b8; } .ctrEditRowStyleRed { - background-color: #FFC4C5; + background-color: #FFC4C5; } .ctrSelRowStyleRed { - font-weight: bold; - color: #333333; - background-color: #FFC4C5; + font-weight: bold; + color: #333333; + background-color: #FFC4C5; } .ctrCommRowRed { - font-weight: bold; - background-color: #FFC4C5; + font-weight: bold; + background-color: #FFC4C5; } .ctrFiledHeadRed { - background-color: #FFC4C5; - font-weight: bold; - width: 25%; + background-color: #FFC4C5; + font-weight: bold; + width: 25%; } .ctrLabelStrongRed { - font-weight: bold; + font-weight: bold; } .ctrFieldEditRed { - font-size: 8pt; + font-size: 8pt; } @@ -1971,825 +2008,825 @@ A:hover .repHead { - background-color: #507CD1; - color: White; - font-size: 10pt; - font-weight: bold; + background-color: #507CD1; + color: White; + font-size: 10pt; + font-weight: bold; } .repFrame { - border: solid /* 2px */ #507CD1; + border: solid /* 2px */ #507CD1; } .repFooter { - font-size: 8pt; - background-color: #507CD1; - color: White; + font-size: 8pt; + background-color: #507CD1; + color: White; } .repFooterRight { - font-size: 8pt; - background-color: #507CD1; - color: White; - text-align: right; + font-size: 8pt; + background-color: #507CD1; + color: White; + text-align: right; } /*CollapsiblePanel*/ .collapsePanel { - background-color: white; - overflow: hidden; + background-color: white; + overflow: hidden; } .collapsePanelHeader { - width: 100%; - height: 30px; - background-image: url(images/bg-menu-main.png); - background-repeat: repeat-x; - color: #FFF; - font-weight: bold; + width: 100%; + height: 30px; + background-image: url(images/bg-menu-main.png); + background-repeat: repeat-x; + color: #FFF; + font-weight: bold; } .collapsePanelHead { - padding: 5px; - cursor: pointer; - vertical-align: middle; + padding: 5px; + cursor: pointer; + vertical-align: middle; } .collapsePanelImg { - float: right; - vertical-align: middle; + float: right; + vertical-align: middle; } .collapsePanelText { - float: left; - vertical-align: middle; - font-size: 9pt; + float: left; + vertical-align: middle; + font-size: 9pt; } .collapsePanelTextDetails { - float: left; - margin-left: 20px; - vertical-align: middle; - font-size: 7pt; + float: left; + margin-left: 20px; + vertical-align: middle; + font-size: 7pt; } .ctrSelRow2DetailStyle { - font-weight: bold; - color: #333333; - background-color: #D1DDF1; + font-weight: bold; + color: #333333; + background-color: #D1DDF1; } .pnlDettaglio { - margin: 4px 4px 4px 4px; + margin: 4px 4px 4px 4px; } .dettaglioRiga { - vertical-align: top; + vertical-align: top; } .pnlMaster { - height: 300px; + height: 300px; } .pnlDetail { - border-left: solid 4px #D1DDF1; - border-top: solid 4px #D1DDF1; - border-bottom: solid 4px #D1DDF1; - border-right: solid 4px #D1DDF1; - background-color: #F3FFF3; - vertical-align: top; + border-left: solid 4px #D1DDF1; + border-top: solid 4px #D1DDF1; + border-bottom: solid 4px #D1DDF1; + border-right: solid 4px #D1DDF1; + background-color: #F3FFF3; + vertical-align: top; } .pnlDrillDown { - border-left: solid 8px #D1DDF1; - border-top: solid 8px #D1DDF1; - border-bottom: solid 8px #D1DDF1; - border-right: solid 8px #D1DDF1; - vertical-align: top; - height: 290px; + border-left: solid 8px #D1DDF1; + border-top: solid 8px #D1DDF1; + border-bottom: solid 8px #D1DDF1; + border-right: solid 8px #D1DDF1; + vertical-align: top; + height: 290px; } .pnlDrillDownAlt { - border-right: solid 5px #D1DDF1; + border-right: solid 5px #D1DDF1; } .pnlDrillDownAltAll { - border-right: solid 5px #D1DDF1; - border-left: solid 5px #D1DDF1; - border-top: solid 5px #D1DDF1; - border-bottom: solid 5px #D1DDF1; + border-right: solid 5px #D1DDF1; + border-left: solid 5px #D1DDF1; + border-top: solid 5px #D1DDF1; + border-bottom: solid 5px #D1DDF1; } .lblSearchLang { - font-weight: bold; - font-size: 11pt; - color: #00008B; - margin-left: 8px; - margin-right: 4px; + font-weight: bold; + font-size: 11pt; + color: #00008B; + margin-left: 8px; + margin-right: 4px; } .tblDett { - vertical-align: top; - background-color: white; - text-align: left; + vertical-align: top; + background-color: white; + text-align: left; } . .tblDett.titolo { - font-size: 13pt; - font-weight: bold; - color: blue; + font-size: 13pt; + font-weight: bold; + color: blue; } . .tblDett.sceltaGen { - background-color: #8899ee; + background-color: #8899ee; } .pnlPar_1 { - background-color: #ea101e; + background-color: #ea101e; } .pnlPar_1_En { - font-size: 7pt; - font-weight: normal; - color: Silver; + font-size: 7pt; + font-weight: normal; + color: Silver; } .pnlPar_1_Lang { - font-size: 8pt; - font-weight: bold; - color: Silver; + font-size: 8pt; + font-weight: bold; + color: Silver; } .pnlPar_1_Error { - font-size: 7pt; - font-weight: bold; - color: #aadd00; + font-size: 7pt; + font-weight: bold; + color: #aadd00; } .pnlPar_1_Descr { - background-color: #ea101e; - font-size: 9pt; - font-weight: normal; - color: Yellow; + background-color: #ea101e; + font-size: 9pt; + font-weight: normal; + color: Yellow; } .pnlPar_2 { - background-color: #dcdcdc; + background-color: #dcdcdc; } .pnlPar_2_En { - font-size: 7pt; - font-weight: normal; - color: black; + font-size: 7pt; + font-weight: normal; + color: black; } .pnlPar_2_Lang { - font-size: 8pt; - font-weight: bold; - color: black; + font-size: 8pt; + font-weight: bold; + color: black; } .pnlPar_2_Error { - font-size: 7pt; - font-weight: bold; - color: red; + font-size: 7pt; + font-weight: bold; + color: red; } .pnlPar_2_Descr { - font-size: 9pt; - font-weight: normal; + font-size: 9pt; + font-weight: normal; } .pnlPar_3 { - background-color: #4444cc; + background-color: #4444cc; } .pnlPar_3_En { - font-size: 8pt; - font-weight: bold; - color: yellow; + font-size: 8pt; + font-weight: bold; + color: yellow; } .pnlPar_3_Lang { - font-size: 8pt; - font-weight: bold; - color: Silver; + font-size: 8pt; + font-weight: bold; + color: Silver; } .pnlPar_3_Error { - font-size: 7pt; - font-weight: bold; - color: Yellow; + font-size: 7pt; + font-weight: bold; + color: Yellow; } .pnlPar_3_Descr { - background-color: #4444cc; - font-size: 9pt; - font-weight: normal; - color: Yellow; + background-color: #4444cc; + font-size: 9pt; + font-weight: normal; + color: Yellow; } .pnlPar_3_warn { - background-color: #4444cc; - font-size: 8pt; - font-weight: normal; - font-style: italic; - color: Yellow; + background-color: #4444cc; + font-size: 8pt; + font-weight: normal; + font-style: italic; + color: Yellow; } .dlTestata { - background-color: White; - border-width: 0px; - border-style: solid; - border-color: #000099; + background-color: White; + border-width: 0px; + border-style: solid; + border-color: #000099; } .dlTestataSel { - font-size: 8pt; - color: #339966; - background-color: #111111; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + font-size: 8pt; + color: #339966; + background-color: #111111; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dlTestataItem { - text-align: right; - font-size: 7pt; - color: #330099; - background-color: Transparent; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + font-size: 7pt; + color: #330099; + background-color: Transparent; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dlTestataItemObblig { - text-align: right; - font-size: 7pt; - color: Black; - background-color: #b3ccff; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + font-size: 7pt; + color: Black; + background-color: #b3ccff; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dlTestataAltItem { - text-align: right; - font-size: 7pt; - color: #330099; - background-color: #f5f5f5; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + font-size: 7pt; + color: #330099; + background-color: #f5f5f5; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dlTestataEdit { - font-size: 8pt; - color: #339966; - background-color: #66FFCC; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; - vertical-align: text-top; + font-size: 8pt; + color: #339966; + background-color: #66FFCC; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; + vertical-align: text-top; } .dlTestataHead { - color: #CCFFFF; - background: #000099; - font-weight: bold; - font-size: 8pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + color: #CCFFFF; + background: #000099; + font-weight: bold; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dlTestataHead2 { - color: #CCFFFF; - background: #997799; - font-weight: bold; - font-size: 8pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + color: #CCFFFF; + background: #997799; + font-weight: bold; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dlTestataFoot { - text-align: right; - color: #3333dd; - background: #D4C8D0; - font-size: 8pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + color: #3333dd; + background: #D4C8D0; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dlTestata_Lang { - font-size: 7pt; - font-weight: bold; - color: #3366bb; + font-size: 7pt; + font-weight: bold; + color: #3366bb; } .dlTestata_En { - font-size: 7pt; - font-weight: normal; - color: #339933; + font-size: 7pt; + font-weight: normal; + color: #339933; } .lblTabPrincLang { - font-weight: bold; - font-size: 13pt; - color: #00008B; - margin-left: 8px; - margin-right: 4px; + font-weight: bold; + font-size: 13pt; + color: #00008B; + margin-left: 8px; + margin-right: 4px; } .lblTabPrincEn { - font-weight: normal; - font-size: 7pt; - color: #00008B; - margin-left: 4px; - margin-right: 8px; + font-weight: normal; + font-size: 7pt; + color: #00008B; + margin-left: 4px; + margin-right: 8px; } .lblTabPrincLang2 { - font-weight: bold; - font-size: 10pt; - color: White; - margin-left: 8px; - margin-right: 4px; + font-weight: bold; + font-size: 10pt; + color: White; + margin-left: 8px; + margin-right: 4px; } .lblTabPrincEn2 { - font-weight: normal; - font-size: 7pt; - color: White; - margin-left: 4px; - margin-right: 8px; + font-weight: normal; + font-size: 7pt; + color: White; + margin-left: 4px; + margin-right: 8px; } .lblTab_1Lang { - font-size: 10pt; - font-weight: bold; - color: #00008B; - margin-left: 8px; - margin-right: 4px; + font-size: 10pt; + font-weight: bold; + color: #00008B; + margin-left: 8px; + margin-right: 4px; } .lblTab_1En { - font-size: 7pt; - font-weight: normal; - color: #00008B; - margin-left: 4px; - margin-right: 8px; + font-size: 7pt; + font-weight: normal; + color: #00008B; + margin-left: 4px; + margin-right: 8px; } .tab_1Body { - vertical-align: middle; - border: solid thin #ff9900; + vertical-align: middle; + border: solid thin #ff9900; } .lblLang { - font-size: 10pt; - font-weight: bold; - color: Black; + font-size: 10pt; + font-weight: bold; + color: Black; } .lblEn { - font-size: 7pt; - color: Black; + font-size: 7pt; + color: Black; } .dgSx { - background-color: White; - border-width: 0px; - border-style: solid; - border-color: #990000; + background-color: White; + border-width: 0px; + border-style: solid; + border-color: #990000; } .dgSxSel { - text-align: right; - font-size: 8pt; - font-weight: bold; - color: #663399; - background-color: #FFCC66; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + font-size: 8pt; + font-weight: bold; + color: #663399; + background-color: #FFCC66; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgSxItem { - text-align: right; - font-size: 7pt; - color: #330099; - background-color: Transparent; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + font-size: 7pt; + color: #330099; + background-color: Transparent; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgSxAltItem { - text-align: right; - font-size: 7pt; - color: #330099; - background-color: #f5f5f5; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + font-size: 7pt; + color: #330099; + background-color: #f5f5f5; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgSxEdit { - font-size: 8pt; - color: #663399; - background-color: #FFCC66; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; - vertical-align: text-top; + font-size: 8pt; + color: #663399; + background-color: #FFCC66; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; + vertical-align: text-top; } .dgSxHead { - color: #FFFFCC; - background: #990000; - font-weight: bold; - font-size: 8pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + color: #FFFFCC; + background: #990000; + font-weight: bold; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgSxHead2 { - color: #FFFFCC; - background: #999977; - font-weight: bold; - font-size: 8pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + color: #FFFFCC; + background: #999977; + font-weight: bold; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgSxFoot { - text-align: right; - color: Black; - background: #bbccbb; - font-size: 8pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; - font-weight: bold; - border-bottom-style: solid; - border-color: Black; + text-align: right; + color: Black; + background: #bbccbb; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; + font-weight: bold; + border-bottom-style: solid; + border-color: Black; } .dgSxPaging { - text-align: left; - color: Black; - background: white; - font-size: 8pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: left; + color: Black; + background: white; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .lblTab_2Lang { - font-size: 10pt; - font-weight: bold; - color: White; - margin-left: 8px; - margin-right: 4px; + font-size: 10pt; + font-weight: bold; + color: White; + margin-left: 8px; + margin-right: 4px; } .lblTab_2En { - font-size: 7pt; - font-weight: normal; - color: White; - margin-left: 4px; - margin-right: 8px; + font-size: 7pt; + font-weight: normal; + color: White; + margin-left: 4px; + margin-right: 8px; } .dgDx { - background-color: White; - border-width: 1px; - border-style: solid; - border-color: #003399; + background-color: White; + border-width: 1px; + border-style: solid; + border-color: #003399; } .dgDxSel { - font-size: 8pt; - font-weight: bold; - color: #CCFF99; - background-color: #009999; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + font-size: 8pt; + font-weight: bold; + color: #CCFF99; + background-color: #009999; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgDxItem { - font-size: 7pt; - color: #003399; - background-color: Transparent; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + font-size: 7pt; + color: #003399; + background-color: Transparent; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgDxAltItem { - font-size: 7pt; - color: #330099; - background-color: #f5f5f5; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + font-size: 7pt; + color: #330099; + background-color: #f5f5f5; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgDxEdit { - font-size: 8pt; - font-weight: bold; - color: #CCFF99; - background-color: #009999; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + font-size: 8pt; + font-weight: bold; + color: #CCFF99; + background-color: #009999; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgDxHead { - color: #CCCCFF; - background: #003399; - font-weight: bold; - font-size: 8pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + color: #CCCCFF; + background: #003399; + font-weight: bold; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgDxFoot { - color: #003399; - background-color: #99CCCC; - font-size: 10pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + color: #003399; + background-color: #99CCCC; + font-size: 10pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .lblMess { - color: Red; - font-size: 12pt; - font-style: italic; - font-weight: bold; + color: Red; + font-size: 12pt; + font-style: italic; + font-weight: bold; } .dlTextbox { - font-size: 8pt; + font-size: 8pt; } .dlLabel { - font-size: 8pt; - color: Black; - background-color: Transparent; - border-style: none; + font-size: 8pt; + color: Black; + background-color: Transparent; + border-style: none; } .pnl_bozza { - background: #dcdcdc; + background: #dcdcdc; } .pnl_inApprov { - background: #cbcbcb; + background: #cbcbcb; } .pnl_freezed { - background: #bababa; + background: #bababa; } .lblValSel { - font-size: 8pt; - color: Black; - background-color: Transparent; - border-style: none; + font-size: 8pt; + color: Black; + background-color: Transparent; + border-style: none; } .lblDett1 { - text-align: left; - font-weight: bold; - font-size: 7pt; - color: black; + text-align: left; + font-weight: bold; + font-size: 7pt; + color: black; } .dgAllegati { - background-color: White; - border-width: 0px; - border-style: solid; - border-color: #009900; + background-color: White; + border-width: 0px; + border-style: solid; + border-color: #009900; } .dgAllegatiSel { - text-align: right; - font-size: 8pt; - font-weight: bold; - color: #669933; - background-color: #CCFF66; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + font-size: 8pt; + font-weight: bold; + color: #669933; + background-color: #CCFF66; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgAllegatiItem { - text-align: right; - font-size: 7pt; - color: #339900; - background-color: Transparent; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + font-size: 7pt; + color: #339900; + background-color: Transparent; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgAllegatiAltItem { - text-align: right; - font-size: 7pt; - color: #339900; - background-color: #f5f5f5; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + font-size: 7pt; + color: #339900; + background-color: #f5f5f5; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgAllegatiEdit { - font-size: 8pt; - color: #669933; - background-color: #cCFF66; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; - vertical-align: text-top; + font-size: 8pt; + color: #669933; + background-color: #cCFF66; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; + vertical-align: text-top; } .dgAllegatiHead { - color: #FFFFCC; - background: #009900; - font-weight: bold; - font-size: 8pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + color: #FFFFCC; + background: #009900; + font-weight: bold; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgAllegatiFoot { - text-align: right; - color: Black; - background: #ccbbbb; - font-size: 8pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; - font-weight: bold; - border-bottom-style: solid; - border-color: Black; + text-align: right; + color: Black; + background: #ccbbbb; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; + font-weight: bold; + border-bottom-style: solid; + border-color: Black; } .dgAllegatiPaging { - text-align: left; - color: Black; - background: white; - font-size: 8pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: left; + color: Black; + background: white; + font-size: 8pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .btnTab { - border-right: #ea101e 1px solid; - padding-right: 8px; - border-top: #ea101e 1px solid; - padding-left: 8px; - font-weight: bold; - font-size: 9pt; - background: #ea101e; - padding-bottom: 2px; - vertical-align: top; - border-left: #ea101e 1px solid; - color: white; - padding-top: 0px; - border-bottom: #ea101e 1px solid; - font-family: verdana, arial; - text-align: justify; + border-right: #ea101e 1px solid; + padding-right: 8px; + border-top: #ea101e 1px solid; + padding-left: 8px; + font-weight: bold; + font-size: 9pt; + background: #ea101e; + padding-bottom: 2px; + vertical-align: top; + border-left: #ea101e 1px solid; + color: white; + padding-top: 0px; + border-bottom: #ea101e 1px solid; + font-family: verdana, arial; + text-align: justify; } .dgFiles { - background-color: White; - border-width: 0px; - border-style: solid; - border-color: #009900; + background-color: White; + border-width: 0px; + border-style: solid; + border-color: #009900; } .dgFilesSel { - text-align: right; - font-size: 9pt; - font-weight: bold; - color: #669933; - background-color: #CCFF66; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + font-size: 9pt; + font-weight: bold; + color: #669933; + background-color: #CCFF66; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgFilesItem { - text-align: right; - font-size: 8pt; - color: #339900; - background-color: Transparent; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + font-size: 8pt; + color: #339900; + background-color: Transparent; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgFilesAltItem { - text-align: right; - font-size: 8pt; - color: #339900; - background-color: #f5f5f5; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: right; + font-size: 8pt; + color: #339900; + background-color: #f5f5f5; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgFilesEdit { - font-size: 9pt; - color: #669933; - background-color: #cCFF66; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; - vertical-align: text-top; + font-size: 9pt; + color: #669933; + background-color: #cCFF66; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; + vertical-align: text-top; } .dgFilesHead { - color: #CCFFFF; - background: #990000; - font-weight: bold; - font-size: 9pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + color: #CCFFFF; + background: #990000; + font-weight: bold; + font-size: 9pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .dgFilesFoot { - text-align: right; - color: Black; - background: #ccbbbb; - font-size: 9pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; - font-weight: bold; - border-bottom-style: solid; - border-color: Black; + text-align: right; + color: Black; + background: #ccbbbb; + font-size: 9pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; + font-weight: bold; + border-bottom-style: solid; + border-color: Black; } .dgFilesPaging { - text-align: left; - color: Black; - background: white; - font-size: 9pt; - padding-left: 1px; - padding-right: 1px; - padding-top: 1px; + text-align: left; + color: Black; + background: white; + font-size: 9pt; + padding-left: 1px; + padding-right: 1px; + padding-top: 1px; } .lblFiltrLang { - font-size: 10pt; - font-weight: bold; - color: Black; - margin-left: 2px; - margin-right: 2px; + font-size: 10pt; + font-weight: bold; + color: Black; + margin-left: 2px; + margin-right: 2px; } .lblFiltrEn { - font-size: 7pt; - font-weight: normal; - color: Black; - margin-left: 2px; - margin-right: 2px; + font-size: 7pt; + font-weight: normal; + color: Black; + margin-left: 2px; + margin-right: 2px; } grViewBorder { - border-left-width: 2px; - border-top-width: 2px; - border-bottom-width: 2px; - border-right-width: 0px; + border-left-width: 2px; + border-top-width: 2px; + border-bottom-width: 2px; + border-right-width: 0px; } /* @end */ @@ -2797,86 +2834,170 @@ grViewBorder .bodyPortable { - /*background-color: #FFFFFF; */ - margin-top: 0px; - margin-left: 0px; - margin-bottom: 0px; - margin-right: 0px; - font: menu; - font-size: small; /* aggiunte per WES*/ - width: 100%; - vertical-align: middle; - background-color: Black; - color: White; + /*background-color: #FFFFFF; */ + margin-top: 0px; + margin-left: 0px; + margin-bottom: 0px; + margin-right: 0px; + font: menu; + font-size: small; /* aggiunte per WES*/ + width: 100%; + vertical-align: middle; + background-color: Black; + color: White; } .btnEnabled { - color: White; - font-family: Verdana; - font-variant: small-caps; - font-size: medium; - text-decoration: none; + color: White; + font-family: Verdana; + font-variant: small-caps; + font-size: medium; + text-decoration: none; } .btnCurrent { - color: Black; - font-family: Verdana; - font-variant: small-caps; - font-size: medium; /*border-color: #6969ff;*/ - border-color: #7A90AB; - padding: 1px 1px 1px 1px; - border-width: 2px; - border-style: solid; - background-color: #AAB8C9; /*background: #DEDEFF;*/ - text-decoration: none; + color: Black; + font-family: Verdana; + font-variant: small-caps; + font-size: medium; /*border-color: #6969ff;*/ + border-color: #7A90AB; + padding: 1px 1px 1px 1px; + border-width: 2px; + border-style: solid; + background-color: #AAB8C9; /*background: #DEDEFF;*/ + text-decoration: none; } .btnDisabled { - color: #444444; - font-family: Verdana; - font-variant: small-caps; - font-size: medium; - text-decoration: none; + color: #444444; + font-family: Verdana; + font-variant: small-caps; + font-size: medium; + text-decoration: none; } .iphone { - width: 100%; + width: 100%; } .txtFooter { - font-size: small; - font-style: italic; + font-size: small; + font-style: italic; } .txtCopyright { - font-size: small; + font-size: small; } /* @end */ .watermark { - color: Gray; - font-style: italic; + color: Gray; + font-style: italic; } .autocomplete { - color: Gray; - font-size: smaller; + color: Gray; + font-size: smaller; } .autocompleteHiglight { - color: Black; - font-size: smaller; + color: Black; + font-size: smaller; +} +/* ComboBox styles */ + +#master_content .ajax__combobox_itemlist +{ + margin: 0px; +} + +.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input +{ + background-image: url(images/toolkit-bg.gif); + background-position: top left; + border: 0px none; + color: #FFFFFF; + padding: 4px 0px 3px 5px; + font-size: 13px; + height: 16px; + width: 240px; +} +.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button +{ + background-image: url(images/toolkit-arrow.gif); + background-position: top left; + border: 0px none; + height: 23px; + width: 23px; +} +.AjaxToolkitStyle .ajax__combobox_itemlist +{ + border-color: #0F2543; + background-color: #EFEFEF; +} + +.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input +{ + margin: 0; + background-image: url(images/aqua-bg.gif); + background-position: top left; + border: 0px none; + padding: 2px 0px 0px 8px; + font-size: 11px; + height: 17px; + width: 150px; +} +.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button +{ + background-image: url(images/aqua-arrow.gif); + background-position: top left; + border: 0px none; + height: 19px; + width: 19px; +} +.AquaStyle .ajax__combobox_itemlist +{ + border-color: #000000; + background-color: #FFFFFF; +} +.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input +{ + margin: 0; + border: solid 1px #7F9DB9; + border-right: 0px none; + padding: 1px 0px 0px 5px; + font-size: 13px; + height: 18px; +} +.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button +{ + margin: 0; + padding: 0; + background-image: url(images/windows-arrow.gif); + background-position: top left; + border: 0px none; + height: 21px; + width: 21px; +} +.WindowsStyle .ajax__combobox_itemlist +{ + border-color: #7F9DB9; +} +/* tabella edit dettagli (es: tipoObj) */ +.tblEditDetail +{ + border: 1px solid #ACACAC; } .bg_plus { - background-color:silver; + background-color: silver; } diff --git a/Projects/WebGIM/GIM_site/Web.config b/Projects/WebGIM/GIM_site/Web.config index 31ddbf4..9d6e6eb 100644 --- a/Projects/WebGIM/GIM_site/Web.config +++ b/Projects/WebGIM/GIM_site/Web.config @@ -103,7 +103,7 @@ - + diff --git a/Projects/WebGIM/GIM_site/WebConfigSomaschini_AppSettings.config b/Projects/WebGIM/GIM_site/WebConfigSomaschini_AppSettings.config index 1dbce5b..ec1219e 100644 --- a/Projects/WebGIM/GIM_site/WebConfigSomaschini_AppSettings.config +++ b/Projects/WebGIM/GIM_site/WebConfigSomaschini_AppSettings.config @@ -18,7 +18,7 @@ - + diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoRichieste.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoRichieste.ascx.cs index 98f4a6b..2481e33 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoRichieste.ascx.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_elencoRichieste.ascx.cs @@ -274,7 +274,7 @@ public partial class mod_elencoRichieste : ApplicationUserControl /// public string formattaUrl(object idx) { - return String.Format("~/ExportPdf.aspx?tipo={0}&idx={1}", Convert.ToInt32(reportRichiesto.RichiestaIntervento), idx); + return String.Format("./ExportPdf.aspx?tipo={0}&idx={1}", Convert.ToInt32(reportRichiesto.RichiestaIntervento), idx); } /// /// prende in carico e stampa la scheda selezionata diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_mtzPrevPending.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_mtzPrevPending.ascx.cs index c484223..db6180d 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_mtzPrevPending.ascx.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_mtzPrevPending.ascx.cs @@ -7,7 +7,6 @@ using SteamWare; public partial class mod_mtzPrevPending : ApplicationUserControl { - public event EventHandler eh_resetSelezione; /// /// evento dati associati a controllo /// diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_reportInterventi.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_reportInterventi.ascx.cs index 01b9b6d..358d405 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_reportInterventi.ascx.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_reportInterventi.ascx.cs @@ -55,7 +55,7 @@ public partial class mod_reportInterventi : System.Web.UI.UserControl } private string formattaUrl(reportRichiesto tipo, intervalloDate periodo) { - return String.Format("~/ExportPdf.aspx?tipo={0}&inizio={1}&fine={2}&username={3}", Convert.ToInt32(tipo), periodo.inizio, periodo.fine, user_std.UtSn.userNameAD); + return String.Format("./ExportPdf.aspx?tipo={0}&inizio={1}&fine={2}&username={3}", Convert.ToInt32(tipo), periodo.inizio, periodo.fine, user_std.UtSn.userNameAD); } #region gestione selettori valori multipli diff --git a/Projects/WebGIM/GIM_site/bin/GIM_data.dll b/Projects/WebGIM/GIM_site/bin/GIM_data.dll index b37ac88..b26744f 100644 Binary files a/Projects/WebGIM/GIM_site/bin/GIM_data.dll and b/Projects/WebGIM/GIM_site/bin/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_site/bin/GIM_site.dll b/Projects/WebGIM/GIM_site/bin/GIM_site.dll index 69c86ff..fc438a1 100644 Binary files a/Projects/WebGIM/GIM_site/bin/GIM_site.dll and b/Projects/WebGIM/GIM_site/bin/GIM_site.dll differ diff --git a/Projects/WebGIM/GIM_site/insertRichiesta.aspx b/Projects/WebGIM/GIM_site/insertRichiesta.aspx index e425f8e..4d50ee7 100644 --- a/Projects/WebGIM/GIM_site/insertRichiesta.aspx +++ b/Projects/WebGIM/GIM_site/insertRichiesta.aspx @@ -1,4 +1,5 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Ajax.master" AutoEventWireup="true" Inherits="insertRichiesta" Codebehind="insertRichiesta.aspx.cs" %> +<%@ MasterType virtualPath="~/WebMasterPages/Ajax.master"%> <%@ Register Src="~/WebUserControls/mod_insertRichiesta.ascx" tagname="mod_insertRichiesta" tagprefix="uc1" %> <%@ Register Src="~/WebUserControls/mod_fixCal.ascx" tagname="mod_fixCal" tagprefix="uc2" %> diff --git a/Projects/WebGIM/GIM_site/insertRichiesta.aspx.designer.cs b/Projects/WebGIM/GIM_site/insertRichiesta.aspx.designer.cs index 102985b..05dadcc 100644 --- a/Projects/WebGIM/GIM_site/insertRichiesta.aspx.designer.cs +++ b/Projects/WebGIM/GIM_site/insertRichiesta.aspx.designer.cs @@ -29,4 +29,16 @@ public partial class insertRichiesta { /// To modify move field declaration from designer file to code-behind file. /// protected global::mod_fixCal mod_fixCal1; + + /// + /// Master property. + /// + /// + /// Auto-generated property. + /// + public new Ajax Master { + get { + return ((Ajax)(base.Master)); + } + } } diff --git a/Projects/WebGIM/GIM_site/logs/20100121.txt b/Projects/WebGIM/GIM_site/logs/20100121.txt index e3c7c4c..de86093 100644 --- a/Projects/WebGIM/GIM_site/logs/20100121.txt +++ b/Projects/WebGIM/GIM_site/logs/20100121.txt @@ -23,3 +23,13 @@ 21/01/2010 18:28:46 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente 21/01/2010 18:33:19 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente 21/01/2010 18:39:05 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente +21/01/2010 18:43:27 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente +21/01/2010 18:44:46 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente +21/01/2010 18:45:01 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente +21/01/2010 18:48:20 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente +21/01/2010 18:48:35 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente +21/01/2010 18:53:12 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente +21/01/2010 18:58:09 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente +21/01/2010 19:00:24 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente +21/01/2010 19:02:02 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente +21/01/2010 19:03:48 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente diff --git a/Projects/WebGIM/GIM_site/obj/Debug/GIM_site.csproj.FileListAbsolute.txt b/Projects/WebGIM/GIM_site/obj/Debug/GIM_site.csproj.FileListAbsolute.txt index 57179df..b296d26 100644 --- a/Projects/WebGIM/GIM_site/obj/Debug/GIM_site.csproj.FileListAbsolute.txt +++ b/Projects/WebGIM/GIM_site/obj/Debug/GIM_site.csproj.FileListAbsolute.txt @@ -1,3 +1,33 @@ c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\obj\Debug\ResolveAssemblyReference.cache c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\obj\Debug\RdlCompile.cache c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\obj\Debug\RdlCompile.compiled +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\GIM_site.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\GIM_site.pdb +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\AjaxControlToolkit.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\GIM_data.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\SteamWare.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\ICSharpCode.SharpZipLib.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\System.Web.Ajax.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\GIM_data.pdb +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\AjaxControlToolkit.pdb +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\SteamWare.pdb +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\SteamWare.xml +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\System.Web.Ajax.pdb +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\ar\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\cs\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\de\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\es\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\fr\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\he\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\hi\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\it\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\ja\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\ko\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\nl\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\pt\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\ru\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\tr-TR\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\zh-CHS\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\bin\zh-CHT\AjaxControlToolkit.resources.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\obj\Debug\GIM_site.dll +c:\Users\samuele\Documents\Visual Studio 2008\Projects\WebGIM\GIM_site\obj\Debug\GIM_site.pdb diff --git a/Projects/WebGIM/GIM_site/obj/Debug/GIM_site.dll b/Projects/WebGIM/GIM_site/obj/Debug/GIM_site.dll index 69c86ff..fc438a1 100644 Binary files a/Projects/WebGIM/GIM_site/obj/Debug/GIM_site.dll and b/Projects/WebGIM/GIM_site/obj/Debug/GIM_site.dll differ diff --git a/Projects/WebGIM/GIM_site/obj/Debug/RdlCompile.cache b/Projects/WebGIM/GIM_site/obj/Debug/RdlCompile.cache index fdf3a0f..7f33291 100644 Binary files a/Projects/WebGIM/GIM_site/obj/Debug/RdlCompile.cache and b/Projects/WebGIM/GIM_site/obj/Debug/RdlCompile.cache differ diff --git a/Projects/WebGIM/GIM_site/obj/Debug/ResolveAssemblyReference.cache b/Projects/WebGIM/GIM_site/obj/Debug/ResolveAssemblyReference.cache index a1aa38a..90a5db0 100644 Binary files a/Projects/WebGIM/GIM_site/obj/Debug/ResolveAssemblyReference.cache and b/Projects/WebGIM/GIM_site/obj/Debug/ResolveAssemblyReference.cache differ diff --git a/Projects/WebGIM/GIM_site/report_impianti.aspx.cs b/Projects/WebGIM/GIM_site/report_impianti.aspx.cs index 012a5ad..f98982a 100644 --- a/Projects/WebGIM/GIM_site/report_impianti.aspx.cs +++ b/Projects/WebGIM/GIM_site/report_impianti.aspx.cs @@ -33,7 +33,7 @@ public partial class report_impianti : System.Web.UI.Page private string formattaUrl() { - return String.Format("~/ExportPdf.aspx?tipo={0}", Convert.ToInt32(reportRichiesto.ElencoMacchine)); + return String.Format("./ExportPdf.aspx?tipo={0}", Convert.ToInt32(reportRichiesto.ElencoMacchine)); } protected void btnPrint_Click(object sender, EventArgs e)