inizio rifacimento struttura grafica x SP

This commit is contained in:
Samuele E. Locatelli
2017-08-25 11:38:15 +02:00
parent c6da1113b1
commit 82abf4c104
21 changed files with 147 additions and 915 deletions
+4 -4
View File
@@ -28,10 +28,10 @@
<asp:Button runat="server" ID="btnNew" Text="Nuovo" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus" OnClick="btnNew_Click" />
<asp:TextBox runat="server" type="search" name="password" ID="txtSearch" value="" placeholder="Ricerca Nominativo" AutoPostBack="true" />
<asp:GridView ID="grView" runat="server" DataSourceID="ods" AutoGenerateColumns="False" DataKeyNames="IdxPaziente" CellPadding="4" ForeColor="#333333" GridLines="None" Width="100%" AllowPaging="True" OnSelectedIndexChanged="grView_SelectedIndexChanged" OnRowCommand="grView_RowCommand" PageSize="20" AllowSorting="false">
<EditRowStyle BackColor="#2461BF" />
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<EditRowStyle BackColor="#CF6124" />
<FooterStyle BackColor="#FF7C50" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#FF7C50" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#CF6124" ForeColor="White" HorizontalAlign="Center" />
<RowStyle BackColor="#EFF3FB" HorizontalAlign="Left" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#F5F7FB" />
+32 -32
View File
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// <generato automaticamente>
// Codice generato da uno strumento.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
// il codice viene rigenerato.
// </generato automaticamente>
//------------------------------------------------------------------------------
namespace ScheMe {
@@ -13,83 +13,83 @@ namespace ScheMe {
public partial class Accettazione {
/// <summary>
/// ddlFiltUno control.
/// Controllo ddlFiltUno.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.DropDownList ddlFiltUno;
/// <summary>
/// odsFiltUno control.
/// Controllo odsFiltUno.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.ObjectDataSource odsFiltUno;
/// <summary>
/// hfMainLblCond control.
/// Controllo hfMainLblCond.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.HiddenField hfMainLblCond;
/// <summary>
/// ddlFiltDue control.
/// Controllo ddlFiltDue.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.DropDownList ddlFiltDue;
/// <summary>
/// odsFiltDue control.
/// Controllo odsFiltDue.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.ObjectDataSource odsFiltDue;
/// <summary>
/// btnNew control.
/// Controllo btnNew.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.Button btnNew;
/// <summary>
/// txtSearch control.
/// Controllo txtSearch.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.TextBox txtSearch;
/// <summary>
/// grView control.
/// Controllo grView.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.GridView grView;
/// <summary>
/// ods control.
/// Controllo ods.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
}
+24 -24
View File
@@ -262,14 +262,14 @@ html .ui-panel-page-container-a {
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
color: #3388cc /*{a-link-color}*/;
color: #FF8833;
font-weight: bold;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
color: #3388cc /*{a-link-visited}*/;
color: #FF8833;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
@@ -342,10 +342,10 @@ html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
background-color: #3388cc /*{a-active-background-color}*/;
border-color: #3388cc /*{a-active-border}*/;
color: #ffffff /*{a-active-color}*/;
text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
background-color: #FF8833;
border-color: #FF8833;
color: #ffffff;
text-shadow: 0 1px 0 #005599;
}
/* Active radio button icon */
.ui-page-theme-a .ui-radio-on:after,
@@ -353,7 +353,7 @@ html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
border-color: #3388cc /*{a-active-background-color}*/;
border-color: #FF8833;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
@@ -367,9 +367,9 @@ html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
-webkit-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-webkit-box-shadow: 0 0 12px #FF8833;
-moz-box-shadow: 0 0 12px #FF8833;
box-shadow: 0 0 12px #FF8833;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
@@ -419,14 +419,14 @@ html .ui-panel-page-container-b {
html .ui-bar-b a,
html .ui-body-b a,
html body .ui-group-theme-b a {
color: #3388cc /*{b-link-color}*/;
color: #FF8833;
font-weight: bold;
}
.ui-page-theme-b a:visited,
html .ui-bar-b a:visited,
html .ui-body-b a:visited,
html body .ui-group-theme-b a:visited {
color: #3388cc /*{b-link-visited}*/;
color: #FF8833;
}
.ui-page-theme-b a:hover,
html .ui-bar-b a:hover,
@@ -499,10 +499,10 @@ html .ui-bar-b .ui-slider-track .ui-btn-active,
html .ui-body-b .ui-slider-track .ui-btn-active,
html body .ui-group-theme-b .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-b .ui-btn-active {
background-color: #3388cc /*{b-active-background-color}*/;
border-color: #3388cc /*{b-active-border}*/;
color: #ffffff /*{b-active-color}*/;
text-shadow: 0 /*{b-active-shadow-x}*/ 1px /*{b-active-shadow-y}*/ 0 /*{b-active-shadow-radius}*/ #005599 /*{b-active-shadow-color}*/;
background-color: #FF8833;
border-color: #FF8833;
color: #ffffff;
text-shadow: 0 1px 0 #005599;
}
/* Active radio button icon */
.ui-page-theme-b .ui-radio-on:after,
@@ -510,7 +510,7 @@ html .ui-bar-b .ui-radio-on:after,
html .ui-body-b .ui-radio-on:after,
html body .ui-group-theme-b .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-b:after {
border-color: #3388cc /*{b-active-background-color}*/;
border-color: #FF8833;
}
/* Focus */
.ui-page-theme-b .ui-btn:focus,
@@ -524,9 +524,9 @@ html .ui-body-b .ui-focus,
html body .ui-group-theme-b .ui-focus,
html head + body .ui-btn-b.ui-focus,
html head + body .ui-body-b.ui-focus {
-webkit-box-shadow: 0 0 12px #3388cc /*{b-active-background-color}*/;
-moz-box-shadow: 0 0 12px #3388cc /*{b-active-background-color}*/;
box-shadow: 0 0 12px #3388cc /*{b-active-background-color}*/;
-webkit-box-shadow: 0 0 12px #FF8833;
-moz-box-shadow: 0 0 12px #FF8833;
box-shadow: 0 0 12px #FF8833;
}
/* C
-----------------------------------------------------------------------------------------------------------*/
@@ -576,26 +576,26 @@ html .ui-panel-page-container-c {
html .ui-bar-c a,
html .ui-body-c a,
html body .ui-group-theme-c a {
color: #3388cc /*{c-link-color}*/;
color: #FF8833;
font-weight: bold;
}
.ui-page-theme-c a:visited,
html .ui-bar-c a:visited,
html .ui-body-c a:visited,
html body .ui-group-theme-c a:visited {
color: #3388cc /*{c-link-visited}*/;
color: #FF8833;
}
.ui-page-theme-c a:hover,
html .ui-bar-c a:hover,
html .ui-body-c a:hover,
html body .ui-group-theme-c a:hover {
color: #005599 /*{c-link-hover}*/;
color: #005599;
}
.ui-page-theme-c a:active,
html .ui-bar-c a:active,
html .ui-body-c a:active,
html body .ui-group-theme-c a:active {
color: #005599 /*{c-link-active}*/;
color: #005599;
}
/* Button up */
.ui-page-theme-c .ui-btn,
+24 -24
View File
@@ -264,14 +264,14 @@ html .ui-panel-page-container-a {
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
color: #3388cc /*{a-link-color}*/;
color: #FF8833;
font-weight: bold;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
color: #3388cc /*{a-link-visited}*/;
color: #FF8833;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
@@ -348,10 +348,10 @@ html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
background-color: #3388cc /*{a-active-background-color}*/;
border-color: #3388cc /*{a-active-border}*/;
color: #ffffff /*{a-active-color}*/;
text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
background-color: #FF8833;
border-color: #FF8833;
color: #ffffff;
text-shadow: 0 1px 0 #005599;
}
/* Active radio button icon */
.ui-page-theme-a .ui-radio-on:after,
@@ -359,7 +359,7 @@ html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
border-color: #3388cc /*{a-active-background-color}*/;
border-color: #FF8833;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
@@ -374,9 +374,9 @@ html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
-webkit-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-webkit-box-shadow: 0 0 12px #FF8833;
-moz-box-shadow: 0 0 12px #FF8833;
box-shadow: 0 0 12px #FF8833;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
@@ -426,14 +426,14 @@ html .ui-panel-page-container-b {
html .ui-bar-b a,
html .ui-body-b a,
html body .ui-group-theme-b a {
color: #3388cc /*{b-link-color}*/;
color: #FF8833;
font-weight: bold;
}
.ui-page-theme-b a:visited,
html .ui-bar-b a:visited,
html .ui-body-b a:visited,
html body .ui-group-theme-b a:visited {
color: #3388cc /*{b-link-visited}*/;
color: #FF8833;
}
.ui-page-theme-b a:hover,
html .ui-bar-b a:hover,
@@ -510,10 +510,10 @@ html .ui-bar-b .ui-slider-track .ui-btn-active,
html .ui-body-b .ui-slider-track .ui-btn-active,
html body .ui-group-theme-b .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-b .ui-btn-active {
background-color: #3388cc /*{b-active-background-color}*/;
border-color: #3388cc /*{b-active-border}*/;
color: #ffffff /*{b-active-color}*/;
text-shadow: 0 /*{b-active-shadow-x}*/ 1px /*{b-active-shadow-y}*/ 0 /*{b-active-shadow-radius}*/ #005599 /*{b-active-shadow-color}*/;
background-color: #FF8833;
border-color: #FF8833;
color: #ffffff;
text-shadow: 0 1px 0 #005599;
}
/* Active radio button icon */
.ui-page-theme-b .ui-radio-on:after,
@@ -521,7 +521,7 @@ html .ui-bar-b .ui-radio-on:after,
html .ui-body-b .ui-radio-on:after,
html body .ui-group-theme-b .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-b:after {
border-color: #3388cc /*{b-active-background-color}*/;
border-color: #FF8833;
}
/* Focus */
.ui-page-theme-b .ui-btn:focus,
@@ -536,9 +536,9 @@ html .ui-body-b .ui-focus,
html body .ui-group-theme-b .ui-focus,
html head + body .ui-btn-b.ui-focus,
html head + body .ui-body-b.ui-focus {
-webkit-box-shadow: 0 0 12px #3388cc /*{b-active-background-color}*/;
-moz-box-shadow: 0 0 12px #3388cc /*{b-active-background-color}*/;
box-shadow: 0 0 12px #3388cc /*{b-active-background-color}*/;
-webkit-box-shadow: 0 0 12px #FF8833;
-moz-box-shadow: 0 0 12px #FF8833;
box-shadow: 0 0 12px #FF8833;
}
@@ -590,26 +590,26 @@ html .ui-panel-page-container-c {
html .ui-bar-c a,
html .ui-body-c a,
html body .ui-group-theme-c a {
color: #3388cc /*{c-link-color}*/;
color: #FF8833;
font-weight: bold;
}
.ui-page-theme-c a:visited,
html .ui-bar-c a:visited,
html .ui-body-c a:visited,
html body .ui-group-theme-c a:visited {
color: #3388cc /*{c-link-visited}*/;
color: #FF8833;
}
.ui-page-theme-c a:hover,
html .ui-bar-c a:hover,
html .ui-body-c a:hover,
html body .ui-group-theme-c a:hover {
color: #005599 /*{c-link-hover}*/;
color: #005599;
}
.ui-page-theme-c a:active,
html .ui-bar-c a:active,
html .ui-body-c a:active,
html body .ui-group-theme-c a:active {
color: #005599 /*{c-link-active}*/;
color: #005599;
}
/* Button up */
.ui-page-theme-c .ui-btn,
+1 -1
View File
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -29,7 +29,7 @@
background-color: #FFF;
}
.editRow {
background-color: #2461BF;
background-color: #CF6124;
}
.selectedRow {
background-color: #D1DDF1;
@@ -37,17 +37,17 @@
color: #333;
}
.headerRow {
background-color: #507CD1;
background-color: #FF7C50;
font-weight: 600;
color: white;
}
.footerRow {
background-color: #507CD1;
background-color: #FF7C50;
font-weight: 600;
color: white;
}
.pagerRow {
background-color: #2461BF;
background-color: #CF6124;
color: white;
text-align: center;
margin: auto;
+8 -8
View File
@@ -1,9 +1,9 @@
body {
}
@blu: #507CD1;
@bluChiaro: #D1DDF1;
@bluScuro: #2461BF;
@colore: #FF7C50;
@coloreChiaro: #D1DDF1;
@coloreScuro: #CF6124;
@testoScuro: #333;
@@ -42,29 +42,29 @@
}
.editRow {
background-color: @bluScuro;
background-color: @coloreScuro;
}
.selectedRow {
background-color: @bluChiaro;
background-color: @coloreChiaro;
font-weight: 600;
color: @testoScuro;
}
.headerRow {
background-color: @blu;
background-color: @colore;
font-weight: 600;
color: white;
}
.footerRow {
background-color: @blu;
background-color: @colore;
font-weight: 600;
color: white;
}
.pagerRow {
background-color: @bluScuro;
background-color: @coloreScuro;
color: white;
text-align: center;
margin: auto;
+1 -1
View File
@@ -1 +1 @@
.VVF-CL-01{color:#060;background-color:#fff}.VVF-CL-02{color:#ff3;background-color:#22f}.VVF-CL-03{color:#ff3;background-color:#181}.VVF-CL-04{background-color:#ff1}.VVF-CL-05{color:#ff3;background-color:#e62}.VVF-CL-06{color:#ff1;background-color:#ff0c0c}.baseRow{background-color:#eff3fb}.altRow{background-color:#fff}.editRow{background-color:#2461bf}.selectedRow{background-color:#d1ddf1;font-weight:600;color:#333}.headerRow{background-color:#507cd1;font-weight:600;color:#fff}.footerRow{background-color:#507cd1;font-weight:600;color:#fff}.pagerRow{background-color:#2461bf;color:#fff;text-align:center;margin:auto}.text-center{text-align:center;margin:auto}.tStrong{font-weight:bold;font-size:1.3em}.flRight{float:right}.errore{color:#f00}@media all and (min-width:768px){#textWrapper{font-size:1em}#headData{margin-top:0}}@media all and (min-width:1024px){#textWrapper{font-size:1.1em}#headData{margin-top:0}}@media all and (min-width:1440px){#textWrapper{font-size:1.2em}#headData{margin-top:0}}@media all and (min-width:1600px){#textWrapper{font-size:1.3em}#headData{margin-top:0}}@media all and (max-width:767px){#textWrapper{font-size:.8em}#headData{margin-top:6px}}@media all and (max-width:480px){#textWrapper{font-size:.6em}#headData{margin-top:14px}}@media all and (max-width:320px){#textWrapper{font-size:.5em}#headData{margin-top:18px}}
.VVF-CL-01{color:#060;background-color:#fff;}.VVF-CL-02{color:#ff3;background-color:#22f;}.VVF-CL-03{color:#ff3;background-color:#181;}.VVF-CL-04{background-color:#ff1;}.VVF-CL-05{color:#ff3;background-color:#e62;}.VVF-CL-06{color:#ff1;background-color:#ff0c0c;}.baseRow{background-color:#eff3fb;}.altRow{background-color:#fff;}.editRow{background-color:#cf6124;}.selectedRow{background-color:#d1ddf1;font-weight:600;color:#333;}.headerRow{background-color:#ff7c50;font-weight:600;color:#fff;}.footerRow{background-color:#ff7c50;font-weight:600;color:#fff;}.pagerRow{background-color:#cf6124;color:#fff;text-align:center;margin:auto;}.text-center{text-align:center;margin:auto;}.tStrong{font-weight:bold;font-size:1.3em;}.flRight{float:right;}.errore{color:#f00;}@media all and (min-width:768px){#textWrapper{font-size:1em;}#headData{margin-top:0;}}@media all and (min-width:1024px){#textWrapper{font-size:1.1em;}#headData{margin-top:0;}}@media all and (min-width:1440px){#textWrapper{font-size:1.2em;}#headData{margin-top:0;}}@media all and (min-width:1600px){#textWrapper{font-size:1.3em;}#headData{margin-top:0;}}@media all and (max-width:767px){#textWrapper{font-size:.8em;}#headData{margin-top:6px;}}@media all and (max-width:480px){#textWrapper{font-size:.6em;}#headData{margin-top:14px;}}@media all and (max-width:320px){#textWrapper{font-size:.5em;}#headData{margin-top:18px;}}
+8 -8
View File
@@ -977,14 +977,14 @@ html .ui-panel-page-container-a {
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
color: #3388cc /*{a-link-color}*/;
color: #FF8833 /*{a-link-color}*/;
font-weight: bold;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
color: #3388cc /*{a-link-visited}*/;
color: #FF8833 /*{a-link-visited}*/;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
@@ -1061,8 +1061,8 @@ html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
background-color: #3388cc /*{a-active-background-color}*/;
border-color: #3388cc /*{a-active-border}*/;
background-color: #FF8833 /*{a-active-background-color}*/;
border-color: #FF8833 /*{a-active-border}*/;
color: #fff /*{a-active-color}*/;
text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
}
@@ -1072,7 +1072,7 @@ html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
border-color: #3388cc /*{a-active-background-color}*/;
border-color: #FF8833 /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
@@ -1087,9 +1087,9 @@ html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
-webkit-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-webkit-box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
@@ -620,14 +620,14 @@ html .ui-panel-page-container-a {
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
color: #3388cc /*{a-link-color}*/;
color: #FF8833 /*{a-link-color}*/;
font-weight: bold;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
color: #3388cc /*{a-link-visited}*/;
color: #FF8833 /*{a-link-visited}*/;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
@@ -704,8 +704,8 @@ html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
background-color: #3388cc /*{a-active-background-color}*/;
border-color: #3388cc /*{a-active-border}*/;
background-color: #FF8833 /*{a-active-background-color}*/;
border-color: #FF8833 /*{a-active-border}*/;
color: #fff /*{a-active-color}*/;
text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
}
@@ -715,7 +715,7 @@ html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
border-color: #3388cc /*{a-active-background-color}*/;
border-color: #FF8833 /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
@@ -730,9 +730,9 @@ html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
-webkit-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-webkit-box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
@@ -620,14 +620,14 @@ html .ui-panel-page-container-a {
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
color: #3388cc /*{a-link-color}*/;
color: #FF8833 /*{a-link-color}*/;
font-weight: bold;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
color: #3388cc /*{a-link-visited}*/;
color: #FF8833 /*{a-link-visited}*/;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
@@ -704,8 +704,8 @@ html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
background-color: #3388cc /*{a-active-background-color}*/;
border-color: #3388cc /*{a-active-border}*/;
background-color: #FF8833 /*{a-active-background-color}*/;
border-color: #FF8833 /*{a-active-border}*/;
color: #fff /*{a-active-color}*/;
text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
}
@@ -715,7 +715,7 @@ html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
border-color: #3388cc /*{a-active-background-color}*/;
border-color: #FF8833 /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
@@ -730,9 +730,9 @@ html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
-webkit-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-webkit-box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
@@ -620,14 +620,14 @@ html .ui-panel-page-container-a {
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
color: #3388cc /*{a-link-color}*/;
color: #FF8833 /*{a-link-color}*/;
font-weight: bold;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
color: #3388cc /*{a-link-visited}*/;
color: #FF8833 /*{a-link-visited}*/;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
@@ -704,8 +704,8 @@ html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
background-color: #3388cc /*{a-active-background-color}*/;
border-color: #3388cc /*{a-active-border}*/;
background-color: #FF8833 /*{a-active-background-color}*/;
border-color: #FF8833 /*{a-active-border}*/;
color: #fff /*{a-active-color}*/;
text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
}
@@ -715,7 +715,7 @@ html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
border-color: #3388cc /*{a-active-background-color}*/;
border-color: #FF8833 /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
@@ -730,9 +730,9 @@ html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
-webkit-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-webkit-box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
@@ -264,14 +264,14 @@ html .ui-panel-page-container-a {
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
color: #3388cc /*{a-link-color}*/;
color: #FF8833 /*{a-link-color}*/;
font-weight: bold;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
color: #3388cc /*{a-link-visited}*/;
color: #FF8833 /*{a-link-visited}*/;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
@@ -348,8 +348,8 @@ html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
background-color: #3388cc /*{a-active-background-color}*/;
border-color: #3388cc /*{a-active-border}*/;
background-color: #FF8833 /*{a-active-background-color}*/;
border-color: #FF8833 /*{a-active-border}*/;
color: #fff /*{a-active-color}*/;
text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
}
@@ -359,7 +359,7 @@ html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
border-color: #3388cc /*{a-active-background-color}*/;
border-color: #FF8833 /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
@@ -374,9 +374,9 @@ html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
-webkit-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
-webkit-box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
box-shadow: 0 0 12px #FF8833 /*{a-active-background-color}*/;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
-768
View File
@@ -1,768 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\MSBuild.Microsoft.VisualStudio.Web.targets.14.0.0.3\build\MSBuild.Microsoft.VisualStudio.Web.targets.props" Condition="Exists('..\packages\MSBuild.Microsoft.VisualStudio.Web.targets.14.0.0.3\build\MSBuild.Microsoft.VisualStudio.Web.targets.props')" />
<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>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CA8C6074-8561-47E1-86C7-E941AAFB2CDC}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ScheMe</RootNamespace>
<AssemblyName>ScheMe</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</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\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="AspNet.ScriptManager.jQuery, Version=2.2.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AspNet.ScriptManager.jQuery.2.2.4\lib\net45\AspNet.ScriptManager.jQuery.dll</HintPath>
</Reference>
<Reference Include="Elmah">
<HintPath>..\packages\elmah.corelibrary.1.2.2\lib\Elmah.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.FriendlyUrls">
<HintPath>..\packages\Microsoft.AspNet.FriendlyUrls.Core.1.0.2\lib\net45\Microsoft.AspNet.FriendlyUrls.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Web.Optimization.WebForms">
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.WebForms.1.1.3\lib\net45\Microsoft.AspNet.Web.Optimization.WebForms.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.ReportViewer.11.0.3366.16\lib\Microsoft.ReportViewer.Common.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.ReportViewer.DataVisualization, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.ReportViewer.11.0.3366.16\lib\Microsoft.ReportViewer.DataVisualization.DLL</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.ReportViewer.Design, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.ReportViewer.11.0.3366.16\lib\Microsoft.ReportViewer.Design.DLL</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.ReportViewer.ProcessingObjectModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.ReportViewer.11.0.3366.16\lib\Microsoft.ReportViewer.ProcessingObjectModel.DLL</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.ReportViewer.WebDesign, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.ReportViewer.11.0.3366.16\lib\Microsoft.ReportViewer.WebDesign.DLL</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.ReportViewer.11.0.3366.16\lib\Microsoft.ReportViewer.WebForms.DLL</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.ReportViewer.WinForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.ReportViewer.11.0.3366.16\lib\Microsoft.ReportViewer.WinForms.DLL</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.SqlServer.Types, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.SqlServer.Types.14.0.314.76\lib\net40\Microsoft.SqlServer.Types.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.RedisSessionStateProvider, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.RedisSessionStateProvider.2.2.5\lib\net40\Microsoft.Web.RedisSessionStateProvider.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.dll</HintPath>
</Reference>
<Reference Include="StackExchange.Redis.StrongName, Version=1.2.6.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
<HintPath>..\packages\StackExchange.Redis.StrongName.1.2.6\lib\net46\StackExchange.Redis.StrongName.dll</HintPath>
</Reference>
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Optimization">
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="Accettazione.aspx" />
<Content Include="AccettazioneEdit.aspx" />
<Content Include="App_Readme\Elmah.txt" />
<Content Include="Attivita.aspx" />
<Content Include="Content\font-awesome.css" />
<Content Include="Content\font-awesome.min.css" />
<Content Include="Content\images\ajax-loader.gif" />
<Content Include="Content\images\icons-png\action-black.png" />
<Content Include="Content\images\icons-png\action-white.png" />
<Content Include="Content\images\icons-png\alert-black.png" />
<Content Include="Content\images\icons-png\alert-white.png" />
<Content Include="Content\images\icons-png\arrow-d-black.png" />
<Content Include="Content\images\icons-png\arrow-d-l-black.png" />
<Content Include="Content\images\icons-png\arrow-d-l-white.png" />
<Content Include="Content\images\icons-png\arrow-d-r-black.png" />
<Content Include="Content\images\icons-png\arrow-d-r-white.png" />
<Content Include="Content\images\icons-png\arrow-d-white.png" />
<Content Include="Content\images\icons-png\arrow-l-black.png" />
<Content Include="Content\images\icons-png\arrow-l-white.png" />
<Content Include="Content\images\icons-png\arrow-r-black.png" />
<Content Include="Content\images\icons-png\arrow-r-white.png" />
<Content Include="Content\images\icons-png\arrow-u-black.png" />
<Content Include="Content\images\icons-png\arrow-u-l-black.png" />
<Content Include="Content\images\icons-png\arrow-u-l-white.png" />
<Content Include="Content\images\icons-png\arrow-u-r-black.png" />
<Content Include="Content\images\icons-png\arrow-u-r-white.png" />
<Content Include="Content\images\icons-png\arrow-u-white.png" />
<Content Include="Content\images\icons-png\audio-black.png" />
<Content Include="Content\images\icons-png\audio-white.png" />
<Content Include="Content\images\icons-png\back-black.png" />
<Content Include="Content\images\icons-png\back-white.png" />
<Content Include="Content\images\icons-png\bars-black.png" />
<Content Include="Content\images\icons-png\bars-white.png" />
<Content Include="Content\images\icons-png\bullets-black.png" />
<Content Include="Content\images\icons-png\bullets-white.png" />
<Content Include="Content\images\icons-png\calendar-black.png" />
<Content Include="Content\images\icons-png\calendar-white.png" />
<Content Include="Content\images\icons-png\camera-black.png" />
<Content Include="Content\images\icons-png\camera-white.png" />
<Content Include="Content\images\icons-png\carat-d-black.png" />
<Content Include="Content\images\icons-png\carat-d-white.png" />
<Content Include="Content\images\icons-png\carat-l-black.png" />
<Content Include="Content\images\icons-png\carat-l-white.png" />
<Content Include="Content\images\icons-png\carat-r-black.png" />
<Content Include="Content\images\icons-png\carat-r-white.png" />
<Content Include="Content\images\icons-png\carat-u-black.png" />
<Content Include="Content\images\icons-png\carat-u-white.png" />
<Content Include="Content\images\icons-png\check-black.png" />
<Content Include="Content\images\icons-png\check-white.png" />
<Content Include="Content\images\icons-png\clock-black.png" />
<Content Include="Content\images\icons-png\clock-white.png" />
<Content Include="Content\images\icons-png\cloud-black.png" />
<Content Include="Content\images\icons-png\cloud-white.png" />
<Content Include="Content\images\icons-png\comment-black.png" />
<Content Include="Content\images\icons-png\comment-white.png" />
<Content Include="Content\images\icons-png\delete-black.png" />
<Content Include="Content\images\icons-png\delete-white.png" />
<Content Include="Content\images\icons-png\edit-black.png" />
<Content Include="Content\images\icons-png\edit-white.png" />
<Content Include="Content\images\icons-png\eye-black.png" />
<Content Include="Content\images\icons-png\eye-white.png" />
<Content Include="Content\images\icons-png\forbidden-black.png" />
<Content Include="Content\images\icons-png\forbidden-white.png" />
<Content Include="Content\images\icons-png\forward-black.png" />
<Content Include="Content\images\icons-png\forward-white.png" />
<Content Include="Content\images\icons-png\gear-black.png" />
<Content Include="Content\images\icons-png\gear-white.png" />
<Content Include="Content\images\icons-png\grid-black.png" />
<Content Include="Content\images\icons-png\grid-white.png" />
<Content Include="Content\images\icons-png\heart-black.png" />
<Content Include="Content\images\icons-png\heart-white.png" />
<Content Include="Content\images\icons-png\home-black.png" />
<Content Include="Content\images\icons-png\home-white.png" />
<Content Include="Content\images\icons-png\info-black.png" />
<Content Include="Content\images\icons-png\info-white.png" />
<Content Include="Content\images\icons-png\location-black.png" />
<Content Include="Content\images\icons-png\location-white.png" />
<Content Include="Content\images\icons-png\lock-black.png" />
<Content Include="Content\images\icons-png\lock-white.png" />
<Content Include="Content\images\icons-png\mail-black.png" />
<Content Include="Content\images\icons-png\mail-white.png" />
<Content Include="Content\images\icons-png\minus-black.png" />
<Content Include="Content\images\icons-png\minus-white.png" />
<Content Include="Content\images\icons-png\navigation-black.png" />
<Content Include="Content\images\icons-png\navigation-white.png" />
<Content Include="Content\images\icons-png\phone-black.png" />
<Content Include="Content\images\icons-png\phone-white.png" />
<Content Include="Content\images\icons-png\plus-black.png" />
<Content Include="Content\images\icons-png\plus-white.png" />
<Content Include="Content\images\icons-png\power-black.png" />
<Content Include="Content\images\icons-png\power-white.png" />
<Content Include="Content\images\icons-png\recycle-black.png" />
<Content Include="Content\images\icons-png\recycle-white.png" />
<Content Include="Content\images\icons-png\refresh-black.png" />
<Content Include="Content\images\icons-png\refresh-white.png" />
<Content Include="Content\images\icons-png\search-black.png" />
<Content Include="Content\images\icons-png\search-white.png" />
<Content Include="Content\images\icons-png\shop-black.png" />
<Content Include="Content\images\icons-png\shop-white.png" />
<Content Include="Content\images\icons-png\star-black.png" />
<Content Include="Content\images\icons-png\star-white.png" />
<Content Include="Content\images\icons-png\tag-black.png" />
<Content Include="Content\images\icons-png\tag-white.png" />
<Content Include="Content\images\icons-png\user-black.png" />
<Content Include="Content\images\icons-png\user-white.png" />
<Content Include="Content\images\icons-png\video-black.png" />
<Content Include="Content\images\icons-png\video-white.png" />
<Content Include="Content\images\icons-svg\action-black.svg" />
<Content Include="Content\images\icons-svg\action-white.svg" />
<Content Include="Content\images\icons-svg\alert-black.svg" />
<Content Include="Content\images\icons-svg\alert-white.svg" />
<Content Include="Content\images\icons-svg\arrow-d-black.svg" />
<Content Include="Content\images\icons-svg\arrow-d-l-black.svg" />
<Content Include="Content\images\icons-svg\arrow-d-l-white.svg" />
<Content Include="Content\images\icons-svg\arrow-d-r-black.svg" />
<Content Include="Content\images\icons-svg\arrow-d-r-white.svg" />
<Content Include="Content\images\icons-svg\arrow-d-white.svg" />
<Content Include="Content\images\icons-svg\arrow-l-black.svg" />
<Content Include="Content\images\icons-svg\arrow-l-white.svg" />
<Content Include="Content\images\icons-svg\arrow-r-black.svg" />
<Content Include="Content\images\icons-svg\arrow-r-white.svg" />
<Content Include="Content\images\icons-svg\arrow-u-black.svg" />
<Content Include="Content\images\icons-svg\arrow-u-l-black.svg" />
<Content Include="Content\images\icons-svg\arrow-u-l-white.svg" />
<Content Include="Content\images\icons-svg\arrow-u-r-black.svg" />
<Content Include="Content\images\icons-svg\arrow-u-r-white.svg" />
<Content Include="Content\images\icons-svg\arrow-u-white.svg" />
<Content Include="Content\images\icons-svg\audio-black.svg" />
<Content Include="Content\images\icons-svg\audio-white.svg" />
<Content Include="Content\images\icons-svg\back-black.svg" />
<Content Include="Content\images\icons-svg\back-white.svg" />
<Content Include="Content\images\icons-svg\bars-black.svg" />
<Content Include="Content\images\icons-svg\bars-white.svg" />
<Content Include="Content\images\icons-svg\bullets-black.svg" />
<Content Include="Content\images\icons-svg\bullets-white.svg" />
<Content Include="Content\images\icons-svg\calendar-black.svg" />
<Content Include="Content\images\icons-svg\calendar-white.svg" />
<Content Include="Content\images\icons-svg\camera-black.svg" />
<Content Include="Content\images\icons-svg\camera-white.svg" />
<Content Include="Content\images\icons-svg\carat-d-black.svg" />
<Content Include="Content\images\icons-svg\carat-d-white.svg" />
<Content Include="Content\images\icons-svg\carat-l-black.svg" />
<Content Include="Content\images\icons-svg\carat-l-white.svg" />
<Content Include="Content\images\icons-svg\carat-r-black.svg" />
<Content Include="Content\images\icons-svg\carat-r-white.svg" />
<Content Include="Content\images\icons-svg\carat-u-black.svg" />
<Content Include="Content\images\icons-svg\carat-u-white.svg" />
<Content Include="Content\images\icons-svg\check-black.svg" />
<Content Include="Content\images\icons-svg\check-white.svg" />
<Content Include="Content\images\icons-svg\clock-black.svg" />
<Content Include="Content\images\icons-svg\clock-white.svg" />
<Content Include="Content\images\icons-svg\cloud-black.svg" />
<Content Include="Content\images\icons-svg\cloud-white.svg" />
<Content Include="Content\images\icons-svg\comment-black.svg" />
<Content Include="Content\images\icons-svg\comment-white.svg" />
<Content Include="Content\images\icons-svg\delete-black.svg" />
<Content Include="Content\images\icons-svg\delete-white.svg" />
<Content Include="Content\images\icons-svg\edit-black.svg" />
<Content Include="Content\images\icons-svg\edit-white.svg" />
<Content Include="Content\images\icons-svg\eye-black.svg" />
<Content Include="Content\images\icons-svg\eye-white.svg" />
<Content Include="Content\images\icons-svg\forbidden-black.svg" />
<Content Include="Content\images\icons-svg\forbidden-white.svg" />
<Content Include="Content\images\icons-svg\forward-black.svg" />
<Content Include="Content\images\icons-svg\forward-white.svg" />
<Content Include="Content\images\icons-svg\gear-black.svg" />
<Content Include="Content\images\icons-svg\gear-white.svg" />
<Content Include="Content\images\icons-svg\grid-black.svg" />
<Content Include="Content\images\icons-svg\grid-white.svg" />
<Content Include="Content\images\icons-svg\heart-black.svg" />
<Content Include="Content\images\icons-svg\heart-white.svg" />
<Content Include="Content\images\icons-svg\home-black.svg" />
<Content Include="Content\images\icons-svg\home-white.svg" />
<Content Include="Content\images\icons-svg\info-black.svg" />
<Content Include="Content\images\icons-svg\info-white.svg" />
<Content Include="Content\images\icons-svg\location-black.svg" />
<Content Include="Content\images\icons-svg\location-white.svg" />
<Content Include="Content\images\icons-svg\lock-black.svg" />
<Content Include="Content\images\icons-svg\lock-white.svg" />
<Content Include="Content\images\icons-svg\mail-black.svg" />
<Content Include="Content\images\icons-svg\mail-white.svg" />
<Content Include="Content\images\icons-svg\minus-black.svg" />
<Content Include="Content\images\icons-svg\minus-white.svg" />
<Content Include="Content\images\icons-svg\navigation-black.svg" />
<Content Include="Content\images\icons-svg\navigation-white.svg" />
<Content Include="Content\images\icons-svg\phone-black.svg" />
<Content Include="Content\images\icons-svg\phone-white.svg" />
<Content Include="Content\images\icons-svg\plus-black.svg" />
<Content Include="Content\images\icons-svg\plus-white.svg" />
<Content Include="Content\images\icons-svg\power-black.svg" />
<Content Include="Content\images\icons-svg\power-white.svg" />
<Content Include="Content\images\icons-svg\recycle-black.svg" />
<Content Include="Content\images\icons-svg\recycle-white.svg" />
<Content Include="Content\images\icons-svg\refresh-black.svg" />
<Content Include="Content\images\icons-svg\refresh-white.svg" />
<Content Include="Content\images\icons-svg\search-black.svg" />
<Content Include="Content\images\icons-svg\search-white.svg" />
<Content Include="Content\images\icons-svg\shop-black.svg" />
<Content Include="Content\images\icons-svg\shop-white.svg" />
<Content Include="Content\images\icons-svg\star-black.svg" />
<Content Include="Content\images\icons-svg\star-white.svg" />
<Content Include="Content\images\icons-svg\tag-black.svg" />
<Content Include="Content\images\icons-svg\tag-white.svg" />
<Content Include="Content\images\icons-svg\user-black.svg" />
<Content Include="Content\images\icons-svg\user-white.svg" />
<Content Include="Content\images\icons-svg\video-black.svg" />
<Content Include="Content\images\icons-svg\video-white.svg" />
<Content Include="Content\jquery.mobile-1.4.5.css" />
<Content Include="Content\jquery.mobile-1.4.5.min.css" />
<Content Include="Content\jquery.mobile.external-png-1.4.5.css" />
<Content Include="Content\jquery.mobile.external-png-1.4.5.min.css" />
<Content Include="Content\jquery.mobile.icons-1.4.5.css" />
<Content Include="Content\jquery.mobile.icons-1.4.5.min.css" />
<Content Include="Content\jquery.mobile.inline-png-1.4.2.css" />
<Content Include="Content\jquery.mobile.inline-png-1.4.2.min.css" />
<Content Include="Content\jquery.mobile.inline-png-1.4.5.css" />
<Content Include="Content\jquery.mobile.inline-png-1.4.5.min.css" />
<Content Include="Content\jquery.mobile.inline-svg-1.4.5.css" />
<Content Include="Content\jquery.mobile.inline-svg-1.4.5.min.css" />
<Content Include="Content\jquery.mobile.structure-1.4.5.css" />
<Content Include="Content\jquery.mobile.structure-1.4.5.min.css" />
<Content Include="Content\jquery.mobile.theme-1.4.2.css" />
<Content Include="Content\jquery.mobile.theme-1.4.2.min.css" />
<Content Include="Content\jquery.mobile.theme-1.4.5.css" />
<Content Include="Content\jquery.mobile.theme-1.4.5.min.css" />
<None Include="compilerconfig.json" />
<None Include="compilerconfig.json.defaults">
<DependentUpon>compilerconfig.json</DependentUpon>
</None>
<None Include="Content\ScheMe.less" />
<Content Include="Content\ScheMe.css">
<DependentUpon>ScheMe.less</DependentUpon>
</Content>
<Content Include="Content\ScheMe.min.css">
<DependentUpon>ScheMe.css</DependentUpon>
</Content>
<Content Include="Content\Style.css">
<DependentUpon>Style.less</DependentUpon>
</Content>
<Content Include="Content\Style.min.css">
<DependentUpon>Style.css</DependentUpon>
</Content>
<Content Include="Default.aspx" />
<Content Include="fonts\fontawesome-webfont.svg" />
<Content Include="Global.asax" />
<Content Include="jumper.aspx" />
<Content Include="packages.config" />
<Content Include="JQMob.Master" />
<Content Include="Bundle.config">
<SubType>Designer</SubType>
</Content>
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="NLog.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Properties\PublishProfiles\IIS01.pubxml" />
<None Include="Scripts\jquery-2.2.4.intellisense.js" />
<Content Include="Scripts\jquery-2.2.4.js" />
<Content Include="Scripts\jquery-2.2.4.min.js" />
<Content Include="Scripts\jquery.mobile-1.4.5.js" />
<Content Include="Scripts\jquery.mobile-1.4.5.min.js" />
<Content Include="SqlServerTypes\readme.htm" />
<Content Include="SqlServerTypes\x64\msvcr120.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="SqlServerTypes\x64\SqlServerSpatial140.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="SqlServerTypes\x86\msvcr120.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="SqlServerTypes\x86\SqlServerSpatial140.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="UserAdmin.aspx" />
<Content Include="VAC.aspx" />
<Content Include="VBMA.aspx" />
<Content Include="VCP.aspx" />
<Content Include="VL.aspx" />
<Content Include="VP.aspx" />
<Content Include="VRF.aspx" />
<Content Include="VSV.aspx" />
<Content Include="VVFAnz.aspx" />
<Content Include="VVFGT.aspx" />
<Content Include="WebUserControls\mod_elencoRichResetUtenti.ascx" />
<Content Include="WebUserControls\mod_ElencoVisitePaziente.ascx" />
<Content Include="WebUserControls\mod_enrollByAuthKey.ascx" />
<Content Include="WebUserControls\mod_enrollByEmail.ascx" />
<Content Include="WebUserControls\mod_enrollByJumperAuthKey.ascx" />
<Content Include="WebUserControls\mod_fileUpload.ascx" />
<Content Include="WebUserControls\mod_footer.ascx" />
<Content Include="WebUserControls\mod_header.ascx" />
<Content Include="Content\Style.less" />
<Content Include="WebUserControls\mod_reportVisita.ascx" />
<Content Include="logs\PlaceHolder.file" />
<Content Include="fonts\FontAwesome.otf" />
<Content Include="fonts\fontawesome-webfont.woff2" />
<Content Include="fonts\fontawesome-webfont.woff" />
<Content Include="fonts\fontawesome-webfont.ttf" />
<Content Include="fonts\fontawesome-webfont.eot" />
<None Include="bundleconfig.json" />
<None Include="Properties\PublishProfiles\IIS02.pubxml" />
<Content Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</Content>
<None Include="Properties\PublishProfiles\CUSBG.pubxml">
<SubType>Designer</SubType>
</None>
<None Include="Reports\ReportVisita.rdl">
<SubType>Designer</SubType>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Reports\ReportVisita.rdlc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Scripts\jquery-2.1.0.intellisense.js" />
<Content Include="Scripts\jSteamware.js" />
<Content Include="Visite.aspx" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
<Content Include="Scripts\jquery.mobile-1.4.2.min.map" />
<Content Include="Scripts\jquery.mobile-1.4.5.min.map" />
<Content Include="Scripts\jquery-2.2.4.min.map" />
<None Include="Web.CUSBG.config">
<DependentUpon>Web.config</DependentUpon>
<SubType>Designer</SubType>
</None>
<None Include="Web.IIS01.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.IIS02.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="..\VersGen\VersGen.cs">
<Link>VersGen.cs</Link>
</Compile>
<Compile Include="Accettazione.aspx.cs">
<DependentUpon>Accettazione.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Accettazione.aspx.designer.cs">
<DependentUpon>Accettazione.aspx</DependentUpon>
</Compile>
<Compile Include="AccettazioneEdit.aspx.cs">
<DependentUpon>AccettazioneEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="AccettazioneEdit.aspx.designer.cs">
<DependentUpon>AccettazioneEdit.aspx</DependentUpon>
</Compile>
<Compile Include="App_Start\BundleConfig.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="Attivita.aspx.cs">
<DependentUpon>Attivita.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Attivita.aspx.designer.cs">
<DependentUpon>Attivita.aspx</DependentUpon>
</Compile>
<Compile Include="Default.aspx.cs">
<DependentUpon>Default.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Default.aspx.designer.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="JQMob.Master.cs">
<DependentUpon>JQMob.Master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="JQMob.Master.designer.cs">
<DependentUpon>JQMob.Master</DependentUpon>
</Compile>
<Compile Include="jumper.aspx.cs">
<DependentUpon>jumper.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="jumper.aspx.designer.cs">
<DependentUpon>jumper.aspx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="SqlServerTypes\Loader.cs" />
<Compile Include="UserAdmin.aspx.cs">
<DependentUpon>UserAdmin.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="UserAdmin.aspx.designer.cs">
<DependentUpon>UserAdmin.aspx</DependentUpon>
</Compile>
<Compile Include="VAC.aspx.cs">
<DependentUpon>VAC.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="VAC.aspx.designer.cs">
<DependentUpon>VAC.aspx</DependentUpon>
</Compile>
<Compile Include="VBMA.aspx.cs">
<DependentUpon>VBMA.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="VBMA.aspx.designer.cs">
<DependentUpon>VBMA.aspx</DependentUpon>
</Compile>
<Compile Include="VCP.aspx.cs">
<DependentUpon>VCP.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="VCP.aspx.designer.cs">
<DependentUpon>VCP.aspx</DependentUpon>
</Compile>
<Compile Include="Visite.aspx.cs">
<DependentUpon>Visite.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Visite.aspx.designer.cs">
<DependentUpon>Visite.aspx</DependentUpon>
</Compile>
<Compile Include="VL.aspx.cs">
<DependentUpon>VL.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="VL.aspx.designer.cs">
<DependentUpon>VL.aspx</DependentUpon>
</Compile>
<Compile Include="VP.aspx.cs">
<DependentUpon>VP.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="VP.aspx.designer.cs">
<DependentUpon>VP.aspx</DependentUpon>
</Compile>
<Compile Include="VRF.aspx.cs">
<DependentUpon>VRF.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="VRF.aspx.designer.cs">
<DependentUpon>VRF.aspx</DependentUpon>
</Compile>
<Compile Include="VSV.aspx.cs">
<DependentUpon>VSV.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="VSV.aspx.designer.cs">
<DependentUpon>VSV.aspx</DependentUpon>
</Compile>
<Compile Include="VVFAnz.aspx.cs">
<DependentUpon>VVFAnz.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="VVFAnz.aspx.designer.cs">
<DependentUpon>VVFAnz.aspx</DependentUpon>
</Compile>
<Compile Include="VVFGT.aspx.cs">
<DependentUpon>VVFGT.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="VVFGT.aspx.designer.cs">
<DependentUpon>VVFGT.aspx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_elencoRichResetUtenti.ascx.cs">
<DependentUpon>mod_elencoRichResetUtenti.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_elencoRichResetUtenti.ascx.designer.cs">
<DependentUpon>mod_elencoRichResetUtenti.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_ElencoVisitePaziente.ascx.cs">
<DependentUpon>mod_ElencoVisitePaziente.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_ElencoVisitePaziente.ascx.designer.cs">
<DependentUpon>mod_ElencoVisitePaziente.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_enrollByAuthKey.ascx.cs">
<DependentUpon>mod_enrollByAuthKey.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_enrollByAuthKey.ascx.designer.cs">
<DependentUpon>mod_enrollByAuthKey.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_enrollByEmail.ascx.cs">
<DependentUpon>mod_enrollByEmail.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_enrollByEmail.ascx.designer.cs">
<DependentUpon>mod_enrollByEmail.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_enrollByJumperAuthKey.ascx.cs">
<DependentUpon>mod_enrollByJumperAuthKey.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_enrollByJumperAuthKey.ascx.designer.cs">
<DependentUpon>mod_enrollByJumperAuthKey.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_fileUpload.ascx.cs">
<DependentUpon>mod_fileUpload.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_fileUpload.ascx.designer.cs">
<DependentUpon>mod_fileUpload.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_footer.ascx.cs">
<DependentUpon>mod_footer.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_footer.ascx.designer.cs">
<DependentUpon>mod_footer.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_header.ascx.cs">
<DependentUpon>mod_header.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_header.ascx.designer.cs">
<DependentUpon>mod_header.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_reportVisita.ascx.cs">
<DependentUpon>mod_reportVisita.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_reportVisita.ascx.designer.cs">
<DependentUpon>mod_reportVisita.ascx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Steamware\SteamWareLib\SteamWare.csproj">
<Project>{2872dcfe-8b46-43b2-baa0-842a816a2dd5}</Project>
<Name>SteamWare</Name>
</ProjectReference>
<ProjectReference Include="..\ScheMe_Data\ScheMe_Data.csproj">
<Project>{234e6827-b79c-435d-92e3-e81a3825d120}</Project>
<Name>ScheMe_Data</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="ExtLib\" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'CUSBG|AnyCPU' ">
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'IIS02|AnyCPU'">
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'IIS01|AnyCPU'">
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>52656</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:64430/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\MSBuild.Microsoft.VisualStudio.Web.targets.14.0.0.3\build\MSBuild.Microsoft.VisualStudio.Web.targets.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSBuild.Microsoft.VisualStudio.Web.targets.14.0.0.3\build\MSBuild.Microsoft.VisualStudio.Web.targets.props'))" />
</Target>
<!-- 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>
-->
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
<Target Name="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
<!--Generate transformed config in the output directory-->
<TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
</Target>
</Project>
@@ -1,9 +1,9 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_elencoRichResetUtenti.ascx.cs" Inherits="ScheMe.WebUserControls.mod_elencoRichResetUtenti" %>
<asp:GridView ID="grView" runat="server" DataSourceID="ods" AutoGenerateColumns="False" DataKeyNames="USER_NAME" CellPadding="4" ForeColor="#333333" GridLines="None" Width="100%" AllowPaging="false" OnSelectedIndexChanged="grView_SelectedIndexChanged" OnRowCommand="grView_RowCommand">
<EditRowStyle BackColor="#2461BF" />
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<EditRowStyle BackColor="#CF6124" />
<FooterStyle BackColor="#FF7C50" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#FF7C50" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#CF6124" ForeColor="White" HorizontalAlign="Center" />
<RowStyle BackColor="#EFF3FB" HorizontalAlign="Left" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#F5F7FB" />
@@ -13,10 +13,10 @@
</div>
</div>
<asp:GridView ID="grView" runat="server" Width="100%" AutoGenerateColumns="False" DataSourceID="odsFile" DataKeyNames="idxFile" OnSelectedIndexChanged="grView_SelectedIndexChanged">
<EditRowStyle BackColor="#2461BF" />
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<EditRowStyle BackColor="#CF6124" />
<FooterStyle BackColor="#FF7C50" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#FF7C50" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#CF6124" ForeColor="White" HorizontalAlign="Center" />
<RowStyle BackColor="#EFF3FB" HorizontalAlign="Left" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#F5F7FB" />
+1 -1
View File
@@ -11,7 +11,7 @@
<div style="float: left; font-size: 0.7em; font-weight: 100; margin-left: 4px;">
<%: DateTime.Now.ToString("ddd dd/MM/yyyy HH:mm:ss") %>
</div>
<div style="text-align: center; font-size: 1.2em; font-weight: 100; color: #507CD1;">
<div style="text-align: center; font-size: 1.2em; font-weight: 100; color: #FF7C50;">
<%: pazienteSel %>
</div>
</div>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.