diff --git a/PUB/Site.Mobile.Master b/PUB/Site.Mobile.Master
deleted file mode 100644
index 516e4f3..0000000
--- a/PUB/Site.Mobile.Master
+++ /dev/null
@@ -1,23 +0,0 @@
-<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.Mobile.master.cs" Inherits="PUB.Site_Mobile" %>
-<%@ Register Src="~/ViewSwitcher.ascx" TagPrefix="friendlyUrls" TagName="ViewSwitcher" %>
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/PUB/Site.Mobile.Master.cs b/PUB/Site.Mobile.Master.cs
deleted file mode 100644
index 6f50023..0000000
--- a/PUB/Site.Mobile.Master.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using System.Web.UI;
-using System.Web.UI.WebControls;
-
-namespace PUB
-{
- public partial class Site_Mobile : System.Web.UI.MasterPage
- {
- protected void Page_Load(object sender, EventArgs e)
- {
-
- }
- }
-}
\ No newline at end of file
diff --git a/PUB/Site.Mobile.Master.designer.cs b/PUB/Site.Mobile.Master.designer.cs
deleted file mode 100644
index 985ed94..0000000
--- a/PUB/Site.Mobile.Master.designer.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 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 PUB {
-
-
- public partial class Site_Mobile {
-
- ///
- /// HeadContent control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder HeadContent;
-
- ///
- /// form1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlForm form1;
-
- ///
- /// FeaturedContent control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder FeaturedContent;
-
- ///
- /// MainContent control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder MainContent;
- }
-}
diff --git a/PUB/ViewSwitcher.ascx b/PUB/ViewSwitcher.ascx
deleted file mode 100644
index a15b022..0000000
--- a/PUB/ViewSwitcher.ascx
+++ /dev/null
@@ -1,4 +0,0 @@
-<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewSwitcher.ascx.cs" Inherits="PUB.ViewSwitcher" %>
-
\ No newline at end of file
diff --git a/PUB/ViewSwitcher.ascx.cs b/PUB/ViewSwitcher.ascx.cs
deleted file mode 100644
index 708200f..0000000
--- a/PUB/ViewSwitcher.ascx.cs
+++ /dev/null
@@ -1,43 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using System.Web.Routing;
-using System.Web.UI;
-using System.Web.UI.WebControls;
-using Microsoft.AspNet.FriendlyUrls.Resolvers;
-
-namespace PUB
-{
- public partial class ViewSwitcher : System.Web.UI.UserControl
- {
- protected string CurrentView { get; private set; }
-
- protected string AlternateView { get; private set; }
-
- protected string SwitchUrl { get; private set; }
-
- protected void Page_Load(object sender, EventArgs e)
- {
- // Determine current view
- var isMobile = WebFormsFriendlyUrlResolver.IsMobileView(new HttpContextWrapper(Context));
- CurrentView = isMobile ? "Mobile" : "Desktop";
-
- // Determine alternate view
- AlternateView = isMobile ? "Desktop" : "Mobile";
-
- // Create switch URL from the route, e.g. ~/__FriendlyUrls_SwitchView/Mobile?ReturnUrl=/Page
- var switchViewRouteName = "AspNet.FriendlyUrls.SwitchView";
- var switchViewRoute = RouteTable.Routes[switchViewRouteName];
- if (switchViewRoute == null)
- {
- // Friendly URLs is not enabled or the name of the switch view route is out of sync
- this.Visible = false;
- return;
- }
- var url = GetRouteUrl(switchViewRouteName, new { view = AlternateView, __FriendlyUrls_SwitchViews = true });
- url += "?ReturnUrl=" + HttpUtility.UrlEncode(Request.RawUrl);
- SwitchUrl = url;
- }
- }
-}
\ No newline at end of file
diff --git a/PUB/ViewSwitcher.ascx.designer.cs b/PUB/ViewSwitcher.ascx.designer.cs
deleted file mode 100644
index 6b9ef9f..0000000
--- a/PUB/ViewSwitcher.ascx.designer.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 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 PUB {
-
-
- public partial class ViewSwitcher {
- }
-}
diff --git a/PUB/WebUserContols/mod_statusRow.ascx b/PUB/WebUserContols/mod_statusRow.ascx
new file mode 100644
index 0000000..e64db33
--- /dev/null
+++ b/PUB/WebUserContols/mod_statusRow.ascx
@@ -0,0 +1,91 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_statusRow.ascx.cs" Inherits="PUB.WebUserContols.mod_statusRow" %>
+
+
+
+
+
+
+
+ 123 registrati
+
+
+ 2 nuove richieste
+
+
+
+
+
+
+
+
+
+
+
+ 200 registrati
+
+
+ 20 nuove richieste
+
+
+
+
+
+
+
+
+
+
+
+ 200 registrati
+
+
+ 20 nuove richieste
+
+
+
+
+
+
+
+
+
+
+
+ 200 registrati
+
+
+ 20 nuove richieste
+
+
+
+
+
+
diff --git a/PUB/WebUserContols/mod_statusRow.ascx.cs b/PUB/WebUserContols/mod_statusRow.ascx.cs
new file mode 100644
index 0000000..c008584
--- /dev/null
+++ b/PUB/WebUserContols/mod_statusRow.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 PUB.WebUserContols
+{
+ public partial class mod_statusRow : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/PUB/WebUserContols/mod_statusRow.ascx.designer.cs b/PUB/WebUserContols/mod_statusRow.ascx.designer.cs
new file mode 100644
index 0000000..a5effb1
--- /dev/null
+++ b/PUB/WebUserContols/mod_statusRow.ascx.designer.cs
@@ -0,0 +1,15 @@
+//------------------------------------------------------------------------------
+//
+// Codice generato da uno strumento.
+//
+// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+namespace PUB.WebUserContols {
+
+
+ public partial class mod_statusRow {
+ }
+}
diff --git a/PUB/WebUserContols/tpl_footer.ascx b/PUB/WebUserContols/tpl_footer.ascx
new file mode 100644
index 0000000..83c48f5
--- /dev/null
+++ b/PUB/WebUserContols/tpl_footer.ascx
@@ -0,0 +1 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="tpl_footer.ascx.cs" Inherits="PUB.WebUserContols.tpl_footer" %>
diff --git a/PUB/WebUserContols/tpl_footer.ascx.cs b/PUB/WebUserContols/tpl_footer.ascx.cs
new file mode 100644
index 0000000..0d9eee7
--- /dev/null
+++ b/PUB/WebUserContols/tpl_footer.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 PUB.WebUserContols
+{
+ public partial class tpl_footer : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/PUB/WebUserContols/tpl_footer.ascx.designer.cs b/PUB/WebUserContols/tpl_footer.ascx.designer.cs
new file mode 100644
index 0000000..90b3f20
--- /dev/null
+++ b/PUB/WebUserContols/tpl_footer.ascx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// Codice generato da uno strumento.
+//
+// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+namespace PUB.WebUserContols
+{
+
+
+ public partial class tpl_footer
+ {
+ }
+}
diff --git a/PUB/WebUserContols/tpl_header.ascx b/PUB/WebUserContols/tpl_header.ascx
new file mode 100644
index 0000000..13894fd
--- /dev/null
+++ b/PUB/WebUserContols/tpl_header.ascx
@@ -0,0 +1 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="tpl_header.ascx.cs" Inherits="PUB.WebUserContols.tpl_header" %>
diff --git a/PUB/WebUserContols/tpl_header.ascx.cs b/PUB/WebUserContols/tpl_header.ascx.cs
new file mode 100644
index 0000000..6408c1f
--- /dev/null
+++ b/PUB/WebUserContols/tpl_header.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 PUB.WebUserContols
+{
+ public partial class tpl_header : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/PUB/WebUserContols/tpl_header.ascx.designer.cs b/PUB/WebUserContols/tpl_header.ascx.designer.cs
new file mode 100644
index 0000000..991adf7
--- /dev/null
+++ b/PUB/WebUserContols/tpl_header.ascx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// Codice generato da uno strumento.
+//
+// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+namespace PUB.WebUserContols
+{
+
+
+ public partial class tpl_header
+ {
+ }
+}
diff --git a/PUB/WebUserContols/tpl_sideNav.ascx b/PUB/WebUserContols/tpl_sideNav.ascx
new file mode 100644
index 0000000..04f42a4
--- /dev/null
+++ b/PUB/WebUserContols/tpl_sideNav.ascx
@@ -0,0 +1 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="tpl_sideNav.ascx.cs" Inherits="PUB.WebUserContols.tpl_sideNav" %>
diff --git a/PUB/WebUserContols/tpl_sideNav.ascx.cs b/PUB/WebUserContols/tpl_sideNav.ascx.cs
new file mode 100644
index 0000000..29b1b34
--- /dev/null
+++ b/PUB/WebUserContols/tpl_sideNav.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 PUB.WebUserContols
+{
+ public partial class tpl_sideNav : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/PUB/WebUserContols/tpl_sideNav.ascx.designer.cs b/PUB/WebUserContols/tpl_sideNav.ascx.designer.cs
new file mode 100644
index 0000000..a813729
--- /dev/null
+++ b/PUB/WebUserContols/tpl_sideNav.ascx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// Codice generato da uno strumento.
+//
+// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+namespace PUB.WebUserContols
+{
+
+
+ public partial class tpl_sideNav
+ {
+ }
+}
diff --git a/PUB/compilerconfig.json b/PUB/compilerconfig.json
new file mode 100644
index 0000000..81a6a34
--- /dev/null
+++ b/PUB/compilerconfig.json
@@ -0,0 +1,6 @@
+[
+ {
+ "outputFile": "Content/Site.css",
+ "inputFile": "Content/Site.less"
+ }
+]
\ No newline at end of file
diff --git a/PUB/compilerconfig.json.defaults b/PUB/compilerconfig.json.defaults
new file mode 100644
index 0000000..c75eb7d
--- /dev/null
+++ b/PUB/compilerconfig.json.defaults
@@ -0,0 +1,49 @@
+{
+ "compilers": {
+ "less": {
+ "autoPrefix": "",
+ "cssComb": "none",
+ "ieCompat": true,
+ "strictMath": false,
+ "strictUnits": false,
+ "relativeUrls": true,
+ "rootPath": "",
+ "sourceMapRoot": "",
+ "sourceMapBasePath": "",
+ "sourceMap": false
+ },
+ "sass": {
+ "includePath": "",
+ "indentType": "space",
+ "indentWidth": 2,
+ "outputStyle": "nested",
+ "Precision": 5,
+ "relativeUrls": true,
+ "sourceMapRoot": "",
+ "sourceMap": false
+ },
+ "stylus": {
+ "sourceMap": false
+ },
+ "babel": {
+ "sourceMap": false
+ },
+ "coffeescript": {
+ "bare": false,
+ "runtimeMode": "node",
+ "sourceMap": false
+ }
+ },
+ "minifiers": {
+ "css": {
+ "enabled": true,
+ "termSemicolons": true,
+ "gzip": false
+ },
+ "javascript": {
+ "enabled": true,
+ "termSemicolons": true,
+ "gzip": false
+ }
+ }
+}
\ No newline at end of file