diff --git a/PROJ-ETS/PROJ-ETS.sln b/PROJ-ETS/PROJ-ETS.sln index 23ac52d..033b1f2 100644 --- a/PROJ-ETS/PROJ-ETS.sln +++ b/PROJ-ETS/PROJ-ETS.sln @@ -1,6 +1,8 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 +# Visual Studio 14 +VisualStudioVersion = 14.0.23107.0 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PROJ-ETS", "PROJ-ETS\PROJ-ETS.csproj", "{C7177EF7-6DD7-4875-BE3B-C3B5066D2D1B}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ETS_Data", "..\ETS_Data\ETS_Data.csproj", "{0A14058F-ED18-4F82-91C9-93945C2C409A}" @@ -10,6 +12,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution WE-settings.xml = WE-settings.xml EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersGen", "..\VersGen\VersGen.csproj", "{13D76807-D464-4AD3-B79A-1A39B549983D}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -29,6 +33,12 @@ Global {0A14058F-ED18-4F82-91C9-93945C2C409A}.ETS|Any CPU.Build.0 = ETS|Any CPU {0A14058F-ED18-4F82-91C9-93945C2C409A}.Release|Any CPU.ActiveCfg = Release|Any CPU {0A14058F-ED18-4F82-91C9-93945C2C409A}.Release|Any CPU.Build.0 = Release|Any CPU + {13D76807-D464-4AD3-B79A-1A39B549983D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {13D76807-D464-4AD3-B79A-1A39B549983D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {13D76807-D464-4AD3-B79A-1A39B549983D}.ETS|Any CPU.ActiveCfg = Release|Any CPU + {13D76807-D464-4AD3-B79A-1A39B549983D}.ETS|Any CPU.Build.0 = Release|Any CPU + {13D76807-D464-4AD3-B79A-1A39B549983D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {13D76807-D464-4AD3-B79A-1A39B549983D}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/PROJ-ETS/PROJ-ETS/Content/Style.css b/PROJ-ETS/PROJ-ETS/Content/Style.css index 4c4d538..2566388 100644 --- a/PROJ-ETS/PROJ-ETS/Content/Style.css +++ b/PROJ-ETS/PROJ-ETS/Content/Style.css @@ -1,4 +1,4 @@ -/*#region area master page */ +/*#region area master page */ html, body, div, @@ -121,6 +121,38 @@ q { font-size: 8pt; } /*#endregion */ +/* Paginazione... */ +.GridPager a, +.GridPager span { + display: block; + height: 1.6em; + width: 2em; + text-align: center; + text-decoration: none; +} +.GridPager a { + background-color: #f5f5f5; + color: #969696; +} +.GridPager a:hover { + background-color: #B8E1FD; + color: black; +} +.GridPager span { + background-color: #A1DCF2; + color: #000; + /*border-top: 1px solid #3AC0F2; + border-bottom: 1px solid #3AC0F2;*/ + font-weight: bold; +} +.imgNoPad { + margin-top: -3px; + margin-bottom: -7px; +} +.imgHead { + margin: 0; + vertical-align: top; +} /*#region area comp Extra */ /* floating window */ .ui-dialog-sw { @@ -254,12 +286,12 @@ q { } .secColA-1 { background-color: #2d9eff; - background-image: -webkit-gradient(linear, left top, left bottom, from(#0a64a4), to(#4481df)); - background-image: -webkit-linear-gradient(#0a64a4, #4481df); - background-image: -moz-linear-gradient(#0a64a4, #4481df); - background-image: -ms-linear-gradient(#0a64a4, #4481df); - background-image: -o-linear-gradient(#0a64a4, #4481df); - background-image: linear-gradient(#0a64a4, #4481df); + background-image: -webkit-gradient(linear, left top, left bottom, from(#0A64A4), to(#4481DF)); + background-image: -webkit-linear-gradient(#0A64A4, #4481DF); + background-image: -moz-linear-gradient(#0A64A4, #4481DF); + background-image: -ms-linear-gradient(#0A64A4, #4481DF); + background-image: -o-linear-gradient(#0A64A4, #4481DF); + background-image: linear-gradient(#0A64A4, #4481DF); } .secColA-2 { background-color: #24577B; @@ -269,21 +301,21 @@ q { } .secColA-4 { /*background-color: #3E94D1;*/ - background-image: -webkit-gradient(linear, left top, left bottom, from(#4683ff), to(#2461bf)); - background-image: -webkit-linear-gradient(#4683ff, #2461bf); - background-image: -moz-linear-gradient(#4683ff, #2461bf); - background-image: -ms-linear-gradient(#4683ff, #2461bf); - background-image: -o-linear-gradient(#4683ff, #2461bf); - background-image: linear-gradient(#4683ff, #2461bf); + background-image: -webkit-gradient(linear, left top, left bottom, from(#4683ff), to(#2461BF)); + background-image: -webkit-linear-gradient(#4683ff, #2461BF); + background-image: -moz-linear-gradient(#4683ff, #2461BF); + background-image: -ms-linear-gradient(#4683ff, #2461BF); + background-image: -o-linear-gradient(#4683ff, #2461BF); + background-image: linear-gradient(#4683ff, #2461BF); } .secColA-5 { /*background-color: #B8E1FD;*/ - background-image: -webkit-gradient(linear, left top, left bottom, from(#b8e1fd), to(#2461bf)); - background-image: -webkit-linear-gradient(#b8e1fd, #2461bf); - background-image: -moz-linear-gradient(#b8e1fd, #2461bf); - background-image: -ms-linear-gradient(#b8e1fd, #2461bf); - background-image: -o-linear-gradient(#b8e1fd, #2461bf); - background-image: linear-gradient(#b8e1fd, #2461bf); + background-image: -webkit-gradient(linear, left top, left bottom, from(#B8E1FD), to(#2461BF)); + background-image: -webkit-linear-gradient(#B8E1FD, #2461BF); + background-image: -moz-linear-gradient(#B8E1FD, #2461BF); + background-image: -ms-linear-gradient(#B8E1FD, #2461BF); + background-image: -o-linear-gradient(#B8E1FD, #2461BF); + background-image: linear-gradient(#B8E1FD, #2461BF); } .secColB-1 { background-color: #FF9000; @@ -317,21 +349,21 @@ q { } .lightBlue { border: 1px solid #CDCDCD; - background-image: -webkit-gradient(linear, left top, left bottom, from(#ddddff), to(#e1f1ff)); - background-image: -webkit-linear-gradient(#ddddff, #e1f1ff); - background-image: -moz-linear-gradient(#ddddff, #e1f1ff); - background-image: -ms-linear-gradient(#ddddff, #e1f1ff); - background-image: -o-linear-gradient(#ddddff, #e1f1ff); - background-image: linear-gradient(#ddddff, #e1f1ff); + background-image: -webkit-gradient(linear, left top, left bottom, from(#ddf), to(#e1f1ff)); + background-image: -webkit-linear-gradient(#ddf, #e1f1ff); + background-image: -moz-linear-gradient(#ddf, #e1f1ff); + background-image: -ms-linear-gradient(#ddf, #e1f1ff); + background-image: -o-linear-gradient(#ddf, #e1f1ff); + background-image: linear-gradient(#ddf, #e1f1ff); } .lightGray { /*background-color: #EDEDED;*/ - background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1)); - background-image: -webkit-linear-gradient(#ffffff, #f1f1f1); - background-image: -moz-linear-gradient(#ffffff, #f1f1f1); - background-image: -ms-linear-gradient(#ffffff, #f1f1f1); - background-image: -o-linear-gradient(#ffffff, #f1f1f1); - background-image: linear-gradient(#ffffff, #f1f1f1); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1)); + background-image: -webkit-linear-gradient(#fff, #f1f1f1); + background-image: -moz-linear-gradient(#fff, #f1f1f1); + background-image: -ms-linear-gradient(#fff, #f1f1f1); + background-image: -o-linear-gradient(#fff, #f1f1f1); + background-image: linear-gradient(#fff, #f1f1f1); border: 1px solid #CDCDCD; } /* FINE Schema colori */ @@ -349,12 +381,12 @@ q { white-space: nowrap; } .footerRowStyle { - background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7a00), to(#cc3800)); - background-image: -webkit-linear-gradient(#ff7a00, #cc3800); - background-image: -moz-linear-gradient(#ff7a00, #cc3800); - background-image: -ms-linear-gradient(#ff7a00, #cc3800); - background-image: -o-linear-gradient(#ff7a00, #cc3800); - background-image: linear-gradient(#ff7a00, #cc3800); + background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7a00), to(#CC3800)); + background-image: -webkit-linear-gradient(#FF7a00, #CC3800); + background-image: -moz-linear-gradient(#FF7a00, #CC3800); + background-image: -ms-linear-gradient(#FF7a00, #CC3800); + background-image: -o-linear-gradient(#FF7a00, #CC3800); + background-image: linear-gradient(#FF7a00, #CC3800); } .pagerStyle { background-color: #2461BF; @@ -366,23 +398,23 @@ q { } .rowStyle { /*background-color: #DEE2EA;*/ - background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1)); - background-image: -webkit-linear-gradient(#ffffff, #f1f1f1); - background-image: -moz-linear-gradient(#ffffff, #f1f1f1); - background-image: -ms-linear-gradient(#ffffff, #f1f1f1); - background-image: -o-linear-gradient(#ffffff, #f1f1f1); - background-image: linear-gradient(#ffffff, #f1f1f1); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1)); + background-image: -webkit-linear-gradient(#fff, #f1f1f1); + background-image: -moz-linear-gradient(#fff, #f1f1f1); + background-image: -ms-linear-gradient(#fff, #f1f1f1); + background-image: -o-linear-gradient(#fff, #f1f1f1); + background-image: linear-gradient(#fff, #f1f1f1); border: 1px solid #CDCDCD; } .alternatingRowStyle { /*background-color: White;*/ border: 1px solid #CDCDCD; - background-image: -webkit-gradient(linear, left top, left bottom, from(#ddddff), to(#e1f1ff)); - background-image: -webkit-linear-gradient(#ddddff, #e1f1ff); - background-image: -moz-linear-gradient(#ddddff, #e1f1ff); - background-image: -ms-linear-gradient(#ddddff, #e1f1ff); - background-image: -o-linear-gradient(#ddddff, #e1f1ff); - background-image: linear-gradient(#ddddff, #e1f1ff); + background-image: -webkit-gradient(linear, left top, left bottom, from(#ddf), to(#e1f1ff)); + background-image: -webkit-linear-gradient(#ddf, #e1f1ff); + background-image: -moz-linear-gradient(#ddf, #e1f1ff); + background-image: -ms-linear-gradient(#ddf, #e1f1ff); + background-image: -o-linear-gradient(#ddf, #e1f1ff); + background-image: linear-gradient(#ddf, #e1f1ff); /* background-image: -webkit-gradient(linear,left top,left bottom,from( #fff ),to( #f1f1f1 )); background-image: -webkit-linear-gradient( #fff,#f1f1f1 ); @@ -404,12 +436,12 @@ q { } .selectedRowStyle { /*background-color: #D1DDF1;*/ - background-image: -webkit-gradient(linear, left top, left bottom, from(#ddffdd), to(#80ff80)); - background-image: -webkit-linear-gradient(#ddffdd, #80ff80); - background-image: -moz-linear-gradient(#ddffdd, #80ff80); - background-image: -ms-linear-gradient(#ddffdd, #80ff80); - background-image: -o-linear-gradient(#ddffdd, #80ff80); - background-image: linear-gradient(#ddffdd, #80ff80); + background-image: -webkit-gradient(linear, left top, left bottom, from(#dfd), to(#80ff80)); + background-image: -webkit-linear-gradient(#dfd, #80ff80); + background-image: -moz-linear-gradient(#dfd, #80ff80); + background-image: -ms-linear-gradient(#dfd, #80ff80); + background-image: -o-linear-gradient(#dfd, #80ff80); + background-image: linear-gradient(#dfd, #80ff80); font-weight: bold; } .sortAscHead { @@ -583,21 +615,21 @@ A:hover { padding-right: 38px; } .btnRosso { - border: solid 2px #ff0000; - background-color: #ffaaaa; + border: solid 2px red; + background-color: #FFAAAA; width: 100%; text-align: center; } .btnRossoGrad { - border: solid 2px #ff0000; - background-color: #ffaaaa; + border: solid 2px red; + background-color: #FFAAAA; text-align: center; - background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaaaa), to(#ff0000)); - background-image: -webkit-linear-gradient(#ffaaaa, #ff0000); - background-image: -moz-linear-gradient(#ffaaaa, #ff0000); - background-image: -ms-linear-gradient(#ffaaaa, #ff0000); - background-image: -o-linear-gradient(#ffaaaa, #ff0000); - background-image: linear-gradient(#ffaaaa, #ff0000); + background-image: -webkit-gradient(linear, left top, left bottom, from(#FFAAAA), to(red)); + background-image: -webkit-linear-gradient(#FFAAAA, red); + background-image: -moz-linear-gradient(#FFAAAA, red); + background-image: -ms-linear-gradient(#FFAAAA, red); + background-image: -o-linear-gradient(#FFAAAA, red); + background-image: linear-gradient(#FFAAAA, red); } .btnArancio { border: solid 2px #e48800; @@ -617,21 +649,21 @@ A:hover { background-image: linear-gradient(#ffb44d, #e48800); } .btnVerde { - border: solid 2px #008000; - background-color: #aaffaa; + border: solid 2px green; + background-color: #AAFFAA; width: 100%; text-align: center; } .btnVerdeGrad { - border: solid 2px #008000; - background-color: #aaffaa; + border: solid 2px green; + background-color: #AAFFAA; text-align: center; - background-image: -webkit-gradient(linear, left top, left bottom, from(#aaffaa), to(#008000)); - background-image: -webkit-linear-gradient(#aaffaa, #008000); - background-image: -moz-linear-gradient(#aaffaa, #008000); - background-image: -ms-linear-gradient(#aaffaa, #008000); - background-image: -o-linear-gradient(#aaffaa, #008000); - background-image: linear-gradient(#aaffaa, #008000); + background-image: -webkit-gradient(linear, left top, left bottom, from(#AAFFAA), to(green)); + background-image: -webkit-linear-gradient(#AAFFAA, green); + background-image: -moz-linear-gradient(#AAFFAA, green); + background-image: -ms-linear-gradient(#AAFFAA, green); + background-image: -o-linear-gradient(#AAFFAA, green); + background-image: linear-gradient(#AAFFAA, green); } .btnBlu { border: solid 2px blue; @@ -661,26 +693,26 @@ A:hover { white-space: pre; } .btnDisabled { - border: solid 2px #999999; - background-color: #dedede; + border: solid 2px #999; + background-color: #DEDEDE; text-align: center; - background-image: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#999999)); - background-image: -webkit-linear-gradient(#dedede, #999999); - background-image: -moz-linear-gradient(#dedede, #999999); - background-image: -ms-linear-gradient(#dedede, #999999); - background-image: -o-linear-gradient(#dedede, #999999); - background-image: linear-gradient(#dedede, #999999); + background-image: -webkit-gradient(linear, left top, left bottom, from(#DEDEDE), to(#999)); + background-image: -webkit-linear-gradient(#DEDEDE, #999); + background-image: -moz-linear-gradient(#DEDEDE, #999); + background-image: -ms-linear-gradient(#DEDEDE, #999); + background-image: -o-linear-gradient(#DEDEDE, #999); + background-image: linear-gradient(#DEDEDE, #999); } .btnGialloGrad { - border: solid 2px #aa9933; - background-color: #ffee66; + border: solid 2px #AA9933; + background-color: #FFEE66; text-align: center; - background-image: -webkit-gradient(linear, left top, left bottom, from(#ffee66), to(#aa9933)); - background-image: -webkit-linear-gradient(#ffee66, #aa9933); - background-image: -moz-linear-gradient(#ffee66, #aa9933); - background-image: -ms-linear-gradient(#ffee66, #aa9933); - background-image: -o-linear-gradient(#ffee66, #aa9933); - background-image: linear-gradient(#ffee66, #aa9933); + background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEE66), to(#AA9933)); + background-image: -webkit-linear-gradient(#FFEE66, #AA9933); + background-image: -moz-linear-gradient(#FFEE66, #AA9933); + background-image: -ms-linear-gradient(#FFEE66, #AA9933); + background-image: -o-linear-gradient(#FFEE66, #AA9933); + background-image: linear-gradient(#FFEE66, #AA9933); } .pad26 { padding: 2px 6px; @@ -757,13 +789,13 @@ li.static { } .menuNav { background-color: #e6e6e6; - color: #284e98; + color: #284E98; font-size: 1em; border-top-right-radius: 4px; border-top-left-radius: 4px; } .menuNav:hover { - background-color: #b5c7de; + background-color: #B5C7DE; color: black; } div > ul > li > a.selected.menuNav { @@ -802,14 +834,14 @@ div > ul > li > a.selected.menuNav { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; - border: 2px solid #008000; + border: 2px solid green; } .bordoRosso { padding: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; - border: 2px solid #ff0000; + border: 2px solid red; } .bordoNero { padding: 4px; @@ -1106,7 +1138,7 @@ div > ul > li > a.selected.menuNav { } /*#endregion */ .lblErrore { - color: #ff0000; + color: red; } .lblGreen { color: #00a300; @@ -1118,7 +1150,7 @@ div > ul > li > a.selected.menuNav { .cTabRO { text-align: center; height: 16px; - border: solid 1px #777777; + border: solid 1px #777; } .cEmp { /*background-image: url('../Images/grigio_80.png');*/ @@ -1200,7 +1232,7 @@ div > ul > li > a.selected.menuNav { height: 20px; width: 29px; align-content: center; - border: solid 1px #777777; + border: solid 1px #777; } .cREmp { /*background-image: url('../Images/grigio_80.png');*/ @@ -1324,7 +1356,7 @@ div > ul > li > a.selected.menuNav { background-image: -ms-linear-gradient(#c12424, #ff871b); background-image: -o-linear-gradient(#c12424, #ff871b); background-image: linear-gradient(#c12424, #ff871b); - color: #f6f6f6 ; + color: #f6f6f6; } .cTBia { text-align: center; @@ -1338,4 +1370,4 @@ div > ul > li > a.selected.menuNav { /*font-weight: bold;*/ text-align: center; } -/* end celle bazaar*/ +/* end celle bazaar*/ \ No newline at end of file diff --git a/PROJ-ETS/PROJ-ETS/Content/Style.less b/PROJ-ETS/PROJ-ETS/Content/Style.less index d8a0745..4cfe83e 100644 --- a/PROJ-ETS/PROJ-ETS/Content/Style.less +++ b/PROJ-ETS/PROJ-ETS/Content/Style.less @@ -1,4 +1,7 @@ -/*#region area master page */ + + + +/*#region area master page */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, @@ -73,6 +76,47 @@ blockquote, q { /*#endregion */ + +/* Paginazione... */ +.GridPager a, .GridPager span { + display: block; + height: 1.6em; + width: 2em; + text-align: center; + text-decoration: none; +} + +.GridPager { + a { + background-color: #f5f5f5; + color: #969696; + } + + + a:hover { + background-color: #B8E1FD; + color: black; + } +} + + .GridPager span { + background-color: #A1DCF2; + color: #000; + /*border-top: 1px solid #3AC0F2; + border-bottom: 1px solid #3AC0F2;*/ + font-weight: bold; + } + +.imgNoPad { + margin-top: -3px; + margin-bottom: -7px; +} + +.imgHead { + margin: 0; + vertical-align: top; +} + /*#region area comp Extra */ @@ -543,6 +587,7 @@ A:hover { padding: 4px; padding-right: 28px; } + .btnPinnedDis { background-image: url(../images/pinDis_m.png); background-repeat: no-repeat; @@ -779,6 +824,7 @@ A:hover { .textGrigio { color: #888; } + .textVerde { color: #33AA33; } @@ -1273,9 +1319,11 @@ div > ul > li > a.selected.menuNav { .lblErrore { color: @rossoStart; } + .lblGreen { color: #00a300; } + .lblBlu { color: #3333FF; } @@ -1301,6 +1349,7 @@ div > ul > li > a.selected.menuNav { @S02: #ffff8e; @S01: #f8fbff; @S00: #d5d5d5; + .cEmp { /*background-image: url('../Images/grigio_80.png');*/ background-color: @S00; @@ -1311,6 +1360,7 @@ div > ul > li > a.selected.menuNav { background-image: -o-linear-gradient( @S01,@S00 ); background-image: linear-gradient( @S01,@S00 ); } + .cS01 { /*background-image: url('../Images/grigioChiaro_80.png');*/ background-color: @S01; @@ -1321,6 +1371,7 @@ div > ul > li > a.selected.menuNav { background-image: -o-linear-gradient( @S02,@S01 ); background-image: linear-gradient( @S02,@S01 ); } + .cS02 { /*background-image: url('../Images/verde_80.png');*/ background-color: @S02; @@ -1332,6 +1383,7 @@ div > ul > li > a.selected.menuNav { background-image: linear-gradient( @S03,@S02 ); color: #333; } + .cS03 { /*background-image: url('../Images/giallo_80.png');*/ background-color: @S03; @@ -1343,6 +1395,7 @@ div > ul > li > a.selected.menuNav { background-image: linear-gradient( @S04,@S03 ); color: #333; } + .cS04 { /*background-image: url('../Images/arancio_80.png');*/ background-color: @S04; @@ -1354,6 +1407,7 @@ div > ul > li > a.selected.menuNav { background-image: linear-gradient( @S05,@S04 ); color: #333; } + .cOvr { /*background-image: url('../Images/rosso_80.png');*/ background-color: @S05; @@ -1364,12 +1418,14 @@ div > ul > li > a.selected.menuNav { background-image: -o-linear-gradient( @S06,@S05 ); background-image: linear-gradient( @S06,@S05 ); } + .cBia { font-weight: bold; height: @altezzaCella; width: @larghCella; align-content: center; } + .selCel { background-color: #cbebff; border: dashed 2px #22AAff; /*font-weight: bold;*/ @@ -1391,6 +1447,7 @@ div > ul > li > a.selected.menuNav { @R02: #90c4ff; @R01: #f8fbff; @R00: #c3c3c3; + .cREmp { /*background-image: url('../Images/grigio_80.png');*/ background-color: @R00; @@ -1401,6 +1458,7 @@ div > ul > li > a.selected.menuNav { background-image: -o-linear-gradient( @R01,@R00 ); background-image: linear-gradient( @R01,@R00 ); } + .cR01 { /*background-image: url('../Images/grigioChiaro_80.png');*/ background-color: @R01; @@ -1411,6 +1469,7 @@ div > ul > li > a.selected.menuNav { background-image: -o-linear-gradient( @R02,@R01 ); background-image: linear-gradient( @R02,@R01 ); } + .cR02 { /*background-image: url('../Images/verde_80.png');*/ background-color: @R02; @@ -1422,6 +1481,7 @@ div > ul > li > a.selected.menuNav { background-image: linear-gradient( @R03,@R02 ); color: White; } + .cR03 { /*background-image: url('../Images/giallo_80.png');*/ background-color: @R03; @@ -1433,6 +1493,7 @@ div > ul > li > a.selected.menuNav { background-image: linear-gradient( @R04,@R03 ); color: White; } + .cR04 { /*background-image: url('../Images/arancio_80.png');*/ background-color: @R04; @@ -1444,6 +1505,7 @@ div > ul > li > a.selected.menuNav { background-image: linear-gradient( @R05,@R04 ); color: White; } + .cROvr { /*background-image: url('../Images/rosso_80.png');*/ background-color: @R05; @@ -1455,6 +1517,7 @@ div > ul > li > a.selected.menuNav { background-image: linear-gradient( @R06,@R05 ); color: White; } + .cRBia { white-space: nowrap; margin: auto; @@ -1463,9 +1526,11 @@ div > ul > li > a.selected.menuNav { height: @altezzaCellaRO; padding: 0px 2px; } -.cCent{ + +.cCent { text-align: center; } + .selCelR { background-color: #cbebff; border: dashed 2px #22AAff; /*font-weight: bold;*/ @@ -1482,6 +1547,7 @@ div > ul > li > a.selected.menuNav { @T02: #ffb769; @T01: #f8fbff; @T00: #c3c3c3; + .cTEmp { /*background-image: url('../Images/grigio_80.png');*/ background-color: @T00; @@ -1492,6 +1558,7 @@ div > ul > li > a.selected.menuNav { background-image: -o-linear-gradient( @T01,@T00 ); background-image: linear-gradient( @T01,@T00 ); } + .cTUnd { /*background-image: url('../Images/verde_80.png');*/ background-color: @T02; @@ -1503,6 +1570,7 @@ div > ul > li > a.selected.menuNav { background-image: linear-gradient( @T03,@T02 ); color: #666; } + .cTOk { /*background-image: url('../Images/arancio_80.png');*/ background-color: @T04; @@ -1514,6 +1582,7 @@ div > ul > li > a.selected.menuNav { background-image: linear-gradient( @T05,@T04 ); color: Yellow; } + .cTOvr { /*background-image: url('../Images/rosso_80.png');*/ background-color: @T06; @@ -1523,14 +1592,16 @@ div > ul > li > a.selected.menuNav { background-image: -ms-linear-gradient( @T07,@T06 ); background-image: -o-linear-gradient( @T07,@T06 ); background-image: linear-gradient( @T07,@T06 ); - color: #f6f6f6 ; + color: #f6f6f6; } + .cTBia { text-align: center; font-weight: bold; height: @altezzaCella; padding: 0px 2px; } + .selCelT { background-color: #cbebff; border: dashed 2px #22AAff; /*font-weight: bold;*/ diff --git a/PROJ-ETS/PROJ-ETS/Content/Style.min.css b/PROJ-ETS/PROJ-ETS/Content/Style.min.css index 24b2a08..28847e9 100644 --- a/PROJ-ETS/PROJ-ETS/Content/Style.min.css +++ b/PROJ-ETS/PROJ-ETS/Content/Style.min.css @@ -1 +1 @@ -html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:Verdana,Arial}:focus{outline:0}body{line-height:1;color:#000;background:#fff}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}.fullscreen{display:block;top:0;left:0;width:100%;height:100%}.bottomWrite{vertical-align:bottom;border-top:#0d0083 1px solid;margin-top:2px;padding-top:2px}.smallText{font-size:8pt}.ui-dialog-sw{padding:.2em;overflow:hidden;-moz-box-shadow:0 5px 10px rgba(0,0,0,.8);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.8);box-shadow:0 5px 10px rgba(0,0,0,.8)}.ui-dialog-sw .ui-dialog-sw-titlebar{padding:.5em 1em .3em;position:relative}.ui-dialog-sw .ui-dialog-sw-title{float:left;margin:.1em 16px .2em 0}.ui-dialog-sw .ui-dialog-sw-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px;-moz-border-radius:10px}.ui-dialog-sw .ui-dialog-sw-titlebar-close span{display:block;margin:1px}.ui-dialog-sw .ui-dialog-sw-titlebar-close:hover,.ui-dialog-sw .ui-dialog-sw-titlebar-close:focus{padding:0}.ui-dialog-sw .ui-dialog-sw-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1}.ui-dialog-sw .ui-dialog-sw-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em}.ui-dialog-sw .ui-dialog-sw-buttonpane .ui-dialog-sw-buttonset{float:right}.ui-dialog-sw .ui-dialog-sw-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog-sw .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-sw-titlebar{cursor:move}.ui-dialog-sw{padding:0}.ui-dialog-sw .ui-dialog-sw-titlebar{border-top:none;border-right:none;border-left:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ui-widget-sw{font-family:Arial,sans-serif;font-size:1.1em}.ui-widget-sw .ui-widget-sw{font-size:1em}.ui-widget-sw input,.ui-widget-sw select,.ui-widget-sw textarea,.ui-widget-sw button{font-family:Arial,sans-serif;font-size:1em}.ui-widget-sw-content{border:1px solid #a8a8a8;background:#fff;color:#4f4f4f}.ui-widget-sw-header{border:1px solid #a8a8a8;background:silver url('../images/ui-bg_highlight-soft_100_c0c0c0_1x100.png') repeat-x 50% top;color:#333;font-weight:bold;text-shadow:0 1px 0 rgba(255,255,255,.7)}.ui-widget-sw-header a{color:#4f4f4f}.areaTitolo{background-color:#0a64a4;background-image:url('../images/bg-menu-main.png');background-repeat:repeat-x;color:#ececec}.priCol-1{background-color:#00b060}.priCol-2{background-color:#218457}.priCol-3{background-color:#00733e}.priCol-4{background-color:#36d88e}.priCol-5{background-color:#c3ffe4}.secColA-1{background-color:#2d9eff;background-image:-webkit-gradient(linear,left top,left bottom,from(#0a64a4),to(#4481df));background-image:-webkit-linear-gradient(#0a64a4,#4481df);background-image:-moz-linear-gradient(#0a64a4,#4481df);background-image:-ms-linear-gradient(#0a64a4,#4481df);background-image:-o-linear-gradient(#0a64a4,#4481df);background-image:linear-gradient(#0a64a4,#4481df)}.secColA-2{background-color:#24577b}.secColA-3{background-color:#03406a}.secColA-4{background-image:-webkit-gradient(linear,left top,left bottom,from(#4683ff),to(#2461bf));background-image:-webkit-linear-gradient(#4683ff,#2461bf);background-image:-moz-linear-gradient(#4683ff,#2461bf);background-image:-ms-linear-gradient(#4683ff,#2461bf);background-image:-o-linear-gradient(#4683ff,#2461bf);background-image:linear-gradient(#4683ff,#2461bf)}.secColA-5{background-image:-webkit-gradient(linear,left top,left bottom,from(#b8e1fd),to(#2461bf));background-image:-webkit-linear-gradient(#b8e1fd,#2461bf);background-image:-moz-linear-gradient(#b8e1fd,#2461bf);background-image:-ms-linear-gradient(#b8e1fd,#2461bf);background-image:-o-linear-gradient(#b8e1fd,#2461bf);background-image:linear-gradient(#b8e1fd,#2461bf)}.secColB-1{background-color:#ff9000}.secColB-2{background-color:#bf8130}.secColB-3{background-color:#a65e00}.secColB-4{background-color:#ffac40}.secColB-5{background-color:#fdd7a6}.comCol-1{background-color:#ff4500}.comCol-2{background-color:#bf5730}.comCol-3{background-color:#a62d00}.comCol-4{background-color:#ff7340}.comCol-5{background-color:#ffcebc}.lightBlue{border:1px solid #cdcdcd;background-image:-webkit-gradient(linear,left top,left bottom,from(#ddf),to(#e1f1ff));background-image:-webkit-linear-gradient(#ddf,#e1f1ff);background-image:-moz-linear-gradient(#ddf,#e1f1ff);background-image:-ms-linear-gradient(#ddf,#e1f1ff);background-image:-o-linear-gradient(#ddf,#e1f1ff);background-image:linear-gradient(#ddf,#e1f1ff)}.lightGray{background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));background-image:-webkit-linear-gradient(#fff,#f1f1f1);background-image:-moz-linear-gradient(#fff,#f1f1f1);background-image:-ms-linear-gradient(#fff,#f1f1f1);background-image:-o-linear-gradient(#fff,#f1f1f1);background-image:linear-gradient(#fff,#f1f1f1);border:1px solid #cdcdcd}.headerStyle{background-color:#507cd1;font-weight:bold;color:#fff;white-space:nowrap}.footeStyle{background-color:#507cd1;font-weight:bold;color:#fff;white-space:nowrap}.footerRowStyle{background-image:-webkit-gradient(linear,left top,left bottom,from(#ff7a00),to(#cc3800));background-image:-webkit-linear-gradient(#ff7a00,#cc3800);background-image:-moz-linear-gradient(#ff7a00,#cc3800);background-image:-ms-linear-gradient(#ff7a00,#cc3800);background-image:-o-linear-gradient(#ff7a00,#cc3800);background-image:linear-gradient(#ff7a00,#cc3800)}.pagerStyle{background-color:#2461bf;color:#fff;white-space:nowrap;text-align:center;margin:auto;font-size:medium}.rowStyle{background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));background-image:-webkit-linear-gradient(#fff,#f1f1f1);background-image:-moz-linear-gradient(#fff,#f1f1f1);background-image:-ms-linear-gradient(#fff,#f1f1f1);background-image:-o-linear-gradient(#fff,#f1f1f1);background-image:linear-gradient(#fff,#f1f1f1);border:1px solid #cdcdcd}.alternatingRowStyle{border:1px solid #cdcdcd;background-image:-webkit-gradient(linear,left top,left bottom,from(#ddf),to(#e1f1ff));background-image:-webkit-linear-gradient(#ddf,#e1f1ff);background-image:-moz-linear-gradient(#ddf,#e1f1ff);background-image:-ms-linear-gradient(#ddf,#e1f1ff);background-image:-o-linear-gradient(#ddf,#e1f1ff);background-image:linear-gradient(#ddf,#e1f1ff)}.editRowStyle{border:1px solid #5282de;background-image:-webkit-gradient(linear,left top,left bottom,from(#e2ebff),to(#94b4ea));background-image:-webkit-linear-gradient(#e2ebff,#94b4ea);background-image:-moz-linear-gradient(#e2ebff,#94b4ea);background-image:-ms-linear-gradient(#e2ebff,#94b4ea);background-image:-o-linear-gradient(#e2ebff,#94b4ea);background-image:linear-gradient(#e2ebff,#94b4ea)}.selectedRowStyle{background-image:-webkit-gradient(linear,left top,left bottom,from(#dfd),to(#80ff80));background-image:-webkit-linear-gradient(#dfd,#80ff80);background-image:-moz-linear-gradient(#dfd,#80ff80);background-image:-ms-linear-gradient(#dfd,#80ff80);background-image:-o-linear-gradient(#dfd,#80ff80);background-image:linear-gradient(#dfd,#80ff80);font-weight:bold}.sortAscHead{background-color:#6d95e1}.sortDescHead{background-color:#4870be}.sortAscCell{background-color:#f5f7fb}.sortDescCell{background-color:#e9ebef}.divTitoloAdmin{background-color:#bf8130;padding:5px 0 5px 5px;color:#fff}A:hover{color:red}.float-left{float:left}.float-right{float:right}.divSx{float:left}.divDx{float:right}.divCenter{float:none;text-align:center;padding:0;margin:0 auto 0 auto}.clearDiv{clear:both}.padSxDx{padding-left:2px;padding-right:2px}.shadowBox{-moz-box-shadow:0 4px 8px rgba(0,0,0,.5);-webkit-box-shadow:0 4px 8px rgba(0,0,0,.5);box-shadow:0 4px 8px rgba(0,0,0,.5)}.half{width:50%}.third{width:33%}.quarter{width:25%}.fifth{width:20%}.modalBackground{background-color:gray;filter:alpha(opacity=70);opacity:.7}.btnNew{background-image:url(../images/new_m.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px}.btnPinned{background-image:url(../images/pin_m.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px}.btnPinnedDis{background-image:url(../images/pinDis_m.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px}.btnDelete{background-image:url(../images/elimina_m.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px}.btnUpdate{background-image:url(../images/reload_l.png);background-repeat:no-repeat;background-position:center right;background-color:#dedede;width:160px;height:40px;border:1px solid #333;vertical-align:middle;margin:auto;font-size:10pt;font-family:Arial}.btnMoveBig{background-image:url(../images/InOutArrows_l.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:8px;padding-right:32px}.btnEditBig{background-image:url(../images/edit_l.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px}.btnEdit{background-image:url(../images/edit_m.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px}.btnClonaBig{background-image:url(../images/clonaObj_l.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px}.btnClona{background-image:url(../images/clonaObj_m.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px}.btnEmail{background-image:url(../images/email_l.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:38px}.btnRosso{border:solid 2px red;background-color:#faa;width:100%;text-align:center}.btnRossoGrad{border:solid 2px red;background-color:#faa;text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#faa),to(red));background-image:-webkit-linear-gradient(#faa,red);background-image:-moz-linear-gradient(#faa,red);background-image:-ms-linear-gradient(#faa,red);background-image:-o-linear-gradient(#faa,red);background-image:linear-gradient(#faa,red)}.btnArancio{border:solid 2px #e48800;background-color:#ffb44d;width:100%;text-align:center}.btnArancioGrad{border:solid 2px #e48800;background-color:#ffb44d;text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffb44d),to(#e48800));background-image:-webkit-linear-gradient(#ffb44d,#e48800);background-image:-moz-linear-gradient(#ffb44d,#e48800);background-image:-ms-linear-gradient(#ffb44d,#e48800);background-image:-o-linear-gradient(#ffb44d,#e48800);background-image:linear-gradient(#ffb44d,#e48800)}.btnVerde{border:solid 2px green;background-color:#afa;width:100%;text-align:center}.btnVerdeGrad{border:solid 2px green;background-color:#afa;text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#afa),to(green));background-image:-webkit-linear-gradient(#afa,green);background-image:-moz-linear-gradient(#afa,green);background-image:-ms-linear-gradient(#afa,green);background-image:-o-linear-gradient(#afa,green);background-image:linear-gradient(#afa,green)}.btnBlu{border:solid 2px blue;background-color:#aaf;width:100%;text-align:center}.btnPreferred{font-size:3em;border:solid 4px red;background-color:#ffacac;width:100%;min-height:200px;height:100%;text-align:center;white-space:pre}.btnStd{font-size:3em;color:#696969;border:solid 4px #333;background-color:#acacac;width:100%;min-height:200px;height:100%;text-align:center;white-space:pre}.btnDisabled{border:solid 2px #999;background-color:#dedede;text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#dedede),to(#999));background-image:-webkit-linear-gradient(#dedede,#999);background-image:-moz-linear-gradient(#dedede,#999);background-image:-ms-linear-gradient(#dedede,#999);background-image:-o-linear-gradient(#dedede,#999);background-image:linear-gradient(#dedede,#999)}.btnGialloGrad{border:solid 2px #a93;background-color:#fe6;text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#fe6),to(#a93));background-image:-webkit-linear-gradient(#fe6,#a93);background-image:-moz-linear-gradient(#fe6,#a93);background-image:-ms-linear-gradient(#fe6,#a93);background-image:-o-linear-gradient(#fe6,#a93);background-image:linear-gradient(#fe6,#a93)}.pad26{padding:2px 6px}.textArancio{color:#fa3}.textAzzurro{color:#36f}.textNero{color:#000}.textGrigio{color:#888}.textVerde{color:#3a3}.textRosso{color:#a33}.badgeRosso{border:solid 2px red;background-color:#faa;width:100%;text-align:center}.badgeStd{border:solid 2px #333;background-color:#eee;width:100%;text-align:center}.badgeVerde{border:solid 2px green;background-color:#afa;width:100%;text-align:center}.badgeArancio{border:solid 2px #980;background-color:#fe6;width:100%;text-align:center}.rltUpdate{background-color:#ff3}.ui-autocomplete{max-height:200px;overflow-y:auto;overflow-x:hidden;padding-right:20px}li.static{margin:2px 4px 0 0;border-color:#cdcdcd;border-style:solid;border-width:1px 1px 0 1px;border-top-right-radius:4px;border-top-left-radius:4px}.menuNav{background-color:#e6e6e6;color:#284e98;font-size:1em;border-top-right-radius:4px;border-top-left-radius:4px}.menuNav:hover{background-color:#b5c7de;color:#000}div>ul>li>a.selected.menuNav{background-color:#fff;color:#000}.areaContMenu{background-color:#fff;padding:4px;border-color:#cdcdcd;border-style:solid;border-width:1px 1px 1px 1px}.roundedCorner{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.padStd{padding:4px}.sfondoGrigio{background-color:#ececec}.bordoGrigio{padding:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:2px solid #818181}.bordoVerde{padding:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:2px solid green}.bordoRosso{padding:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:2px solid red}.bordoNero{padding:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:2px solid #000;background-color:#fff}.bordoAzzurro{padding:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:2px solid #4da3ff}.placardGrigio{padding:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:2px solid #818181;background-color:#ececec}.docIcon{background-image:url(../images/download_s.png);background-repeat:no-repeat;background-position:right;padding:2px;padding-right:16px;min-height:16px}.filtro_1{background-color:#88f}.filtro_2{background-color:#aaf}.filtro_2:hover{color:#88f;background-color:#dedeff}.filtro_2 a:link{color:#fff;background-color:transparent}.filtro_3{background-color:#ccf}.filtro_4{background-color:#dedeff}.filtro_5{background-color:#efefff}.tabLabelGreen{background-color:#dfd;border-top:1px solid #393;border-left:1px solid #393;border-right:1px solid #393;height:1.5em;vertical-align:middle;padding-top:.5em;font-size:13pt;font-weight:bold}.tabBodyGreen{background-color:#dfd;border-bottom:1px solid green;border-left:1px solid green;border-right:1px solid green}.tabLabelGray{background-color:#dedede;border-top:1px solid #333;border-left:1px solid #333;border-right:1px solid #333;height:1.5em;vertical-align:middle;padding-top:.5em;font-size:13pt;font-weight:bold}.tabBodyGray{background-color:#dedede;border-bottom:1px solid #000;border-left:1px solid #000;border-right:1px solid #000}.fontTitolo{font-size:24pt;height:36px}.fontMedio{font-size:16pt}.fontStd{font-size:10pt}.fontPiccolo{font-size:8pt}.fontMini{font-size:7pt}.fontMicro{font-size:6pt}.labelInput{font-size:9pt;color:#555}.watermark{color:gray;font-style:italic}.autocomplete{width:400px;color:gray;background-color:#fff;font-size:8pt;padding:4px 1px 4px 1px;border-bottom:1px solid #888}.autocompleteHiglight{width:400px;color:#000;background-color:#ff0;font-size:8pt;padding:4px 1px 4px 1px;border-bottom:1px solid #888}.autocompleteElemID{width:400px;background-color:red;font-weight:bold}.autocompleteListCssClass{width:400px;font-size:8pt;background-color:#fff;padding:2px 2px 2px 2px;border:1px solid #333}.dataBlock{background-color:#fff;font-size:9pt;float:left;border-top:solid 1px gray;border-bottom:solid 1px gray;border-left:solid 1px gray;border-right:solid 1px gray;margin:0;padding:4px;vertical-align:text-top;text-align:left}.dataBlockHeader{border-top:solid 2px gray;border-bottom:solid 1px gray;border-left:solid 2px gray;border-right:solid 2px gray;background-color:#efefef;font-weight:bold;padding:2px}.dataBlockSx{float:left;text-align:left}.dataBlockDx{float:right;text-align:right}.dataBlockLabel{border-top:solid 1px #fefefe;padding-right:2px;padding-left:2px}.dataBlockValue{color:#000;font-weight:bold;padding-right:4px;padding-left:4px;margin-bottom:0}.dataBlockReset{clear:both;padding-bottom:2px;margin-bottom:2px}.dataBlockResetGray{border-bottom:solid 1px #cecece;clear:both;padding-bottom:2px;margin-bottom:2px}.dataBlockResetDark{border-bottom:solid 1px #363636;clear:both;padding-bottom:2px;margin-bottom:2px}.dataBlockBtn{background-color:#fafafa;border:solid 1px gray;padding-top:4px;padding-bottom:4px;vertical-align:text-top;margin:0;text-align:center}.blockSizeSmallest{width:175px}.blockSizeSmaller{width:200px}.blockSizeSmall{width:225px}.blockSizeMed{width:250px}.blockSizeLarge{width:275px}.blockSizeXLarge{width:300px}.blockSizeXXLarge{width:350px}.blockSizeXXXLarge{width:400px}.grView{color:#333;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;padding-bottom:1px}.ctrHeaderPager{background-color:#b8b8b8;font-weight:bold;color:#fff}.ctrHeaderPagerRight{background-color:#b8b8b8;font-weight:bold;color:#fff;text-align:right}.ctrHeaderPagerBlue{background-color:#507cd1;height:1px}.ctrHeaderPagerBlueRight{background-color:#507cd1;height:1px;text-align:right}.ctrFooter{background-color:#507cd1;font-weight:bold;color:#fff}.ctrRowStyle{vertical-align:top;background-color:#eff3fb}.valignMiddle{vertical-align:middle}.lblErrore{color:red}.lblGreen{color:#00a300}.lblBlu{color:#33f}.cTabRO{text-align:center;height:16px;border:solid 1px #777}.cEmp{background-color:#d5d5d5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8fbff),to(#d5d5d5));background-image:-webkit-linear-gradient(#f8fbff,#d5d5d5);background-image:-moz-linear-gradient(#f8fbff,#d5d5d5);background-image:-ms-linear-gradient(#f8fbff,#d5d5d5);background-image:-o-linear-gradient(#f8fbff,#d5d5d5);background-image:linear-gradient(#f8fbff,#d5d5d5)}.cS01{background-color:#f8fbff;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffff8e),to(#f8fbff));background-image:-webkit-linear-gradient(#ffff8e,#f8fbff);background-image:-moz-linear-gradient(#ffff8e,#f8fbff);background-image:-ms-linear-gradient(#ffff8e,#f8fbff);background-image:-o-linear-gradient(#ffff8e,#f8fbff);background-image:linear-gradient(#ffff8e,#f8fbff)}.cS02{background-color:#ffff8e;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffff4d),to(#ffff8e));background-image:-webkit-linear-gradient(#ffff4d,#ffff8e);background-image:-moz-linear-gradient(#ffff4d,#ffff8e);background-image:-ms-linear-gradient(#ffff4d,#ffff8e);background-image:-o-linear-gradient(#ffff4d,#ffff8e);background-image:linear-gradient(#ffff4d,#ffff8e);color:#333}.cS03{background-color:#ffff4d;background-image:-webkit-gradient(linear,left top,left bottom,from(#f1f100),to(#ffff4d));background-image:-webkit-linear-gradient(#f1f100,#ffff4d);background-image:-moz-linear-gradient(#f1f100,#ffff4d);background-image:-ms-linear-gradient(#f1f100,#ffff4d);background-image:-o-linear-gradient(#f1f100,#ffff4d);background-image:linear-gradient(#f1f100,#ffff4d);color:#333}.cS04{background-color:#f1f100;background-image:-webkit-gradient(linear,left top,left bottom,from(#e4e400),to(#f1f100));background-image:-webkit-linear-gradient(#e4e400,#f1f100);background-image:-moz-linear-gradient(#e4e400,#f1f100);background-image:-ms-linear-gradient(#e4e400,#f1f100);background-image:-o-linear-gradient(#e4e400,#f1f100);background-image:linear-gradient(#e4e400,#f1f100);color:#333}.cOvr{background-color:#e4e400;background-image:-webkit-gradient(linear,left top,left bottom,from(#caca00),to(#e4e400));background-image:-webkit-linear-gradient(#caca00,#e4e400);background-image:-moz-linear-gradient(#caca00,#e4e400);background-image:-ms-linear-gradient(#caca00,#e4e400);background-image:-o-linear-gradient(#caca00,#e4e400);background-image:linear-gradient(#caca00,#e4e400)}.cBia{font-weight:bold;height:20px;width:29px;align-content:center}.selCel{background-color:#cbebff;border:dashed 2px #2af;text-align:center}.cTab{text-align:center;height:20px;width:29px;align-content:center;border:solid 1px #777}.cREmp{background-color:#c3c3c3;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8fbff),to(#c3c3c3));background-image:-webkit-linear-gradient(#f8fbff,#c3c3c3);background-image:-moz-linear-gradient(#f8fbff,#c3c3c3);background-image:-ms-linear-gradient(#f8fbff,#c3c3c3);background-image:-o-linear-gradient(#f8fbff,#c3c3c3);background-image:linear-gradient(#f8fbff,#c3c3c3)}.cR01{background-color:#f8fbff;background-image:-webkit-gradient(linear,left top,left bottom,from(#90c4ff),to(#f8fbff));background-image:-webkit-linear-gradient(#90c4ff,#f8fbff);background-image:-moz-linear-gradient(#90c4ff,#f8fbff);background-image:-ms-linear-gradient(#90c4ff,#f8fbff);background-image:-o-linear-gradient(#90c4ff,#f8fbff);background-image:linear-gradient(#90c4ff,#f8fbff)}.cR02{background-color:#90c4ff;background-image:-webkit-gradient(linear,left top,left bottom,from(#76b8ff),to(#90c4ff));background-image:-webkit-linear-gradient(#76b8ff,#90c4ff);background-image:-moz-linear-gradient(#76b8ff,#90c4ff);background-image:-ms-linear-gradient(#76b8ff,#90c4ff);background-image:-o-linear-gradient(#76b8ff,#90c4ff);background-image:linear-gradient(#76b8ff,#90c4ff);color:#fff}.cR03{background-color:#76b8ff;background-image:-webkit-gradient(linear,left top,left bottom,from(#5caaff),to(#76b8ff));background-image:-webkit-linear-gradient(#5caaff,#76b8ff);background-image:-moz-linear-gradient(#5caaff,#76b8ff);background-image:-ms-linear-gradient(#5caaff,#76b8ff);background-image:-o-linear-gradient(#5caaff,#76b8ff);background-image:linear-gradient(#5caaff,#76b8ff);color:#fff}.cR04{background-color:#5caaff;background-image:-webkit-gradient(linear,left top,left bottom,from(#288eff),to(#5caaff));background-image:-webkit-linear-gradient(#288eff,#5caaff);background-image:-moz-linear-gradient(#288eff,#5caaff);background-image:-ms-linear-gradient(#288eff,#5caaff);background-image:-o-linear-gradient(#288eff,#5caaff);background-image:linear-gradient(#288eff,#5caaff);color:#fff}.cROvr{background-color:#288eff;background-image:-webkit-gradient(linear,left top,left bottom,from(#3333d9),to(#288eff));background-image:-webkit-linear-gradient(#3333d9,#288eff);background-image:-moz-linear-gradient(#3333d9,#288eff);background-image:-ms-linear-gradient(#3333d9,#288eff);background-image:-o-linear-gradient(#3333d9,#288eff);background-image:linear-gradient(#3333d9,#288eff);color:#fff}.cRBia{white-space:nowrap;margin:auto;vertical-align:middle;font-weight:bold;height:16px;padding:0 2px}.cCent{text-align:center}.selCelR{background-color:#cbebff;border:dashed 2px #2af;text-align:center}.cTEmp{background-color:#c3c3c3;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8fbff),to(#c3c3c3));background-image:-webkit-linear-gradient(#f8fbff,#c3c3c3);background-image:-moz-linear-gradient(#f8fbff,#c3c3c3);background-image:-ms-linear-gradient(#f8fbff,#c3c3c3);background-image:-o-linear-gradient(#f8fbff,#c3c3c3);background-image:linear-gradient(#f8fbff,#c3c3c3)}.cTUnd{background-color:#ffb769;background-image:-webkit-gradient(linear,left top,left bottom,from(#ff851b),to(#ffb769));background-image:-webkit-linear-gradient(#ff851b,#ffb769);background-image:-moz-linear-gradient(#ff851b,#ffb769);background-image:-ms-linear-gradient(#ff851b,#ffb769);background-image:-o-linear-gradient(#ff851b,#ffb769);background-image:linear-gradient(#ff851b,#ffb769);color:#666}.cTOk{background-color:#1bff1b;background-image:-webkit-gradient(linear,left top,left bottom,from(#009800),to(#1bff1b));background-image:-webkit-linear-gradient(#009800,#1bff1b);background-image:-moz-linear-gradient(#009800,#1bff1b);background-image:-ms-linear-gradient(#009800,#1bff1b);background-image:-o-linear-gradient(#009800,#1bff1b);background-image:linear-gradient(#009800,#1bff1b);color:#ff0}.cTOvr{background-color:#ff871b;background-image:-webkit-gradient(linear,left top,left bottom,from(#c12424),to(#ff871b));background-image:-webkit-linear-gradient(#c12424,#ff871b);background-image:-moz-linear-gradient(#c12424,#ff871b);background-image:-ms-linear-gradient(#c12424,#ff871b);background-image:-o-linear-gradient(#c12424,#ff871b);background-image:linear-gradient(#c12424,#ff871b);color:#f6f6f6}.cTBia{text-align:center;font-weight:bold;height:20px;padding:0 2px}.selCelT{background-color:#cbebff;border:dashed 2px #2af;text-align:center} \ No newline at end of file +html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:Verdana,Arial;}:focus{outline:0;}body{line-height:1;color:#000;background:#fff;}ol,ul{list-style:none;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}.fullscreen{display:block;top:0;left:0;width:100%;height:100%;}.bottomWrite{vertical-align:bottom;border-top:#0d0083 1px solid;margin-top:2px;padding-top:2px;}.smallText{font-size:8pt;}.GridPager a,.GridPager span{display:block;height:1.6em;width:2em;text-align:center;text-decoration:none;}.GridPager a{background-color:#f5f5f5;color:#969696;}.GridPager a:hover{background-color:#b8e1fd;color:#000;}.GridPager span{background-color:#a1dcf2;color:#000;font-weight:bold;}.imgNoPad{margin-top:-3px;margin-bottom:-7px;}.imgHead{margin:0;vertical-align:top;}.ui-dialog-sw{padding:.2em;overflow:hidden;-moz-box-shadow:0 5px 10px rgba(0,0,0,.8);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.8);box-shadow:0 5px 10px rgba(0,0,0,.8);}.ui-dialog-sw .ui-dialog-sw-titlebar{padding:.5em 1em .3em;position:relative;}.ui-dialog-sw .ui-dialog-sw-title{float:left;margin:.1em 16px .2em 0;}.ui-dialog-sw .ui-dialog-sw-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px;-moz-border-radius:10px;}.ui-dialog-sw .ui-dialog-sw-titlebar-close span{display:block;margin:1px;}.ui-dialog-sw .ui-dialog-sw-titlebar-close:hover,.ui-dialog-sw .ui-dialog-sw-titlebar-close:focus{padding:0;}.ui-dialog-sw .ui-dialog-sw-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1;}.ui-dialog-sw .ui-dialog-sw-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em;}.ui-dialog-sw .ui-dialog-sw-buttonpane .ui-dialog-sw-buttonset{float:right;}.ui-dialog-sw .ui-dialog-sw-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer;}.ui-dialog-sw .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px;}.ui-draggable .ui-dialog-sw-titlebar{cursor:move;}.ui-dialog-sw{padding:0;}.ui-dialog-sw .ui-dialog-sw-titlebar{border-top:none;border-right:none;border-left:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}.ui-widget-sw{font-family:Arial,sans-serif;font-size:1.1em;}.ui-widget-sw .ui-widget-sw{font-size:1em;}.ui-widget-sw input,.ui-widget-sw select,.ui-widget-sw textarea,.ui-widget-sw button{font-family:Arial,sans-serif;font-size:1em;}.ui-widget-sw-content{border:1px solid #a8a8a8;background:#fff;color:#4f4f4f;}.ui-widget-sw-header{border:1px solid #a8a8a8;background:#c0c0c0 url('../images/ui-bg_highlight-soft_100_c0c0c0_1x100.png') repeat-x 50% top;color:#333;font-weight:bold;text-shadow:0 1px 0 rgba(255,255,255,.7);}.ui-widget-sw-header a{color:#4f4f4f;}.areaTitolo{background-color:#0a64a4;background-image:url('../images/bg-menu-main.png');background-repeat:repeat-x;color:#ececec;}.priCol-1{background-color:#00b060;}.priCol-2{background-color:#218457;}.priCol-3{background-color:#00733e;}.priCol-4{background-color:#36d88e;}.priCol-5{background-color:#c3ffe4;}.secColA-1{background-color:#2d9eff;background-image:-webkit-gradient(linear,left top,left bottom,from(#0a64a4),to(#4481df));background-image:-webkit-linear-gradient(#0a64a4,#4481df);background-image:-moz-linear-gradient(#0a64a4,#4481df);background-image:-ms-linear-gradient(#0a64a4,#4481df);background-image:-o-linear-gradient(#0a64a4,#4481df);background-image:linear-gradient(#0a64a4,#4481df);}.secColA-2{background-color:#24577b;}.secColA-3{background-color:#03406a;}.secColA-4{background-image:-webkit-gradient(linear,left top,left bottom,from(#4683ff),to(#2461bf));background-image:-webkit-linear-gradient(#4683ff,#2461bf);background-image:-moz-linear-gradient(#4683ff,#2461bf);background-image:-ms-linear-gradient(#4683ff,#2461bf);background-image:-o-linear-gradient(#4683ff,#2461bf);background-image:linear-gradient(#4683ff,#2461bf);}.secColA-5{background-image:-webkit-gradient(linear,left top,left bottom,from(#b8e1fd),to(#2461bf));background-image:-webkit-linear-gradient(#b8e1fd,#2461bf);background-image:-moz-linear-gradient(#b8e1fd,#2461bf);background-image:-ms-linear-gradient(#b8e1fd,#2461bf);background-image:-o-linear-gradient(#b8e1fd,#2461bf);background-image:linear-gradient(#b8e1fd,#2461bf);}.secColB-1{background-color:#ff9000;}.secColB-2{background-color:#bf8130;}.secColB-3{background-color:#a65e00;}.secColB-4{background-color:#ffac40;}.secColB-5{background-color:#fdd7a6;}.comCol-1{background-color:#ff4500;}.comCol-2{background-color:#bf5730;}.comCol-3{background-color:#a62d00;}.comCol-4{background-color:#ff7340;}.comCol-5{background-color:#ffcebc;}.lightBlue{border:1px solid #cdcdcd;background-image:-webkit-gradient(linear,left top,left bottom,from(#ddf),to(#e1f1ff));background-image:-webkit-linear-gradient(#ddf,#e1f1ff);background-image:-moz-linear-gradient(#ddf,#e1f1ff);background-image:-ms-linear-gradient(#ddf,#e1f1ff);background-image:-o-linear-gradient(#ddf,#e1f1ff);background-image:linear-gradient(#ddf,#e1f1ff);}.lightGray{background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));background-image:-webkit-linear-gradient(#fff,#f1f1f1);background-image:-moz-linear-gradient(#fff,#f1f1f1);background-image:-ms-linear-gradient(#fff,#f1f1f1);background-image:-o-linear-gradient(#fff,#f1f1f1);background-image:linear-gradient(#fff,#f1f1f1);border:1px solid #cdcdcd;}.headerStyle{background-color:#507cd1;font-weight:bold;color:#fff;white-space:nowrap;}.footeStyle{background-color:#507cd1;font-weight:bold;color:#fff;white-space:nowrap;}.footerRowStyle{background-image:-webkit-gradient(linear,left top,left bottom,from(#ff7a00),to(#cc3800));background-image:-webkit-linear-gradient(#ff7a00,#cc3800);background-image:-moz-linear-gradient(#ff7a00,#cc3800);background-image:-ms-linear-gradient(#ff7a00,#cc3800);background-image:-o-linear-gradient(#ff7a00,#cc3800);background-image:linear-gradient(#ff7a00,#cc3800);}.pagerStyle{background-color:#2461bf;color:#fff;white-space:nowrap;text-align:center;margin:auto;font-size:medium;}.rowStyle{background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));background-image:-webkit-linear-gradient(#fff,#f1f1f1);background-image:-moz-linear-gradient(#fff,#f1f1f1);background-image:-ms-linear-gradient(#fff,#f1f1f1);background-image:-o-linear-gradient(#fff,#f1f1f1);background-image:linear-gradient(#fff,#f1f1f1);border:1px solid #cdcdcd;}.alternatingRowStyle{border:1px solid #cdcdcd;background-image:-webkit-gradient(linear,left top,left bottom,from(#ddf),to(#e1f1ff));background-image:-webkit-linear-gradient(#ddf,#e1f1ff);background-image:-moz-linear-gradient(#ddf,#e1f1ff);background-image:-ms-linear-gradient(#ddf,#e1f1ff);background-image:-o-linear-gradient(#ddf,#e1f1ff);background-image:linear-gradient(#ddf,#e1f1ff);}.editRowStyle{border:1px solid #5282de;background-image:-webkit-gradient(linear,left top,left bottom,from(#e2ebff),to(#94b4ea));background-image:-webkit-linear-gradient(#e2ebff,#94b4ea);background-image:-moz-linear-gradient(#e2ebff,#94b4ea);background-image:-ms-linear-gradient(#e2ebff,#94b4ea);background-image:-o-linear-gradient(#e2ebff,#94b4ea);background-image:linear-gradient(#e2ebff,#94b4ea);}.selectedRowStyle{background-image:-webkit-gradient(linear,left top,left bottom,from(#dfd),to(#80ff80));background-image:-webkit-linear-gradient(#dfd,#80ff80);background-image:-moz-linear-gradient(#dfd,#80ff80);background-image:-ms-linear-gradient(#dfd,#80ff80);background-image:-o-linear-gradient(#dfd,#80ff80);background-image:linear-gradient(#dfd,#80ff80);font-weight:bold;}.sortAscHead{background-color:#6d95e1;}.sortDescHead{background-color:#4870be;}.sortAscCell{background-color:#f5f7fb;}.sortDescCell{background-color:#e9ebef;}.divTitoloAdmin{background-color:#bf8130;padding:5px 0 5px 5px;color:#fff;}A:hover{color:#f00;}.float-left{float:left;}.float-right{float:right;}.divSx{float:left;}.divDx{float:right;}.divCenter{float:none;text-align:center;padding:0;margin:0 auto 0 auto;}.clearDiv{clear:both;}.padSxDx{padding-left:2px;padding-right:2px;}.shadowBox{-moz-box-shadow:0 4px 8px rgba(0,0,0,.5);-webkit-box-shadow:0 4px 8px rgba(0,0,0,.5);box-shadow:0 4px 8px rgba(0,0,0,.5);}.half{width:50%;}.third{width:33%;}.quarter{width:25%;}.fifth{width:20%;}.modalBackground{background-color:#808080;filter:alpha(opacity=70);opacity:.7;}.btnNew{background-image:url(../images/new_m.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px;}.btnPinned{background-image:url(../images/pin_m.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px;}.btnPinnedDis{background-image:url(../images/pinDis_m.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px;}.btnDelete{background-image:url(../images/elimina_m.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px;}.btnUpdate{background-image:url(../images/reload_l.png);background-repeat:no-repeat;background-position:center right;background-color:#dedede;width:160px;height:40px;border:1px solid #333;vertical-align:middle;margin:auto;font-size:10pt;font-family:Arial;}.btnMoveBig{background-image:url(../images/InOutArrows_l.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:8px;padding-right:32px;}.btnEditBig{background-image:url(../images/edit_l.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px;}.btnEdit{background-image:url(../images/edit_m.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px;}.btnClonaBig{background-image:url(../images/clonaObj_l.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px;}.btnClona{background-image:url(../images/clonaObj_m.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:28px;}.btnEmail{background-image:url(../images/email_l.png);background-repeat:no-repeat;background-position:right;border:1px solid #333;padding:4px;padding-right:38px;}.btnRosso{border:solid 2px #f00;background-color:#faa;width:100%;text-align:center;}.btnRossoGrad{border:solid 2px #f00;background-color:#faa;text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#faa),to(red));background-image:-webkit-linear-gradient(#faa,red);background-image:-moz-linear-gradient(#faa,red);background-image:-ms-linear-gradient(#faa,red);background-image:-o-linear-gradient(#faa,red);background-image:linear-gradient(#faa,red);}.btnArancio{border:solid 2px #e48800;background-color:#ffb44d;width:100%;text-align:center;}.btnArancioGrad{border:solid 2px #e48800;background-color:#ffb44d;text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffb44d),to(#e48800));background-image:-webkit-linear-gradient(#ffb44d,#e48800);background-image:-moz-linear-gradient(#ffb44d,#e48800);background-image:-ms-linear-gradient(#ffb44d,#e48800);background-image:-o-linear-gradient(#ffb44d,#e48800);background-image:linear-gradient(#ffb44d,#e48800);}.btnVerde{border:solid 2px #008000;background-color:#afa;width:100%;text-align:center;}.btnVerdeGrad{border:solid 2px #008000;background-color:#afa;text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#afa),to(green));background-image:-webkit-linear-gradient(#afa,green);background-image:-moz-linear-gradient(#afa,green);background-image:-ms-linear-gradient(#afa,green);background-image:-o-linear-gradient(#afa,green);background-image:linear-gradient(#afa,green);}.btnBlu{border:solid 2px #00f;background-color:#aaf;width:100%;text-align:center;}.btnPreferred{font-size:3em;border:solid 4px #f00;background-color:#ffacac;width:100%;min-height:200px;height:100%;text-align:center;white-space:pre;}.btnStd{font-size:3em;color:#696969;border:solid 4px #333;background-color:#acacac;width:100%;min-height:200px;height:100%;text-align:center;white-space:pre;}.btnDisabled{border:solid 2px #999;background-color:#dedede;text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#dedede),to(#999));background-image:-webkit-linear-gradient(#dedede,#999);background-image:-moz-linear-gradient(#dedede,#999);background-image:-ms-linear-gradient(#dedede,#999);background-image:-o-linear-gradient(#dedede,#999);background-image:linear-gradient(#dedede,#999);}.btnGialloGrad{border:solid 2px #a93;background-color:#fe6;text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#fe6),to(#a93));background-image:-webkit-linear-gradient(#fe6,#a93);background-image:-moz-linear-gradient(#fe6,#a93);background-image:-ms-linear-gradient(#fe6,#a93);background-image:-o-linear-gradient(#fe6,#a93);background-image:linear-gradient(#fe6,#a93);}.pad26{padding:2px 6px;}.textArancio{color:#fa3;}.textAzzurro{color:#36f;}.textNero{color:#000;}.textGrigio{color:#888;}.textVerde{color:#3a3;}.textRosso{color:#a33;}.badgeRosso{border:solid 2px #f00;background-color:#faa;width:100%;text-align:center;}.badgeStd{border:solid 2px #333;background-color:#eee;width:100%;text-align:center;}.badgeVerde{border:solid 2px #008000;background-color:#afa;width:100%;text-align:center;}.badgeArancio{border:solid 2px #980;background-color:#fe6;width:100%;text-align:center;}.rltUpdate{background-color:#ff3;}.ui-autocomplete{max-height:200px;overflow-y:auto;overflow-x:hidden;padding-right:20px;}li.static{margin:2px 4px 0 0;border-color:#cdcdcd;border-style:solid;border-width:1px 1px 0 1px;border-top-right-radius:4px;border-top-left-radius:4px;}.menuNav{background-color:#e6e6e6;color:#284e98;font-size:1em;border-top-right-radius:4px;border-top-left-radius:4px;}.menuNav:hover{background-color:#b5c7de;color:#000;}div>ul>li>a.selected.menuNav{background-color:#fff;color:#000;}.areaContMenu{background-color:#fff;padding:4px;border-color:#cdcdcd;border-style:solid;border-width:1px 1px 1px 1px;}.roundedCorner{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}.padStd{padding:4px;}.sfondoGrigio{background-color:#ececec;}.bordoGrigio{padding:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:2px solid #818181;}.bordoVerde{padding:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:2px solid #008000;}.bordoRosso{padding:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:2px solid #f00;}.bordoNero{padding:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:2px solid #000;background-color:#fff;}.bordoAzzurro{padding:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:2px solid #4da3ff;}.placardGrigio{padding:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:2px solid #818181;background-color:#ececec;}.docIcon{background-image:url(../images/download_s.png);background-repeat:no-repeat;background-position:right;padding:2px;padding-right:16px;min-height:16px;}.filtro_1{background-color:#88f;}.filtro_2{background-color:#aaf;}.filtro_2:hover{color:#88f;background-color:#dedeff;}.filtro_2 a:link{color:#fff;background-color:transparent;}.filtro_3{background-color:#ccf;}.filtro_4{background-color:#dedeff;}.filtro_5{background-color:#efefff;}.tabLabelGreen{background-color:#dfd;border-top:1px solid #393;border-left:1px solid #393;border-right:1px solid #393;height:1.5em;vertical-align:middle;padding-top:.5em;font-size:13pt;font-weight:bold;}.tabBodyGreen{background-color:#dfd;border-bottom:1px solid #008000;border-left:1px solid #008000;border-right:1px solid #008000;}.tabLabelGray{background-color:#dedede;border-top:1px solid #333;border-left:1px solid #333;border-right:1px solid #333;height:1.5em;vertical-align:middle;padding-top:.5em;font-size:13pt;font-weight:bold;}.tabBodyGray{background-color:#dedede;border-bottom:1px solid #000;border-left:1px solid #000;border-right:1px solid #000;}.fontTitolo{font-size:24pt;height:36px;}.fontMedio{font-size:16pt;}.fontStd{font-size:10pt;}.fontPiccolo{font-size:8pt;}.fontMini{font-size:7pt;}.fontMicro{font-size:6pt;}.labelInput{font-size:9pt;color:#555;}.watermark{color:#808080;font-style:italic;}.autocomplete{width:400px;color:#808080;background-color:#fff;font-size:8pt;padding:4px 1px 4px 1px;border-bottom:1px solid #888;}.autocompleteHiglight{width:400px;color:#000;background-color:#ff0;font-size:8pt;padding:4px 1px 4px 1px;border-bottom:1px solid #888;}.autocompleteElemID{width:400px;background-color:#f00;font-weight:bold;}.autocompleteListCssClass{width:400px;font-size:8pt;background-color:#fff;padding:2px 2px 2px 2px;border:1px solid #333;}.dataBlock{background-color:#fff;font-size:9pt;float:left;border-top:solid 1px #808080;border-bottom:solid 1px #808080;border-left:solid 1px #808080;border-right:solid 1px #808080;margin:0;padding:4px;vertical-align:text-top;text-align:left;}.dataBlockHeader{border-top:solid 2px #808080;border-bottom:solid 1px #808080;border-left:solid 2px #808080;border-right:solid 2px #808080;background-color:#efefef;font-weight:bold;padding:2px;}.dataBlockSx{float:left;text-align:left;}.dataBlockDx{float:right;text-align:right;}.dataBlockLabel{border-top:solid 1px #fefefe;padding-right:2px;padding-left:2px;}.dataBlockValue{color:#000;font-weight:bold;padding-right:4px;padding-left:4px;margin-bottom:0;}.dataBlockReset{clear:both;padding-bottom:2px;margin-bottom:2px;}.dataBlockResetGray{border-bottom:solid 1px #cecece;clear:both;padding-bottom:2px;margin-bottom:2px;}.dataBlockResetDark{border-bottom:solid 1px #363636;clear:both;padding-bottom:2px;margin-bottom:2px;}.dataBlockBtn{background-color:#fafafa;border:solid 1px #808080;padding-top:4px;padding-bottom:4px;vertical-align:text-top;margin:0;text-align:center;}.blockSizeSmallest{width:175px;}.blockSizeSmaller{width:200px;}.blockSizeSmall{width:225px;}.blockSizeMed{width:250px;}.blockSizeLarge{width:275px;}.blockSizeXLarge{width:300px;}.blockSizeXXLarge{width:350px;}.blockSizeXXXLarge{width:400px;}.grView{color:#333;font-size:8pt;padding-left:1px;padding-right:1px;padding-top:1px;padding-bottom:1px;}.ctrHeaderPager{background-color:#b8b8b8;font-weight:bold;color:#fff;}.ctrHeaderPagerRight{background-color:#b8b8b8;font-weight:bold;color:#fff;text-align:right;}.ctrHeaderPagerBlue{background-color:#507cd1;height:1px;}.ctrHeaderPagerBlueRight{background-color:#507cd1;height:1px;text-align:right;}.ctrFooter{background-color:#507cd1;font-weight:bold;color:#fff;}.ctrRowStyle{vertical-align:top;background-color:#eff3fb;}.valignMiddle{vertical-align:middle;}.lblErrore{color:#f00;}.lblGreen{color:#00a300;}.lblBlu{color:#33f;}.cTabRO{text-align:center;height:16px;border:solid 1px #777;}.cEmp{background-color:#d5d5d5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8fbff),to(#d5d5d5));background-image:-webkit-linear-gradient(#f8fbff,#d5d5d5);background-image:-moz-linear-gradient(#f8fbff,#d5d5d5);background-image:-ms-linear-gradient(#f8fbff,#d5d5d5);background-image:-o-linear-gradient(#f8fbff,#d5d5d5);background-image:linear-gradient(#f8fbff,#d5d5d5);}.cS01{background-color:#f8fbff;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffff8e),to(#f8fbff));background-image:-webkit-linear-gradient(#ffff8e,#f8fbff);background-image:-moz-linear-gradient(#ffff8e,#f8fbff);background-image:-ms-linear-gradient(#ffff8e,#f8fbff);background-image:-o-linear-gradient(#ffff8e,#f8fbff);background-image:linear-gradient(#ffff8e,#f8fbff);}.cS02{background-color:#ffff8e;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffff4d),to(#ffff8e));background-image:-webkit-linear-gradient(#ffff4d,#ffff8e);background-image:-moz-linear-gradient(#ffff4d,#ffff8e);background-image:-ms-linear-gradient(#ffff4d,#ffff8e);background-image:-o-linear-gradient(#ffff4d,#ffff8e);background-image:linear-gradient(#ffff4d,#ffff8e);color:#333;}.cS03{background-color:#ffff4d;background-image:-webkit-gradient(linear,left top,left bottom,from(#f1f100),to(#ffff4d));background-image:-webkit-linear-gradient(#f1f100,#ffff4d);background-image:-moz-linear-gradient(#f1f100,#ffff4d);background-image:-ms-linear-gradient(#f1f100,#ffff4d);background-image:-o-linear-gradient(#f1f100,#ffff4d);background-image:linear-gradient(#f1f100,#ffff4d);color:#333;}.cS04{background-color:#f1f100;background-image:-webkit-gradient(linear,left top,left bottom,from(#e4e400),to(#f1f100));background-image:-webkit-linear-gradient(#e4e400,#f1f100);background-image:-moz-linear-gradient(#e4e400,#f1f100);background-image:-ms-linear-gradient(#e4e400,#f1f100);background-image:-o-linear-gradient(#e4e400,#f1f100);background-image:linear-gradient(#e4e400,#f1f100);color:#333;}.cOvr{background-color:#e4e400;background-image:-webkit-gradient(linear,left top,left bottom,from(#caca00),to(#e4e400));background-image:-webkit-linear-gradient(#caca00,#e4e400);background-image:-moz-linear-gradient(#caca00,#e4e400);background-image:-ms-linear-gradient(#caca00,#e4e400);background-image:-o-linear-gradient(#caca00,#e4e400);background-image:linear-gradient(#caca00,#e4e400);}.cBia{font-weight:bold;height:20px;width:29px;align-content:center;}.selCel{background-color:#cbebff;border:dashed 2px #2af;text-align:center;}.cTab{text-align:center;height:20px;width:29px;align-content:center;border:solid 1px #777;}.cREmp{background-color:#c3c3c3;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8fbff),to(#c3c3c3));background-image:-webkit-linear-gradient(#f8fbff,#c3c3c3);background-image:-moz-linear-gradient(#f8fbff,#c3c3c3);background-image:-ms-linear-gradient(#f8fbff,#c3c3c3);background-image:-o-linear-gradient(#f8fbff,#c3c3c3);background-image:linear-gradient(#f8fbff,#c3c3c3);}.cR01{background-color:#f8fbff;background-image:-webkit-gradient(linear,left top,left bottom,from(#90c4ff),to(#f8fbff));background-image:-webkit-linear-gradient(#90c4ff,#f8fbff);background-image:-moz-linear-gradient(#90c4ff,#f8fbff);background-image:-ms-linear-gradient(#90c4ff,#f8fbff);background-image:-o-linear-gradient(#90c4ff,#f8fbff);background-image:linear-gradient(#90c4ff,#f8fbff);}.cR02{background-color:#90c4ff;background-image:-webkit-gradient(linear,left top,left bottom,from(#76b8ff),to(#90c4ff));background-image:-webkit-linear-gradient(#76b8ff,#90c4ff);background-image:-moz-linear-gradient(#76b8ff,#90c4ff);background-image:-ms-linear-gradient(#76b8ff,#90c4ff);background-image:-o-linear-gradient(#76b8ff,#90c4ff);background-image:linear-gradient(#76b8ff,#90c4ff);color:#fff;}.cR03{background-color:#76b8ff;background-image:-webkit-gradient(linear,left top,left bottom,from(#5caaff),to(#76b8ff));background-image:-webkit-linear-gradient(#5caaff,#76b8ff);background-image:-moz-linear-gradient(#5caaff,#76b8ff);background-image:-ms-linear-gradient(#5caaff,#76b8ff);background-image:-o-linear-gradient(#5caaff,#76b8ff);background-image:linear-gradient(#5caaff,#76b8ff);color:#fff;}.cR04{background-color:#5caaff;background-image:-webkit-gradient(linear,left top,left bottom,from(#288eff),to(#5caaff));background-image:-webkit-linear-gradient(#288eff,#5caaff);background-image:-moz-linear-gradient(#288eff,#5caaff);background-image:-ms-linear-gradient(#288eff,#5caaff);background-image:-o-linear-gradient(#288eff,#5caaff);background-image:linear-gradient(#288eff,#5caaff);color:#fff;}.cROvr{background-color:#288eff;background-image:-webkit-gradient(linear,left top,left bottom,from(#3333d9),to(#288eff));background-image:-webkit-linear-gradient(#3333d9,#288eff);background-image:-moz-linear-gradient(#3333d9,#288eff);background-image:-ms-linear-gradient(#3333d9,#288eff);background-image:-o-linear-gradient(#3333d9,#288eff);background-image:linear-gradient(#3333d9,#288eff);color:#fff;}.cRBia{white-space:nowrap;margin:auto;vertical-align:middle;font-weight:bold;height:16px;padding:0 2px;}.cCent{text-align:center;}.selCelR{background-color:#cbebff;border:dashed 2px #2af;text-align:center;}.cTEmp{background-color:#c3c3c3;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8fbff),to(#c3c3c3));background-image:-webkit-linear-gradient(#f8fbff,#c3c3c3);background-image:-moz-linear-gradient(#f8fbff,#c3c3c3);background-image:-ms-linear-gradient(#f8fbff,#c3c3c3);background-image:-o-linear-gradient(#f8fbff,#c3c3c3);background-image:linear-gradient(#f8fbff,#c3c3c3);}.cTUnd{background-color:#ffb769;background-image:-webkit-gradient(linear,left top,left bottom,from(#ff851b),to(#ffb769));background-image:-webkit-linear-gradient(#ff851b,#ffb769);background-image:-moz-linear-gradient(#ff851b,#ffb769);background-image:-ms-linear-gradient(#ff851b,#ffb769);background-image:-o-linear-gradient(#ff851b,#ffb769);background-image:linear-gradient(#ff851b,#ffb769);color:#666;}.cTOk{background-color:#1bff1b;background-image:-webkit-gradient(linear,left top,left bottom,from(#009800),to(#1bff1b));background-image:-webkit-linear-gradient(#009800,#1bff1b);background-image:-moz-linear-gradient(#009800,#1bff1b);background-image:-ms-linear-gradient(#009800,#1bff1b);background-image:-o-linear-gradient(#009800,#1bff1b);background-image:linear-gradient(#009800,#1bff1b);color:#ff0;}.cTOvr{background-color:#ff871b;background-image:-webkit-gradient(linear,left top,left bottom,from(#c12424),to(#ff871b));background-image:-webkit-linear-gradient(#c12424,#ff871b);background-image:-moz-linear-gradient(#c12424,#ff871b);background-image:-ms-linear-gradient(#c12424,#ff871b);background-image:-o-linear-gradient(#c12424,#ff871b);background-image:linear-gradient(#c12424,#ff871b);color:#f6f6f6;}.cTBia{text-align:center;font-weight:bold;height:20px;padding:0 2px;}.selCelT{background-color:#cbebff;border:dashed 2px #2af;text-align:center;} \ No newline at end of file diff --git a/PROJ-ETS/PROJ-ETS/PROJ-ETS.csproj b/PROJ-ETS/PROJ-ETS/PROJ-ETS.csproj index 9708fd6..c553edc 100644 --- a/PROJ-ETS/PROJ-ETS/PROJ-ETS.csproj +++ b/PROJ-ETS/PROJ-ETS/PROJ-ETS.csproj @@ -20,6 +20,7 @@ enabled + true @@ -121,7 +122,7 @@ Style.less - Style.less + Style.css @@ -523,6 +524,10 @@ + + + compilerconfig.json + Designer @@ -559,6 +564,9 @@ + + CodeVersion.cs + Admin.aspx ASPXCodeBehind diff --git a/PROJ-ETS/PROJ-ETS/Properties/AssemblyInfo.cs b/PROJ-ETS/PROJ-ETS/Properties/AssemblyInfo.cs index 7cdc494..f8ffd5c 100644 --- a/PROJ-ETS/PROJ-ETS/Properties/AssemblyInfo.cs +++ b/PROJ-ETS/PROJ-ETS/Properties/AssemblyInfo.cs @@ -8,9 +8,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("PROJ_ETS")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +//[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("PROJ_ETS")] -[assembly: AssemblyCopyright("Copyright © 2013")] +//[assembly: AssemblyCopyright("Copyright © 2013")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.1.0.0")] -[assembly: AssemblyFileVersion("2.1.0.0")] +//[assembly: AssemblyVersion("2.1.0.0")] +//[assembly: AssemblyFileVersion("2.1.0.0")] diff --git a/PROJ-ETS/PROJ-ETS/Web.config b/PROJ-ETS/PROJ-ETS/Web.config index 5945d35..fb0d770 100644 --- a/PROJ-ETS/PROJ-ETS/Web.config +++ b/PROJ-ETS/PROJ-ETS/Web.config @@ -25,8 +25,8 @@ - - + + diff --git a/PROJ-ETS/PROJ-ETS/WebMasterPages/AjaxSimpleFull.Master b/PROJ-ETS/PROJ-ETS/WebMasterPages/AjaxSimpleFull.Master deleted file mode 100644 index b8015e7..0000000 --- a/PROJ-ETS/PROJ-ETS/WebMasterPages/AjaxSimpleFull.Master +++ /dev/null @@ -1,73 +0,0 @@ -<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="AjaxSimpleFull.master.cs" Inherits="GMW.WebMasterPages.AjaxSimpleFull" %> - -<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> -<%@ Register Src="../WebUserControls/mod_testata.ascx" TagName="mod_testata" TagPrefix="uc1" %> -<%@ Register Src="../WebUserControls/mod_menuBottomFullpage.ascx" TagName="mod_menuBottomFullpage" TagPrefix="uc2" %> -<% if (false) - { %> - -<% } %> - - - - GMW - - - - <%--Area jQueryUI via CDN--%> - <%-- - - --%> - <%--Area jQuery via delivery locale--%> - - - - - - -
- - -
- <%--testata pagina--%> -
- - - - - -
- <%--corpo pagina--%> -
- - - - - - -
- <%--footer pagina--%> -
- - - - - -
-
-
- - diff --git a/PROJ-ETS/PROJ-ETS/WebMasterPages/AjaxSimpleFull.Master.cs b/PROJ-ETS/PROJ-ETS/WebMasterPages/AjaxSimpleFull.Master.cs deleted file mode 100644 index e3d5694..0000000 --- a/PROJ-ETS/PROJ-ETS/WebMasterPages/AjaxSimpleFull.Master.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Configuration; - -namespace GMW.WebMasterPages -{ - public partial class AjaxSimpleFull : System.Web.UI.MasterPage - { - protected void Page_Load(object sender, EventArgs e) - { - Page.Title = ConfigurationManager.AppSettings.Get("_titoloPagina"); - } - } -} diff --git a/PROJ-ETS/PROJ-ETS/WebMasterPages/AjaxSimpleFull.Master.designer.cs b/PROJ-ETS/PROJ-ETS/WebMasterPages/AjaxSimpleFull.Master.designer.cs deleted file mode 100644 index 5c9b625..0000000 --- a/PROJ-ETS/PROJ-ETS/WebMasterPages/AjaxSimpleFull.Master.designer.cs +++ /dev/null @@ -1,96 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace GMW.WebMasterPages { - - - public partial class AjaxSimpleFull { - - /// - /// Head1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlHead Head1; - - /// - /// form1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlForm form1; - - /// - /// ToolkitScriptManager1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::AjaxControlToolkit.ToolkitScriptManager ToolkitScriptManager1; - - /// - /// updPanelTop control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.UpdatePanel updPanelTop; - - /// - /// mod_testata1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::PROJ_ETS.WebUserControls.mod_testata mod_testata1; - - /// - /// upMain control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.UpdatePanel upMain; - - /// - /// ContentPlaceHolder1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.ContentPlaceHolder ContentPlaceHolder1; - - /// - /// upLineClock control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.UpdatePanel upLineClock; - - /// - /// mod_menuBottomFullpage1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::PROJ_ETS.WebUserControls.mod_menuBottomFullpage mod_menuBottomFullpage1; - } -} diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx index 210501d..48cb251 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx @@ -11,7 +11,7 @@ - + @@ -62,7 +62,7 @@
- +
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commInteg.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commInteg.ascx index b02d02d..4242d51 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commInteg.ascx +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commInteg.ascx @@ -6,7 +6,7 @@ - + diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commesse.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commesse.ascx index 2b3ec79..23703cc 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commesse.ascx +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commesse.ascx @@ -7,7 +7,7 @@ - + diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commesseFull.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commesseFull.ascx index 93fff99..0921335 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commesseFull.ascx +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commesseFull.ascx @@ -8,7 +8,7 @@ - + diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_elencoDoc.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_elencoDoc.ascx index 71d6b24..8a7e5c4 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_elencoDoc.ascx +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_elencoDoc.ascx @@ -56,7 +56,7 @@ - + diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_fasi.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_fasi.ascx index e4450a3..3cf3f0a 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_fasi.ascx +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_fasi.ascx @@ -9,7 +9,7 @@ - + @@ -184,7 +184,7 @@ - + diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_fattETS.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_fattETS.ascx index 5ca2620..a83c640 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_fattETS.ascx +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_fattETS.ascx @@ -5,7 +5,7 @@ -
+
@@ -13,7 +13,7 @@
-
+
@@ -21,7 +21,7 @@
-
+
@@ -36,7 +36,7 @@ - + diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx index 280bb94..18ae8a8 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx @@ -5,12 +5,12 @@ <%----%> <% } %>
-
+
-
+
 -   - © 2013-<%: DateTime.Now.Year %> - SteamWare, ETS + © 2013-<%: DateTime.Now.Year %> - SteamWare
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs index d82d400..a9d1c8e 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs @@ -24,7 +24,9 @@ namespace PROJ_ETS.WebUserControls protected void Page_Load(object sender, EventArgs e) { // sistemo le stringhe... - lblApp.Text = string.Format("{0} v.{1}.{2}", ConfigurationManager.AppSettings.Get("appName"), ConfigurationManager.AppSettings.Get("mainRev"), ConfigurationManager.AppSettings.Get("minRev")); + //lblApp.Text = string.Format("{0} v.{1}.{2}", ConfigurationManager.AppSettings.Get("appName"), ConfigurationManager.AppSettings.Get("mainRev"), ConfigurationManager.AppSettings.Get("minRev")); + + lblApp.Text = string.Format("{0} v.{1}", ConfigurationManager.AppSettings.Get("appName"), System.Reflection.Assembly.GetExecutingAssembly().GetName().Version); setTimer(); setClock(); } diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_progetti.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_progetti.ascx index 5716d3a..22c4f1e 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_progetti.ascx +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_progetti.ascx @@ -31,7 +31,7 @@ - + diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_weekPlan.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_weekPlan.ascx index 82e57c4..08dbd1f 100644 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_weekPlan.ascx +++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_weekPlan.ascx @@ -22,8 +22,8 @@ - - + + diff --git a/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll b/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll index 5d6b74b..89a930b 100644 Binary files a/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll and b/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll differ diff --git a/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll.config b/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll.config index 5945d35..fb0d770 100644 --- a/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll.config +++ b/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll.config @@ -25,8 +25,8 @@ - - + + diff --git a/PROJ-ETS/PROJ-ETS/compilerconfig.json b/PROJ-ETS/PROJ-ETS/compilerconfig.json new file mode 100644 index 0000000..b9b907f --- /dev/null +++ b/PROJ-ETS/PROJ-ETS/compilerconfig.json @@ -0,0 +1,6 @@ +[ + { + "outputFile": "Content/Style.css", + "inputFile": "Content/Style.less" + } +] \ No newline at end of file diff --git a/PROJ-ETS/PROJ-ETS/compilerconfig.json.defaults b/PROJ-ETS/PROJ-ETS/compilerconfig.json.defaults new file mode 100644 index 0000000..c75eb7d --- /dev/null +++ b/PROJ-ETS/PROJ-ETS/compilerconfig.json.defaults @@ -0,0 +1,49 @@ +{ + "compilers": { + "less": { + "autoPrefix": "", + "cssComb": "none", + "ieCompat": true, + "strictMath": false, + "strictUnits": false, + "relativeUrls": true, + "rootPath": "", + "sourceMapRoot": "", + "sourceMapBasePath": "", + "sourceMap": false + }, + "sass": { + "includePath": "", + "indentType": "space", + "indentWidth": 2, + "outputStyle": "nested", + "Precision": 5, + "relativeUrls": true, + "sourceMapRoot": "", + "sourceMap": false + }, + "stylus": { + "sourceMap": false + }, + "babel": { + "sourceMap": false + }, + "coffeescript": { + "bare": false, + "runtimeMode": "node", + "sourceMap": false + } + }, + "minifiers": { + "css": { + "enabled": true, + "termSemicolons": true, + "gzip": false + }, + "javascript": { + "enabled": true, + "termSemicolons": true, + "gzip": false + } + } +} \ No newline at end of file diff --git a/VersGen/CodeVersion.cs b/VersGen/CodeVersion.cs new file mode 100644 index 0000000..de92df0 --- /dev/null +++ b/VersGen/CodeVersion.cs @@ -0,0 +1,11 @@ +// +// This code was generated by a tool. Any changes made manually will be lost +// the next time this code is regenerated. +// + +using System.Reflection; + +[assembly: AssemblyVersion("2.2.1.163")] +[assembly: AssemblyFileVersion("2.2.1.163")] +[assembly: AssemblyCopyright("Steamware © 2013-2016")] +[assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/CodeVersion.tt b/VersGen/CodeVersion.tt new file mode 100644 index 0000000..e8dfcde --- /dev/null +++ b/VersGen/CodeVersion.tt @@ -0,0 +1,15 @@ +<#@ template language="C#" #> +// +// This code was generated by a tool. Any changes made manually will be lost +// the next time this code is regenerated. +// + +using System.Reflection; + +[assembly: AssemblyVersion("2.2.1.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("2.2.1.<#= this.RevisionNumber #>")] +[assembly: AssemblyCopyright("Steamware © 2013-<#= DateTime.Now.Year #>")] +[assembly: AssemblyCompany("Steamware")] +<#+ + int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2013,1,1)).TotalDays/7; +#> \ No newline at end of file diff --git a/VersGen/Properties/AssemblyInfo.cs b/VersGen/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..56fd6dc --- /dev/null +++ b/VersGen/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("VersGen")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +//[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("VersGen")] +//[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("13d76807-d464-4ad3-b79a-1a39b549983d")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +//[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/VersGen/VersGen.csproj b/VersGen/VersGen.csproj new file mode 100644 index 0000000..d0b4666 --- /dev/null +++ b/VersGen/VersGen.csproj @@ -0,0 +1,67 @@ + + + + + Debug + AnyCPU + {13D76807-D464-4AD3-B79A-1A39B549983D} + Library + Properties + VersGen + VersGen + v4.5.2 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + True + True + CodeVersion.tt + + + + + + TextTemplatingFileGenerator + CodeVersion.cs + + + + + + + + \ No newline at end of file diff --git a/VersGen/bin/Debug/VersGen.dll b/VersGen/bin/Debug/VersGen.dll new file mode 100644 index 0000000..cb14e36 Binary files /dev/null and b/VersGen/bin/Debug/VersGen.dll differ diff --git a/VersGen/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/VersGen/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..bbce799 Binary files /dev/null and b/VersGen/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/VersGen/obj/Debug/TempPE/CodeVersion.cs.dll b/VersGen/obj/Debug/TempPE/CodeVersion.cs.dll new file mode 100644 index 0000000..0d0e3b1 Binary files /dev/null and b/VersGen/obj/Debug/TempPE/CodeVersion.cs.dll differ diff --git a/VersGen/obj/Debug/TempPE/CodeVersion.txt.dll b/VersGen/obj/Debug/TempPE/CodeVersion.txt.dll new file mode 100644 index 0000000..05414db Binary files /dev/null and b/VersGen/obj/Debug/TempPE/CodeVersion.txt.dll differ diff --git a/VersGen/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/VersGen/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/VersGen/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/VersGen/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/VersGen/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/VersGen/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/VersGen/obj/Debug/VersGen.csproj.FileListAbsolute.txt b/VersGen/obj/Debug/VersGen.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..53ea214 --- /dev/null +++ b/VersGen/obj/Debug/VersGen.csproj.FileListAbsolute.txt @@ -0,0 +1,5 @@ +C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\ETS\VersGen\bin\Debug\VersGen.dll +C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\ETS\VersGen\bin\Debug\VersGen.pdb +C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\ETS\VersGen\obj\Debug\VersGen.csprojResolveAssemblyReference.cache +C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\ETS\VersGen\obj\Debug\VersGen.dll +C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\ETS\VersGen\obj\Debug\VersGen.pdb diff --git a/VersGen/obj/Debug/VersGen.csprojResolveAssemblyReference.cache b/VersGen/obj/Debug/VersGen.csprojResolveAssemblyReference.cache new file mode 100644 index 0000000..d6a7346 Binary files /dev/null and b/VersGen/obj/Debug/VersGen.csprojResolveAssemblyReference.cache differ diff --git a/VersGen/obj/Debug/VersGen.dll b/VersGen/obj/Debug/VersGen.dll new file mode 100644 index 0000000..cb14e36 Binary files /dev/null and b/VersGen/obj/Debug/VersGen.dll differ