inizio inserimento pagina IntSquadra
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/JQMob.Master" AutoEventWireup="true" CodeBehind="IntSquadra.aspx.cs" Inherits="WebSCR.IntSquadra" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
mettere interventi (semplificati...)
|
||||
</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 WebSCR
|
||||
{
|
||||
public partial class IntSquadra : System.Web.UI.Page
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
+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 WebSCR
|
||||
{
|
||||
|
||||
|
||||
public partial class IntSquadra
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -357,6 +357,7 @@
|
||||
<Content Include="favicon.ico" />
|
||||
<Content Include="images\LogoSteamware.png" />
|
||||
<Content Include="Interventi.aspx" />
|
||||
<Content Include="IntSquadra.aspx" />
|
||||
<Content Include="Menu.aspx" />
|
||||
<Content Include="OrdiniPerData.aspx" />
|
||||
<Content Include="Pianificazione.aspx" />
|
||||
@@ -478,6 +479,13 @@
|
||||
<Compile Include="Interventi.aspx.designer.cs">
|
||||
<DependentUpon>Interventi.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="IntSquadra.aspx.cs">
|
||||
<DependentUpon>IntSquadra.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="IntSquadra.aspx.designer.cs">
|
||||
<DependentUpon>IntSquadra.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Menu.aspx.cs">
|
||||
<DependentUpon>Menu.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
<asp:HyperLink runat="server" ID="hlLocalUploader" Text="Aggiornamento Anagrafiche" Target="_blank" CssClass="ui-mini ui-btn ui-shadow ui-corner-all ui-icon-action" /></li>
|
||||
</ul>
|
||||
<ul runat="server" id="ulSquadra" visible="false">
|
||||
<li><a href="IntSquadra" data-icon="mail" class='<%: liClass("IntSquadra") %>'>Gestione Interventi</a></li>
|
||||
<li><a href="Menu" data-icon="home" class='<%: liClass("Menu") %>'>Menu Squadre</a></li>
|
||||
<li><a href="Squadra" data-icon="navigation" class='<%: liClass("Squadra") %>'>Squadre/Consegne</a></li>
|
||||
</ul>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user