diff --git a/.vs/WebSCR/v14/.suo b/.vs/WebSCR/v14/.suo index a5507bc..7b76a53 100644 Binary files a/.vs/WebSCR/v14/.suo and b/.vs/WebSCR/v14/.suo differ diff --git a/WebSCR/IntSquadra.aspx b/WebSCR/IntSquadra.aspx new file mode 100644 index 0000000..4ae4d64 --- /dev/null +++ b/WebSCR/IntSquadra.aspx @@ -0,0 +1,6 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/JQMob.Master" AutoEventWireup="true" CodeBehind="IntSquadra.aspx.cs" Inherits="WebSCR.IntSquadra" %> + + + + mettere interventi (semplificati...) + diff --git a/WebSCR/IntSquadra.aspx.cs b/WebSCR/IntSquadra.aspx.cs new file mode 100644 index 0000000..cf2b30d --- /dev/null +++ b/WebSCR/IntSquadra.aspx.cs @@ -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 WebSCR +{ + public partial class IntSquadra : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/WebSCR/IntSquadra.aspx.designer.cs b/WebSCR/IntSquadra.aspx.designer.cs new file mode 100644 index 0000000..e10d66e --- /dev/null +++ b/WebSCR/IntSquadra.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace WebSCR +{ + + + public partial class IntSquadra + { + } +} diff --git a/WebSCR/WebSCR.csproj b/WebSCR/WebSCR.csproj index 2d6f483..7d1c8bc 100644 --- a/WebSCR/WebSCR.csproj +++ b/WebSCR/WebSCR.csproj @@ -357,6 +357,7 @@ + @@ -478,6 +479,13 @@ Interventi.aspx + + IntSquadra.aspx + ASPXCodeBehind + + + IntSquadra.aspx + Menu.aspx ASPXCodeBehind diff --git a/WebSCR/WebUserControls/mod_header.ascx b/WebSCR/WebUserControls/mod_header.ascx index 267ba3f..d30138f 100644 --- a/WebSCR/WebUserControls/mod_header.ascx +++ b/WebSCR/WebUserControls/mod_header.ascx @@ -23,6 +23,7 @@ diff --git a/WebSCR/WebUserControls/mod_header.ascx.cs b/WebSCR/WebUserControls/mod_header.ascx.cs index 0c8660c..077049b 100644 --- a/WebSCR/WebUserControls/mod_header.ascx.cs +++ b/WebSCR/WebUserControls/mod_header.ascx.cs @@ -135,7 +135,7 @@ namespace WebSCR.WebUserControls ulSquadra.Visible = false; ulMagazzino.Visible = true; } - else if(devicesAuthProxy.pagCorrente == "Squadra" || devicesAuthProxy.pagCorrente == "Menu") + else if(devicesAuthProxy.pagCorrente == "Squadra" || devicesAuthProxy.pagCorrente == "IntSquadra" || devicesAuthProxy.pagCorrente == "Menu") { ulStd.Visible = false; ulSquadra.Visible = true; diff --git a/WebSCR/bin/WebSCR.dll b/WebSCR/bin/WebSCR.dll index 596512b..451c603 100644 Binary files a/WebSCR/bin/WebSCR.dll and b/WebSCR/bin/WebSCR.dll differ