sistemato menù navigazione
impostata master derivata x pagine "Progetti"
This commit is contained in:
@@ -17,4 +17,3 @@ C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS_Data
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\bin\Debug\NLog.xml
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\obj\Debug\ETS_Data.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\obj\Debug\ETS_Data.pdb
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\obj\Debug\ETS_Data.csprojResolveAssemblyReference.cache
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -14,6 +14,12 @@ body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.bodyWhite
|
||||
{
|
||||
background-color:white;
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #333;
|
||||
outline: none;
|
||||
|
||||
@@ -147,34 +147,29 @@ A:hover {
|
||||
}
|
||||
/*#endregion */
|
||||
/* zona menù top */
|
||||
.menuNav {
|
||||
background-color: #B5C7DE;
|
||||
/*background-image: -webkit-gradient(linear,left top,left bottom,from( #A5B7CE ),to( #B8E1FD )); background-image: -webkit-linear-gradient( #A5B7CE,#B8E1FD ); background-image: -moz-linear-gradient( #A5B7CE,#B8E1FD ); background-image: -ms-linear-gradient( #A5B7CE,#B8E1FD ); background-image: -o-linear-gradient( #A5B7CE,#B8E1FD ); background-image: linear-gradient( #A5B7CE,#B8E1FD );*/
|
||||
|
||||
color: #284E98;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.menuNavSel {
|
||||
background-color: #507CD1;
|
||||
/*background-image: -webkit-gradient(linear,left top,left bottom,from( #B8E1FD ),to( #A5B7CE )); background-image: -webkit-linear-gradient( #B8E1FD,#A5B7CE ); background-image: -moz-linear-gradient( #B8E1FD,#A5B7CE ); background-image: -ms-linear-gradient( #B8E1FD,#A5B7CE ); background-image: -o-linear-gradient( #B8E1FD,#A5B7CE ); background-image: linear-gradient( #B8E1FD,#A5B7CE );*/
|
||||
|
||||
}
|
||||
.MenuItem {
|
||||
background-color: #7A95FF;
|
||||
font-family: Microsoft Sans Serif;
|
||||
font-size: 12px;
|
||||
color: White;
|
||||
padding: 5px 10px 5px 10px;
|
||||
border-color: Black;
|
||||
/*@menuColBgStd: #B5C7DE;*/
|
||||
li.static {
|
||||
margin: 2px 4px 0px 0px;
|
||||
border-color: #CDCDCD;
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 0px 1px;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.MenuHover {
|
||||
background-color: #6181FF;
|
||||
.menuNav {
|
||||
background-color: #e6e6e6;
|
||||
color: #284e98;
|
||||
font-size: 1em;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.MenuSelected {
|
||||
background-color: #476CFF;
|
||||
padding: 6px 12px 5px 12px;
|
||||
.menuNav:hover {
|
||||
background-color: #b5c7de;
|
||||
color: black;
|
||||
}
|
||||
div > ul > li > a.selected.menuNav {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
/* end zona menu */
|
||||
/* zona colorazione filtri */
|
||||
@@ -279,10 +274,10 @@ A:hover {
|
||||
padding: 2px 2px 2px 2px;
|
||||
border: 1px solid #333;
|
||||
/*
|
||||
z-index: 1;
|
||||
overflow: Auto;
|
||||
height: 30em;
|
||||
*/
|
||||
z-index: 1;
|
||||
overflow: Auto;
|
||||
height: 30em;
|
||||
*/
|
||||
|
||||
}
|
||||
/* @end */
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
A:hover {
|
||||
color: red;
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
||||
@@ -13,258 +13,269 @@ A:hover {
|
||||
|
||||
/* zona blocchi Sx/DX */
|
||||
.float-left {
|
||||
float: left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.divSx {
|
||||
.float-left;
|
||||
.float-left;
|
||||
}
|
||||
|
||||
.divDx {
|
||||
.float-right;
|
||||
.float-right;
|
||||
}
|
||||
|
||||
.divCenter {
|
||||
float: none;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin: 0 auto 0 auto;
|
||||
float: none;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin: 0 auto 0 auto;
|
||||
}
|
||||
|
||||
.clearDiv {
|
||||
clear: both;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.padSxDx {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
.shadowBox {
|
||||
-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
|
||||
-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
|
||||
box-shadow: 0 4px 8px rgba(0,0,0,0.5);
|
||||
-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
|
||||
-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
|
||||
box-shadow: 0 4px 8px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
/* zona size % div */
|
||||
.half {
|
||||
width: 50%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.third {
|
||||
width: 33%;
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
.quarter {
|
||||
width: 25%;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.fifth {
|
||||
width: 20%;
|
||||
width: 20%;
|
||||
}
|
||||
/* end zona size % div */
|
||||
|
||||
/* modal popup*/
|
||||
.modalBackground {
|
||||
background-color: gray;
|
||||
filter: alpha(opacity=70);
|
||||
opacity: 0.7;
|
||||
background-color: gray;
|
||||
filter: alpha(opacity=70);
|
||||
opacity: 0.7;
|
||||
}
|
||||
/* end */
|
||||
|
||||
/* buttonx con template */
|
||||
.btnNew {
|
||||
background-image: url(../images/new_m.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
border: 1px solid #333333;
|
||||
padding: 4px;
|
||||
padding-right: 28px;
|
||||
background-image: url(../images/new_m.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
border: 1px solid #333333;
|
||||
padding: 4px;
|
||||
padding-right: 28px;
|
||||
}
|
||||
|
||||
.btnDelete {
|
||||
background-image: url(../images/elimina_m.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
border: 1px solid #333333;
|
||||
padding: 4px;
|
||||
padding-right: 28px;
|
||||
background-image: url(../images/elimina_m.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
border: 1px solid #333333;
|
||||
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;
|
||||
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;
|
||||
}
|
||||
/* update controls */
|
||||
|
||||
/* colore testi */
|
||||
.textArancio {
|
||||
color: #FFAA33;
|
||||
color: #FFAA33;
|
||||
}
|
||||
|
||||
.textAzzurro {
|
||||
color: #36F;
|
||||
color: #36F;
|
||||
}
|
||||
|
||||
.textNero {
|
||||
color: #000;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.textGrigio {
|
||||
color: #888;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
/* gestione etichette calcolate*/
|
||||
.badgeRosso {
|
||||
border: solid 2px red;
|
||||
background-color: #FFAAAA;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
border: solid 2px red;
|
||||
background-color: #FFAAAA;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.badgeStd {
|
||||
border: solid 2px #333;
|
||||
background-color: #EEE;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
border: solid 2px #333;
|
||||
background-color: #EEE;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.badgeVerde {
|
||||
border: solid 2px green;
|
||||
background-color: #AAFFAA;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
border: solid 2px green;
|
||||
background-color: #AAFFAA;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.badgeArancio {
|
||||
border: solid 2px #998800;
|
||||
background-color: #FFEE66;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
border: solid 2px #998800;
|
||||
background-color: #FFEE66;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
/*end etichette calcolate */
|
||||
|
||||
.rltUpdate {
|
||||
background-color: #FFFF33;
|
||||
background-color: #FFFF33;
|
||||
}
|
||||
/* end */
|
||||
|
||||
/*#region override jQueryUI */
|
||||
|
||||
.ui-autocomplete {
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden; /* prevent horizontal scrollbar */
|
||||
padding-right: 20px; /* add padding to account for vertical scrollbar */
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden; /* prevent horizontal scrollbar */
|
||||
padding-right: 20px; /* add padding to account for vertical scrollbar */
|
||||
}
|
||||
|
||||
|
||||
/*#endregion */
|
||||
/* zona menù top */
|
||||
|
||||
@menuColS: #B8E1FD;
|
||||
@menuColE: #8591ff;
|
||||
@menuSelColS: #6dc3fd;
|
||||
@menuSelColE: #2a44ff;
|
||||
|
||||
@menuColBgStd: #e6e6e6;
|
||||
/*@menuColBgStd: #B5C7DE;*/
|
||||
@menuColFrStd: #284E98;
|
||||
@menuColBgSel: #B5C7DE;
|
||||
@menuRad: 4px;
|
||||
|
||||
li.static {
|
||||
margin: 2px 4px 0px 0px;
|
||||
border-color: #CDCDCD;
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 0px 1px;
|
||||
border-top-right-radius: @menuRad;
|
||||
border-top-left-radius: @menuRad;
|
||||
}
|
||||
|
||||
.menuNav {
|
||||
background-color: #B5C7DE; /*background-image: -webkit-gradient(linear,left top,left bottom,from( #A5B7CE ),to( #B8E1FD )); background-image: -webkit-linear-gradient( #A5B7CE,#B8E1FD ); background-image: -moz-linear-gradient( #A5B7CE,#B8E1FD ); background-image: -ms-linear-gradient( #A5B7CE,#B8E1FD ); background-image: -o-linear-gradient( #A5B7CE,#B8E1FD ); background-image: linear-gradient( #A5B7CE,#B8E1FD );*/
|
||||
color: #284E98;
|
||||
font-size: 1.2em;
|
||||
background-color: @menuColBgStd;
|
||||
color: @menuColFrStd;
|
||||
font-size: 1em;
|
||||
border-top-right-radius: @menuRad;
|
||||
border-top-left-radius: @menuRad;
|
||||
|
||||
&:hover {
|
||||
background-color: @menuColBgSel;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
.menuNavSel {
|
||||
background-color: #507CD1; /*background-image: -webkit-gradient(linear,left top,left bottom,from( #B8E1FD ),to( #A5B7CE )); background-image: -webkit-linear-gradient( #B8E1FD,#A5B7CE ); background-image: -moz-linear-gradient( #B8E1FD,#A5B7CE ); background-image: -ms-linear-gradient( #B8E1FD,#A5B7CE ); background-image: -o-linear-gradient( #B8E1FD,#A5B7CE ); background-image: linear-gradient( #B8E1FD,#A5B7CE );*/
|
||||
div > ul > li > a.selected.menuNav{
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.MenuItem {
|
||||
background-color: #7A95FF;
|
||||
font-family: Microsoft Sans Serif;
|
||||
font-size: 12px;
|
||||
color: White;
|
||||
padding: 5px 10px 5px 10px;
|
||||
border-color: Black;
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 0px 1px;
|
||||
}
|
||||
|
||||
.MenuHover {
|
||||
background-color: #6181FF;
|
||||
}
|
||||
|
||||
.MenuSelected {
|
||||
background-color: #476CFF;
|
||||
padding: 6px 12px 5px 12px;
|
||||
}
|
||||
/* end zona menu */
|
||||
|
||||
/* zona colorazione filtri */
|
||||
.filtro_1 {
|
||||
background-color: #8888ff;
|
||||
background-color: #8888ff;
|
||||
}
|
||||
|
||||
.filtro_2 {
|
||||
background-color: #aaaaff;
|
||||
background-color: #aaaaff;
|
||||
}
|
||||
|
||||
.filtro_3 {
|
||||
background-color: #ccccff;
|
||||
background-color: #ccccff;
|
||||
}
|
||||
|
||||
.filtro_4 {
|
||||
background-color: #dedeff;
|
||||
background-color: #dedeff;
|
||||
}
|
||||
|
||||
.filtro_5 {
|
||||
background-color: #efefff;
|
||||
background-color: #efefff;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* area gestione etichette tab */
|
||||
.tabLabelGreen {
|
||||
background-color: #DDFFDD;
|
||||
border-top: 1px solid #339933;
|
||||
border-left: 1px solid #339933;
|
||||
border-right: 1px solid #339933;
|
||||
height: 1.5em;
|
||||
vertical-align: middle;
|
||||
padding-top: 0.5em;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
background-color: #DDFFDD;
|
||||
border-top: 1px solid #339933;
|
||||
border-left: 1px solid #339933;
|
||||
border-right: 1px solid #339933;
|
||||
height: 1.5em;
|
||||
vertical-align: middle;
|
||||
padding-top: 0.5em;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tabBodyGreen {
|
||||
background-color: #DDFFDD;
|
||||
border-bottom: 1px solid green;
|
||||
border-left: 1px solid green;
|
||||
border-right: 1px solid green;
|
||||
background-color: #DDFFDD;
|
||||
border-bottom: 1px solid green;
|
||||
border-left: 1px solid green;
|
||||
border-right: 1px solid green;
|
||||
}
|
||||
|
||||
.tabLabelGray {
|
||||
background-color: #DEDEDE;
|
||||
border-top: 1px solid #333333;
|
||||
border-left: 1px solid #333333;
|
||||
border-right: 1px solid #333333;
|
||||
height: 1.5em;
|
||||
vertical-align: middle;
|
||||
padding-top: 0.5em;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
background-color: #DEDEDE;
|
||||
border-top: 1px solid #333333;
|
||||
border-left: 1px solid #333333;
|
||||
border-right: 1px solid #333333;
|
||||
height: 1.5em;
|
||||
vertical-align: middle;
|
||||
padding-top: 0.5em;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tabBodyGray {
|
||||
background-color: #DEDEDE;
|
||||
border-bottom: 1px solid black;
|
||||
border-left: 1px solid black;
|
||||
border-right: 1px solid black;
|
||||
background-color: #DEDEDE;
|
||||
border-bottom: 1px solid black;
|
||||
border-left: 1px solid black;
|
||||
border-right: 1px solid black;
|
||||
}
|
||||
|
||||
|
||||
@@ -272,21 +283,21 @@ A:hover {
|
||||
|
||||
/* dimensione caratteri & co */
|
||||
.fontTitolo {
|
||||
font-size: 24pt;
|
||||
height: 36px;
|
||||
font-size: 24pt;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.fontMedio {
|
||||
font-size: 16pt;
|
||||
font-size: 16pt;
|
||||
}
|
||||
|
||||
.fontPiccolo {
|
||||
font-size: 8pt;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
.labelInput {
|
||||
font-size: 9pt;
|
||||
color: #555;
|
||||
font-size: 9pt;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
@@ -294,45 +305,45 @@ A:hover {
|
||||
|
||||
/* autocomplete e watermarking */
|
||||
.watermark {
|
||||
color: Gray;
|
||||
font-style: italic;
|
||||
color: Gray;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.autocomplete {
|
||||
width: 400px;
|
||||
color: Gray;
|
||||
background-color: White;
|
||||
font-size: 8pt;
|
||||
padding: 4px 1px 4px 1px;
|
||||
border-bottom: 1px solid #888;
|
||||
width: 400px;
|
||||
color: Gray;
|
||||
background-color: White;
|
||||
font-size: 8pt;
|
||||
padding: 4px 1px 4px 1px;
|
||||
border-bottom: 1px solid #888;
|
||||
}
|
||||
|
||||
.autocompleteHiglight {
|
||||
width: 400px;
|
||||
color: Black;
|
||||
background-color: Yellow;
|
||||
font-size: 8pt;
|
||||
padding: 4px 1px 4px 1px;
|
||||
border-bottom: 1px solid #888;
|
||||
width: 400px;
|
||||
color: Black;
|
||||
background-color: Yellow;
|
||||
font-size: 8pt;
|
||||
padding: 4px 1px 4px 1px;
|
||||
border-bottom: 1px solid #888;
|
||||
}
|
||||
|
||||
.autocompleteElemID {
|
||||
width: 400px;
|
||||
background-color: Red;
|
||||
font-weight: bold;
|
||||
width: 400px;
|
||||
background-color: Red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.autocompleteListCssClass {
|
||||
width: 400px;
|
||||
font-size: 8pt;
|
||||
background-color: White;
|
||||
padding: 2px 2px 2px 2px;
|
||||
border: 1px solid #333;
|
||||
/*
|
||||
z-index: 1;
|
||||
overflow: Auto;
|
||||
height: 30em;
|
||||
*/
|
||||
width: 400px;
|
||||
font-size: 8pt;
|
||||
background-color: White;
|
||||
padding: 2px 2px 2px 2px;
|
||||
border: 1px solid #333;
|
||||
/*
|
||||
z-index: 1;
|
||||
overflow: Auto;
|
||||
height: 30em;
|
||||
*/
|
||||
}
|
||||
|
||||
/* @end */
|
||||
@@ -340,165 +351,165 @@ A:hover {
|
||||
|
||||
/* gestione blocco dati */
|
||||
.dataBlock {
|
||||
background-color: #FFFFFF;
|
||||
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: 0px;
|
||||
padding: 4px;
|
||||
vertical-align: text-top;
|
||||
text-align: left;
|
||||
background-color: #FFFFFF;
|
||||
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: 0px;
|
||||
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;
|
||||
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;
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.dataBlockDx {
|
||||
float: right;
|
||||
text-align: right;
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.dataBlockLabel {
|
||||
border-top: solid 1px #FEFEFE;
|
||||
padding-right: 2px;
|
||||
padding-left: 2px;
|
||||
border-top: solid 1px #FEFEFE;
|
||||
padding-right: 2px;
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
.dataBlockValue {
|
||||
color: Black;
|
||||
font-weight: bold;
|
||||
padding-right: 4px;
|
||||
padding-left: 4px;
|
||||
margin-bottom: 0px;
|
||||
color: Black;
|
||||
font-weight: bold;
|
||||
padding-right: 4px;
|
||||
padding-left: 4px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.dataBlockReset {
|
||||
clear: both;
|
||||
padding-bottom: 2px;
|
||||
margin-bottom: 2px;
|
||||
clear: both;
|
||||
padding-bottom: 2px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.dataBlockResetGray {
|
||||
border-bottom: solid 1px #CECECE;
|
||||
clear: both;
|
||||
padding-bottom: 2px;
|
||||
margin-bottom: 2px;
|
||||
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;
|
||||
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: 0px;
|
||||
text-align: center;
|
||||
background-color: #FAFAFA;
|
||||
border: solid 1px gray;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
vertical-align: text-top;
|
||||
margin: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.blockSizeSmallest {
|
||||
width: 175px;
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
.blockSizeSmaller {
|
||||
width: 200px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.blockSizeSmall {
|
||||
width: 225px;
|
||||
width: 225px;
|
||||
}
|
||||
|
||||
.blockSizeMed {
|
||||
width: 250px;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.blockSizeLarge {
|
||||
width: 275px;
|
||||
width: 275px;
|
||||
}
|
||||
|
||||
.blockSizeXLarge {
|
||||
width: 300px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.blockSizeXXLarge {
|
||||
width: 350px;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.blockSizeXXXLarge {
|
||||
width: 400px;
|
||||
width: 400px;
|
||||
}
|
||||
/* END gestione blocco dati */
|
||||
|
||||
|
||||
/* standard gridview */
|
||||
.grView {
|
||||
color: #333333;
|
||||
font-size: 8pt;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
color: #333333;
|
||||
font-size: 8pt;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.ctrHeaderPager {
|
||||
background-color: #b8b8b8;
|
||||
font-weight: bold;
|
||||
color: White;
|
||||
background-color: #b8b8b8;
|
||||
font-weight: bold;
|
||||
color: White;
|
||||
}
|
||||
|
||||
.ctrHeaderPagerRight {
|
||||
background-color: #b8b8b8;
|
||||
font-weight: bold;
|
||||
color: White;
|
||||
text-align: right;
|
||||
background-color: #b8b8b8;
|
||||
font-weight: bold;
|
||||
color: White;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ctrHeaderPagerBlue {
|
||||
background-color: #507CD1;
|
||||
height: 1px;
|
||||
background-color: #507CD1;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.ctrHeaderPagerBlueRight {
|
||||
background-color: #507CD1;
|
||||
height: 1px;
|
||||
text-align: right;
|
||||
background-color: #507CD1;
|
||||
height: 1px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ctrFooter {
|
||||
background-color: #507CD1;
|
||||
font-weight: bold;
|
||||
color: White;
|
||||
background-color: #507CD1;
|
||||
font-weight: bold;
|
||||
color: White;
|
||||
}
|
||||
|
||||
.ctrRowStyle {
|
||||
vertical-align: top;
|
||||
background-color: #EFF3FB;
|
||||
vertical-align: top;
|
||||
background-color: #EFF3FB;
|
||||
}
|
||||
/* end gridview */
|
||||
|
||||
.valignMiddle {
|
||||
vertical-align: middle;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -2,7 +2,7 @@
|
||||
|
||||
<%@ Register Src="WebUserControls/mod_periodoAnalisi.ascx" TagName="mod_periodoAnalisi" TagPrefix="uc1" %>
|
||||
|
||||
<%@ Register src="WebUserControls/mod_autocomplete.ascx" tagname="mod_autocomplete" tagprefix="uc2" %>
|
||||
<%@ Register Src="WebUserControls/mod_autocomplete.ascx" TagName="mod_autocomplete" TagPrefix="uc2" %>
|
||||
|
||||
<asp:Content runat="server" ID="FeaturedContent" ContentPlaceHolderID="FeaturedContent">
|
||||
<section class="featured">
|
||||
@@ -20,7 +20,33 @@
|
||||
<br />
|
||||
Test datepicker
|
||||
<uc1:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" />
|
||||
|
||||
<br />
|
||||
<br />
|
||||
test tabs!
|
||||
<div id="tabs">
|
||||
<ul>
|
||||
<li><a href="#tabs-1">Anagrafica Progetti</a></li>
|
||||
<li><a href="#tabs-2">Dati Commessa</a></li>
|
||||
<li><a href="#tabs-3">Fasi Commessa</a></li>
|
||||
<li><a href="#tabs-4">Fornitori Commessa</a></li>
|
||||
<li><a href="#tabs-5">Riepilogo Commessa</a></li>
|
||||
</ul>
|
||||
<div id="tabs-1" style="padding: -10px;">
|
||||
uno
|
||||
</div>
|
||||
<div id="tabs-2">
|
||||
due
|
||||
</div>
|
||||
<div id="tabs-3">
|
||||
tre
|
||||
</div>
|
||||
<div id="tabs-4">
|
||||
quattro
|
||||
</div>
|
||||
<div id="tabs-5">
|
||||
e cinque
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
@@ -28,5 +54,6 @@
|
||||
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
|
||||
<uc2:mod_autocomplete ID="mod_autocomplete1" runat="server" ServicePath="/Services/WS_data.asmx/Test" minCharAutocomplete="3" contextKey="a" />
|
||||
<br />
|
||||
<i><asp:Label runat="server" ID="lblValore" /></i>
|
||||
<i>
|
||||
<asp:Label runat="server" ID="lblValore" /></i>
|
||||
</asp:Content>
|
||||
|
||||
@@ -267,6 +267,7 @@
|
||||
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxWebForms.js" />
|
||||
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxWebServices.js" />
|
||||
<Content Include="Services\WS_Data.asmx" />
|
||||
<Content Include="SpostaCommesse.aspx" />
|
||||
<Content Include="WebUserControls\mod_autocomplete.ascx" />
|
||||
<Content Include="WebUserControls\mod_commessa.ascx" />
|
||||
<Content Include="WebUserControls\mod_commesse.ascx" />
|
||||
@@ -274,6 +275,7 @@
|
||||
<Content Include="WebUserControls\mod_fornitori.ascx" />
|
||||
<Content Include="WebUserControls\mod_menu.ascx" />
|
||||
<Content Include="WebUserControls\mod_menuBottomFullpage.ascx" />
|
||||
<Content Include="WebUserControls\mod_menuProj.ascx" />
|
||||
<Content Include="WebUserControls\mod_periodoAnalisi.ascx" />
|
||||
<Content Include="WebUserControls\mod_progetti.ascx" />
|
||||
<Content Include="WebUserControls\mod_riepilogo.ascx" />
|
||||
@@ -305,6 +307,7 @@
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Bundle.config" />
|
||||
<Content Include="WebMasterPages\Progetti.master" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Admin.aspx.cs">
|
||||
@@ -373,6 +376,20 @@
|
||||
<DependentUpon>WS_Data.asmx</DependentUpon>
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="SpostaCommesse.aspx.cs">
|
||||
<DependentUpon>SpostaCommesse.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="SpostaCommesse.aspx.designer.cs">
|
||||
<DependentUpon>SpostaCommesse.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\Progetti.master.cs">
|
||||
<DependentUpon>Progetti.master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\Progetti.master.designer.cs">
|
||||
<DependentUpon>Progetti.master</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\Site.Master.cs">
|
||||
<DependentUpon>Site.Master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -443,6 +460,13 @@
|
||||
<Compile Include="WebUserControls\mod_menuBottomFullpage.ascx.designer.cs">
|
||||
<DependentUpon>mod_menuBottomFullpage.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_menuProj.ascx.cs">
|
||||
<DependentUpon>mod_menuProj.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_menuProj.ascx.designer.cs">
|
||||
<DependentUpon>mod_menuProj.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_periodoAnalisi.ascx.cs">
|
||||
<DependentUpon>mod_periodoAnalisi.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
||||
@@ -1,59 +1,20 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Site.Master" AutoEventWireup="true" CodeBehind="Progetti.aspx.cs" Inherits="PROJ_ETS.Progetti" %>
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Progetti.Master" AutoEventWireup="true" CodeBehind="Progetti.aspx.cs" Inherits="PROJ_ETS.Progetti" %>
|
||||
|
||||
<%@ Register Src="WebUserControls/mod_progetti.ascx" TagName="mod_progetti" TagPrefix="uc1" %>
|
||||
|
||||
<%@ Register Src="WebUserControls/mod_commesse.ascx" TagName="mod_commesse" TagPrefix="uc2" %>
|
||||
<%@ Register Src="WebUserControls/mod_fasi.ascx" TagName="mod_fasi" TagPrefix="uc3" %>
|
||||
<%@ Register Src="WebUserControls/mod_fornitori.ascx" TagName="mod_fornitori" TagPrefix="uc4" %>
|
||||
<%@ Register Src="WebUserControls/mod_riepilogo.ascx" TagName="mod_riepilogo" TagPrefix="uc5" %>
|
||||
|
||||
<%@ Register Src="WebUserControls/mod_commessa.ascx" TagName="mod_commessa" TagPrefix="uc6" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<asp:Menu ID="Menu1" runat="server" DataSourceID="NavProgetti" Orientation="Horizontal">
|
||||
<StaticMenuItemStyle CssClass="MenuItem" />
|
||||
<StaticHoverStyle CssClass="MenuHover" />
|
||||
<StaticSelectedStyle CssClass="MenuSelected" />
|
||||
</asp:Menu>
|
||||
<asp:SiteMapDataSource ID="NavProgetti" runat="server" SiteMapProvider="Progetti" />
|
||||
<div id="tabs">
|
||||
<ul>
|
||||
<li><a href="#tabs-1">Anagrafica Progetti</a></li>
|
||||
<li><a href="#tabs-2">Dati Commessa</a></li>
|
||||
<li><a href="#tabs-3">Fasi Commessa</a></li>
|
||||
<li><a href="#tabs-4">Fornitori Commessa</a></li>
|
||||
<li><a href="#tabs-5">Riepilogo Commessa</a></li>
|
||||
</ul>
|
||||
<div id="tabs-1" style="padding: -10px;">
|
||||
<div class="divSx">
|
||||
<uc1:mod_progetti ID="mod_progetti1" runat="server" />
|
||||
</div>
|
||||
<div class="divSx">
|
||||
<div style="height: 46px"></div>
|
||||
<uc2:mod_commesse ID="mod_commesse1" runat="server" Visible="false" />
|
||||
</div>
|
||||
<div class="clearDiv"></div>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="Contenuto" runat="server">
|
||||
|
||||
<div>
|
||||
<div class="divSx">
|
||||
<uc1:mod_progetti ID="mod_progetti1" runat="server" />
|
||||
</div>
|
||||
<div id="tabs-2">
|
||||
<h1>Dati Commessa:</h1>
|
||||
<uc6:mod_commessa ID="mod_commessa1" runat="server" />
|
||||
</div>
|
||||
<div id="tabs-3">
|
||||
<h1>Fasi Commessa:</h1>
|
||||
<uc3:mod_fasi ID="mod_fasi1" runat="server" />
|
||||
</div>
|
||||
<div id="tabs-4">
|
||||
<h1>Fornitori Commessa:</h1>
|
||||
<uc4:mod_fornitori ID="mod_fornitori1" runat="server" />
|
||||
</div>
|
||||
<div id="tabs-5">
|
||||
<h1>Riepilogo Commessa:</h1>
|
||||
<uc5:mod_riepilogo ID="mod_riepilogo1" runat="server" />
|
||||
<div class="divSx">
|
||||
<div style="height: 46px"></div>
|
||||
<uc2:mod_commesse ID="mod_commesse1" runat="server" Visible="false" />
|
||||
</div>
|
||||
<div class="clearDiv"></div>
|
||||
</div>
|
||||
|
||||
</asp:Content>
|
||||
|
||||
-54
@@ -12,24 +12,6 @@ namespace PROJ_ETS {
|
||||
|
||||
public partial class Progetti {
|
||||
|
||||
/// <summary>
|
||||
/// Menu1 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.Menu Menu1;
|
||||
|
||||
/// <summary>
|
||||
/// NavProgetti 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.SiteMapDataSource NavProgetti;
|
||||
|
||||
/// <summary>
|
||||
/// mod_progetti1 control.
|
||||
/// </summary>
|
||||
@@ -47,41 +29,5 @@ namespace PROJ_ETS {
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PROJ_ETS.WebUserControls.mod_commesse mod_commesse1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_commessa1 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_commessa mod_commessa1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_fasi1 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_fasi mod_fasi1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_fornitori1 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_fornitori mod_fornitori1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_riepilogo1 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_riepilogo mod_riepilogo1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
|
||||
<siteMapNode title="Home" url="/aspnet/w3home.aspx">
|
||||
<siteMapNode title="Services" url="/aspnet/w3services.aspx">
|
||||
<siteMapNode title="Training" url="/aspnet/w3training.aspx"/>
|
||||
<siteMapNode title="Support" url="/aspnet/w3support.aspx"/>
|
||||
</siteMapNode>
|
||||
<siteMapNode url="Menu.aspx" title="Home" description="ETS - WebScip">
|
||||
<siteMapNode url="Progetti" title="Anagrafica Progetti" description="Gestione Progetti e Commesse" />
|
||||
<siteMapNode url="SpostaCommesse" title="Sposta Commesse" description="Gestione assegnazione Commesse/Progetti" />
|
||||
<siteMapNode url="DatiCommessa" title="Dettaglio Commessa" description="Gestione Dati dettaglio Commessa" />
|
||||
<siteMapNode url="FasiCommessa" title="Fasi Commessa" description="Gestione Fasi della Commessa" />
|
||||
<siteMapNode url="FornitoriCommessa" title="Fornitori Commessa" description="Gestione Fornitori Commessa" />
|
||||
<siteMapNode url="RiepilogoCommessa" title="Riepilogo Commessa" description="Riepilogo Commessa" />
|
||||
</siteMapNode>
|
||||
</siteMap>
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Progetti.master" AutoEventWireup="true" CodeBehind="SpostaCommesse.aspx.cs" Inherits="PROJ_ETS.SpostaCommesse" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="Contenuto" runat="server">
|
||||
spsotamento fasi!
|
||||
</asp:Content>
|
||||
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace PROJ_ETS
|
||||
{
|
||||
public partial class SpostaCommesse : System.Web.UI.Page
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 PROJ_ETS
|
||||
{
|
||||
|
||||
|
||||
public partial class SpostaCommesse
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<%@ Master Language="C#" MasterPageFile="~/WebMasterPages/Site.Master" AutoEventWireup="true" CodeBehind="Progetti.master.cs" Inherits="PROJ_ETS.WebMasterPages.Progetti" %>
|
||||
|
||||
<%@ Register src="../WebUserControls/mod_menuProj.ascx" tagname="mod_menuProj" tagprefix="uc1" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<uc1:mod_menuProj ID="mod_menuProj1" runat="server" />
|
||||
<asp:ContentPlaceHolder runat="server" ID="Contenuto" />
|
||||
</asp:Content>
|
||||
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace PROJ_ETS.WebMasterPages
|
||||
{
|
||||
public partial class Progetti : System.Web.UI.MasterPage
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 PROJ_ETS.WebMasterPages {
|
||||
|
||||
|
||||
public partial class Progetti {
|
||||
|
||||
/// <summary>
|
||||
/// mod_menuProj1 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_menuProj mod_menuProj1;
|
||||
|
||||
/// <summary>
|
||||
/// Contenuto 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 Contenuto;
|
||||
}
|
||||
}
|
||||
@@ -14,9 +14,9 @@
|
||||
<asp:PlaceHolder runat="server">
|
||||
<%: Scripts.Render("~/bundles/modernizr") %>
|
||||
</asp:PlaceHolder>
|
||||
<webopt:BundleReference runat="server" Path="~/Content/css" />
|
||||
<webopt:bundlereference runat="server" Path="~/Content/css" />
|
||||
|
||||
<webopt:BundleReference ID="brJqueryUi" runat="server" Path="~/Content/themes/base/css" />
|
||||
<webopt:bundlereference ID="brJqueryUi" runat="server" Path="~/Content/themes/base/css" />
|
||||
<link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<asp:ContentPlaceHolder runat="server" ID="HeadContent" />
|
||||
@@ -91,7 +91,9 @@
|
||||
<section class="content-wrapper main-content clear-fix">
|
||||
<asp:UpdatePanel ID="upProgetti" runat="server">
|
||||
<ContentTemplate>
|
||||
<asp:ContentPlaceHolder runat="server" ID="MainContent" />
|
||||
<div class="bodyWhite">
|
||||
<asp:ContentPlaceHolder runat="server" ID="MainContent" />
|
||||
</div>
|
||||
</ContentTemplate>
|
||||
</asp:UpdatePanel>
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuProj.ascx.cs" Inherits="PROJ_ETS.WebUserControls.mod_menuProj" %>
|
||||
<asp:Menu ID="MenuNavPrj" runat="server" DataSourceID="NavProgetti" Orientation="Horizontal" RenderingMode="List" Width="100%">
|
||||
<StaticMenuItemStyle VerticalPadding="0.6em" HorizontalPadding="0.8em" CssClass="menuNav" />
|
||||
</asp:Menu>
|
||||
<asp:SiteMapDataSource ID="NavProgetti" runat="server" SiteMapProvider="Progetti" ShowStartingNode="false" />
|
||||
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace PROJ_ETS.WebUserControls
|
||||
{
|
||||
public partial class mod_menuProj : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 PROJ_ETS.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_menuProj {
|
||||
|
||||
/// <summary>
|
||||
/// MenuNavPrj 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.Menu MenuNavPrj;
|
||||
|
||||
/// <summary>
|
||||
/// NavProgetti 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.SiteMapDataSource NavProgetti;
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user