update pagers...

This commit is contained in:
Samuele Locatelli
2016-02-18 18:12:45 +01:00
parent 1236996653
commit 990854a227
39 changed files with 445 additions and 320 deletions
+11 -1
View File
@@ -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
+132 -100
View File
@@ -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*/
+74 -3
View File
@@ -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;*/
File diff suppressed because one or more lines are too long
+9 -1
View File
@@ -20,6 +20,7 @@
<IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode />
<TargetFrameworkProfile />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -121,7 +122,7 @@
<DependentUpon>Style.less</DependentUpon>
</Content>
<Content Include="Content\Style.min.css">
<DependentUpon>Style.less</DependentUpon>
<DependentUpon>Style.css</DependentUpon>
</Content>
<Content Include="Content\themes\base\images\animated-overlay.gif" />
<Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
@@ -523,6 +524,10 @@
<Content Include="fonts\fontawesome-webfont.ttf" />
<Content Include="fonts\fontawesome-webfont.eot" />
<Content Include="fonts\FontAwesome.otf" />
<None Include="compilerconfig.json" />
<None Include="compilerconfig.json.defaults">
<DependentUpon>compilerconfig.json</DependentUpon>
</None>
<None Include="NLog.xsd">
<SubType>Designer</SubType>
</None>
@@ -559,6 +564,9 @@
<Content Include="WebMasterPages\Bazaar.master" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\VersGen\CodeVersion.cs">
<Link>CodeVersion.cs</Link>
</Compile>
<Compile Include="Admin.aspx.cs">
<DependentUpon>Admin.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
+4 -4
View File
@@ -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")]
+2 -2
View File
@@ -25,8 +25,8 @@
<add key="_titoloPagina" value="ETS, gestione Progetti Web" />
<add key="appName" value="PROJ-ETS" />
<add key="SiteName" value="ETS" />
<add key="mainRev" value="2.1" />
<add key="minRev" value="244" />
<add key="mainRev" value="2.2.1" />
<add key="minRev" value="245" />
<add key="stdEmail" value="info@steamware.net" />
<add key="_safePages" value="Default.aspx#unauthorized.aspx#forceUser.aspx#login.aspx#test.aspx#Test.aspx" />
<!--area gestione auth cookie-->
@@ -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)
{ %>
<script src="../Scripts/jquery-1.6.4-vsdoc.js" type="text/javascript"></script>
<% } %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>GMW</title>
<link href="../css/Style.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="../images/favicon.png" type="image/png" />
<link rel="shortcut icon" href="../images/favicon.png" type="image/png" />
<%--Area jQueryUI via CDN--%>
<%--<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.9.0/jquery-ui.min.js"></script>
<link href="../Content/themes/Steamware/css/steamware/jquery-ui-1.9.1.custom.min.css" rel="stylesheet" type="text/css" />--%>
<%--Area jQuery via delivery locale--%>
<script src="Scripts/jquery-1.8.2.min.js" type="text/javascript"></script>
<script src="Scripts/jquery-ui-1.9.0.min.js" type="text/javascript"></script>
<link href="../Content/themes/Steamware/css/steamware/jquery-ui-1.9.1.custom.min.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
$(document).ready(function () {
$(".radioBtn").buttonset();
//$(".submit").button();
// oggetto da legare all'update parziale ajax x sistemare btns & co
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_endRequest(function () {
// re-bind your jQuery events here
$(".radioBtn").buttonset();
//$(".submit").button();
});
});
</script>
</head>
<body>
<form id="form1" runat="server">
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true" EnableScriptLocalization="true">
</asp:ToolkitScriptManager>
<div class="fullscreen">
<%--testata pagina--%>
<div class="clearDiv">
<asp:UpdatePanel ID="updPanelTop" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<uc1:mod_testata ID="mod_testata1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
<%--corpo pagina--%>
<div class="clearDiv">
<asp:UpdatePanel ID="upMain" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</ContentTemplate>
</asp:UpdatePanel>
</div>
<%--footer pagina--%>
<div class="clearDiv bottomWrite">
<asp:UpdatePanel ID="upLineClock" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<uc2:mod_menuBottomFullpage ID="mod_menuBottomFullpage1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</div>
</form>
</body>
</html>
@@ -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");
}
}
}
@@ -1,96 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace GMW.WebMasterPages {
public partial class AjaxSimpleFull {
/// <summary>
/// Head1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlHead Head1;
/// <summary>
/// form1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// ToolkitScriptManager1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::AjaxControlToolkit.ToolkitScriptManager ToolkitScriptManager1;
/// <summary>
/// updPanelTop control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.UpdatePanel updPanelTop;
/// <summary>
/// mod_testata1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::PROJ_ETS.WebUserControls.mod_testata mod_testata1;
/// <summary>
/// upMain control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.UpdatePanel upMain;
/// <summary>
/// ContentPlaceHolder1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder ContentPlaceHolder1;
/// <summary>
/// upLineClock control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.UpdatePanel upLineClock;
/// <summary>
/// mod_menuBottomFullpage1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::PROJ_ETS.WebUserControls.mod_menuBottomFullpage mod_menuBottomFullpage1;
}
}
@@ -11,7 +11,7 @@
<EditRowStyle CssClass="editRowStyle" />
<FooterStyle CssClass="footerStyle" ForeColor="White" />
<HeaderStyle CssClass="headerStyle" ForeColor="White" />
<PagerStyle CssClass="pagerStyle" ForeColor="White" />
<PagerStyle CssClass="GridPager" />
<RowStyle CssClass="rowStyle" />
<SelectedRowStyle CssClass="selectedRowStyle" ForeColor="#333333" />
<SortedAscendingCellStyle CssClass="sortAscCell" />
@@ -62,7 +62,7 @@
<asp:TemplateField HeaderText="Fornitore" SortExpression="Fornitore" ItemStyle-CssClass="valignMiddle">
<EditItemTemplate>
<div class="" style="font-size: 0.8em;">
<asp:TextBox ID="FornitoreLabel" runat="server" Text='<%# Bind("Fornitore") %>' CssClass="divSx bordoAzzurro" BorderWidth="1px" Width="15em" />
<asp:TextBox ID="FornitoreLabel" runat="server" Text='<%# Bind("Fornitore") %>' CssClass="divSx bordoAzzurro" BorderWidth="1px" Width="15em" />
</div>
<div class="clearDiv divSx" style="font-size: 0.8em;">
<asp:Label ID="lblReferente" runat="server" Text="Referente" AssociatedControlID="ReferenteLabel" />
@@ -6,7 +6,7 @@
<EditRowStyle CssClass="editRowStyle" />
<FooterStyle CssClass="footerStyle" ForeColor="White" />
<HeaderStyle CssClass="headerStyle" ForeColor="White" />
<PagerStyle CssClass="pagerStyle" ForeColor="White" />
<PagerStyle CssClass="GridPager" />
<RowStyle CssClass="rowStyle" />
<SelectedRowStyle CssClass="selectedRowStyle" ForeColor="#333333" />
<SortedAscendingCellStyle CssClass="sortAscCell" />
@@ -7,7 +7,7 @@
<EditRowStyle CssClass="editRowStyle" />
<FooterStyle CssClass="footerStyle" ForeColor="White" />
<HeaderStyle CssClass="headerStyle" ForeColor="White" />
<PagerStyle CssClass="pagerStyle" ForeColor="White" />
<PagerStyle CssClass="GridPager" />
<RowStyle CssClass="rowStyle" />
<SelectedRowStyle CssClass="selectedRowStyle" ForeColor="#333333" />
<SortedAscendingCellStyle CssClass="sortAscCell" />
@@ -8,7 +8,7 @@
<EditRowStyle CssClass="editRowStyle" />
<FooterStyle CssClass="footerStyle" ForeColor="White" />
<HeaderStyle CssClass="headerStyle" ForeColor="White" />
<PagerStyle CssClass="pagerStyle" ForeColor="White" />
<PagerStyle CssClass="GridPager" />
<RowStyle CssClass="rowStyle" />
<SelectedRowStyle CssClass="selectedRowStyle" ForeColor="#333333" />
<SortedAscendingCellStyle CssClass="sortAscCell" />
@@ -56,7 +56,7 @@
<EditRowStyle BackColor="#7C6F57" />
<FooterStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#666666" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="GridPager" />
<RowStyle BackColor="#E3EAEB" />
<SelectedRowStyle BackColor="#C5BBAF" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#F8FAFA" />
@@ -9,7 +9,7 @@
<EditRowStyle CssClass="editRowStyle" />
<FooterStyle CssClass="footerStyle" ForeColor="White" />
<HeaderStyle CssClass="headerStyle" ForeColor="White" />
<PagerStyle CssClass="pagerStyle" ForeColor="White" />
<PagerStyle CssClass="GridPager" />
<RowStyle CssClass="rowStyle" />
<SelectedRowStyle CssClass="selectedRowStyle" ForeColor="#333333" />
<SortedAscendingCellStyle CssClass="sortAscCell" />
@@ -184,7 +184,7 @@
<EditRowStyle CssClass="editRowStyle" />
<FooterStyle CssClass="footerStyle" ForeColor="White" />
<HeaderStyle CssClass="headerStyle" ForeColor="White" />
<PagerStyle CssClass="pagerStyle" ForeColor="White" />
<PagerStyle CssClass="GridPager" />
<RowStyle CssClass="rowStyle" />
<SelectedRowStyle CssClass="selectedRowStyle" ForeColor="#333333" />
<SortedAscendingCellStyle CssClass="sortAscCell" />
@@ -5,7 +5,7 @@
<Columns>
<asp:TemplateField HeaderText="Cronologico" SortExpression="DataFatt">
<ItemTemplate>
<div style="font-size:8pt;">
<div style="font-size: 8pt;">
<div class="divSx">
<asp:Label ID="Label6" runat="server" Text='<%# Eval("Tipologia") %>' Font-Bold="true" />
</div>
@@ -13,7 +13,7 @@
<asp:Label ID="Label7" runat="server" Text='<%# Eval("NrFatt", "n.{0}") %>' />
</div>
</div>
<div class="clearDiv" style="font-size:8pt;">
<div class="clearDiv" style="font-size: 8pt;">
<div class="divSx">
<asp:Label ID="Label8" runat="server" Text='<%# Eval("DataFatt", "{0:yyyy/MM/dd}") %>' />
</div>
@@ -21,7 +21,7 @@
<asp:Label ID="Label9" runat="server" Text='<%# Eval("Importo","{0:#,##0.00} €") %>' Font-Bold="true" />
</div>
</div>
<div class="clearDiv" style="font-size:7pt;">
<div class="clearDiv" style="font-size: 7pt;">
<div class="divSx">
<asp:Label ID="Label5" runat="server" Text='<%# shorten(Eval("Dest"),35) %>' ForeColor="#9a9a9a" ToolTip='<%# Eval("Dest") %>' />
</div>
@@ -36,7 +36,7 @@
<EditRowStyle BackColor="#999999" />
<FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="GridPager" />
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#E9E7E2" />
@@ -5,12 +5,12 @@
<%--<webopt:BundleReference ID="BundleReference1" runat="server" Path="~/Content/css" />--%>
<% } %>
<div style="display: inline-block; width: 100%;">
<div class="divSx">
<div class="divSx" style="padding-left: 1em;">
<asp:Label ID="lblDateTime" runat="server" Text="..." CssClass="smallText" />
</div>
<div class="divDx smallText">
<div class="divDx smallText" style="padding-right: 1em;">
<asp:Label runat="server" ID="lblApp" Text="." CssClass="smallText" /><asp:Label ID="lblrev" runat="server" CssClass="smallText"> &nbsp;- &nbsp;</asp:Label>
<span class="smallText">&copy; 2013-<%: DateTime.Now.Year %> - SteamWare, ETS</span>
<span class="smallText">&copy; 2013-<%: DateTime.Now.Year %> - SteamWare</span>
<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick">
</asp:Timer>
</div>
@@ -24,7 +24,9 @@ namespace PROJ_ETS.WebUserControls
protected void Page_Load(object sender, EventArgs e)
{
// sistemo le stringhe...
lblApp.Text = string.Format("<b>{0}</b> v.{1}.{2}", ConfigurationManager.AppSettings.Get("appName"), ConfigurationManager.AppSettings.Get("mainRev"), ConfigurationManager.AppSettings.Get("minRev"));
//lblApp.Text = string.Format("<b>{0}</b> v.{1}.{2}", ConfigurationManager.AppSettings.Get("appName"), ConfigurationManager.AppSettings.Get("mainRev"), ConfigurationManager.AppSettings.Get("minRev"));
lblApp.Text = string.Format("<b>{0}</b> v.{1}", ConfigurationManager.AppSettings.Get("appName"), System.Reflection.Assembly.GetExecutingAssembly().GetName().Version);
setTimer();
setClock();
}
@@ -31,7 +31,7 @@
<EditRowStyle CssClass="editRowStyle" />
<FooterStyle CssClass="footerStyle" ForeColor="White" />
<HeaderStyle CssClass="headerStyle" ForeColor="White" />
<PagerStyle CssClass="pagerStyle" ForeColor="White" />
<PagerStyle CssClass="GridPager" />
<RowStyle CssClass="rowStyle" />
<SelectedRowStyle CssClass="selectedRowStyle" ForeColor="#333333" />
<SortedAscendingCellStyle CssClass="sortAscCell" />
@@ -22,8 +22,8 @@
<AlternatingRowStyle CssClass="alternatingRowStyle" />
<EditRowStyle CssClass="editRowStyle" />
<FooterStyle CssClass="footerRowStyle" />
<HeaderStyle CssClass="headerStyle" ForeColor="White" />
<PagerStyle CssClass="pagerStyle" ForeColor="White" />
<HeaderStyle CssClass="headerStyle" ForeColor="White" />
<PagerStyle CssClass="GridPager" />
<RowStyle CssClass="rowStyle" />
<SelectedRowStyle CssClass="selectedRowStyle" ForeColor="#333333" />
<SortedAscendingCellStyle CssClass="sortAscCell" />
Binary file not shown.
+2 -2
View File
@@ -25,8 +25,8 @@
<add key="_titoloPagina" value="ETS, gestione Progetti Web" />
<add key="appName" value="PROJ-ETS" />
<add key="SiteName" value="ETS" />
<add key="mainRev" value="2.1" />
<add key="minRev" value="244" />
<add key="mainRev" value="2.2.1" />
<add key="minRev" value="245" />
<add key="stdEmail" value="info@steamware.net" />
<add key="_safePages" value="Default.aspx#unauthorized.aspx#forceUser.aspx#login.aspx#test.aspx#Test.aspx" />
<!--area gestione auth cookie-->
+6
View File
@@ -0,0 +1,6 @@
[
{
"outputFile": "Content/Style.css",
"inputFile": "Content/Style.less"
}
]
@@ -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
}
}
}
+11
View File
@@ -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")]
+15
View File
@@ -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;
#>
+36
View File
@@ -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")]
+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{13D76807-D464-4AD3-B79A-1A39B549983D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>VersGen</RootNamespace>
<AssemblyName>VersGen</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CodeVersion.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>CodeVersion.tt</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="CodeVersion.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>CodeVersion.cs</LastGenOutput>
</Content>
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
Binary file not shown.