From 437a5ec1e048a94dd93e4e70cc6a85fa4596a931 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 13 Dec 2016 18:01:45 +0100 Subject: [PATCH] completata prima review (fuffa) della barra laterale SX --- GPW_Smart/WebMasterPages/JQMob.Master | 8 +- GPW_Smart/WebUserControls/mod_opzioniSx.ascx | 79 +++++++++++++++++++ .../WebUserControls/mod_opzioniSx.ascx.cs | 17 ++++ .../mod_opzioniSx.ascx.designer.cs | 17 ++++ 4 files changed, 116 insertions(+), 5 deletions(-) create mode 100644 GPW_Smart/WebUserControls/mod_opzioniSx.ascx create mode 100644 GPW_Smart/WebUserControls/mod_opzioniSx.ascx.cs create mode 100644 GPW_Smart/WebUserControls/mod_opzioniSx.ascx.designer.cs diff --git a/GPW_Smart/WebMasterPages/JQMob.Master b/GPW_Smart/WebMasterPages/JQMob.Master index 23f8521..aa53062 100644 --- a/GPW_Smart/WebMasterPages/JQMob.Master +++ b/GPW_Smart/WebMasterPages/JQMob.Master @@ -67,11 +67,9 @@
-
- - opzioni SX - -
+ + opzioni SX +
diff --git a/GPW_Smart/WebUserControls/mod_opzioniSx.ascx b/GPW_Smart/WebUserControls/mod_opzioniSx.ascx new file mode 100644 index 0000000..cf10aa8 --- /dev/null +++ b/GPW_Smart/WebUserControls/mod_opzioniSx.ascx @@ -0,0 +1,79 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_opzioniSx.ascx.cs" Inherits="GPW_Smart.WebUserControls.mod_opzioniSx" %> + +
+ +
+
+
+ +
+
+
+
+ Jane Doe + Super Power User +
+
+
+
+ + + +
+

Basic Elements

+ +
+
+

Extended Elements

+ +
+ +
+

Real-World-Examples

+ +
+
+ +
+

Nice to Know

+ +
diff --git a/GPW_Smart/WebUserControls/mod_opzioniSx.ascx.cs b/GPW_Smart/WebUserControls/mod_opzioniSx.ascx.cs new file mode 100644 index 0000000..8ab3c84 --- /dev/null +++ b/GPW_Smart/WebUserControls/mod_opzioniSx.ascx.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 GPW_Smart.WebUserControls +{ + public partial class mod_opzioniSx : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GPW_Smart/WebUserControls/mod_opzioniSx.ascx.designer.cs b/GPW_Smart/WebUserControls/mod_opzioniSx.ascx.designer.cs new file mode 100644 index 0000000..7c213ad --- /dev/null +++ b/GPW_Smart/WebUserControls/mod_opzioniSx.ascx.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 GPW_Smart.WebUserControls +{ + + + public partial class mod_opzioniSx + { + } +}