Pulizia Barcode da files inutili + fix area A2 in GPW_Barcode

This commit is contained in:
Samuele E. Locatelli
2016-12-15 09:29:27 +01:00
parent a5306d9096
commit 53b60e18e8
9 changed files with 7 additions and 64 deletions
+2 -8
View File
@@ -36,17 +36,11 @@ namespace GPW_Barcode
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
"~/Scripts/jquery-{version}.js"));
//bundles.Add(new ScriptBundle("~/bundles/jquerymobile").Include(
// "~/Scripts/jquery.mobile-{version}.js"));
bundles.Add(new ScriptBundle("~/bundles/jqueryui").Include(
"~/Scripts/jquery-ui-{version}.js"));
//bundles.Add(new ScriptBundle("~/bundles/jSteamware").Include(
// "~/Scripts/jSteamware*"));
//// aggiungo bundle dinamico x less --> css
//bundles.Add(new DynamicFolderBundle("less", "*.less"));
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFullBCode.Master" AutoEventWireup="true" CodeBehind="Barcode.aspx.cs" Inherits="GPW.A2.Barcode" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFullBCode.Master" AutoEventWireup="true" CodeBehind="Barcode.aspx.cs" Inherits="GPW_Barcode.Barcode" %>
<%@ Register src="~/WebUserControls/mod_bCodeTimb.ascx" tagname="mod_bCodeTimb" tagprefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cph1" runat="server">
<uc1:mod_bCodeTimb ID="mod_bCodeTimb1" runat="server" />
+1 -1
View File
@@ -6,7 +6,7 @@ using System.Web.UI;
using System.Web.UI.WebControls;
using GPW_data;
namespace GPW.A2
namespace GPW_Barcode
{
public partial class Barcode : System.Web.UI.Page
{
+1 -1
View File
@@ -7,7 +7,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace GPW.A2 {
namespace GPW_Barcode {
public partial class Barcode {
-5
View File
@@ -36,9 +36,4 @@
-->
</styleBundle>
<styleBundle path="~/Content/droid">
<include path="~/Content/nativeDroid/nativedroid2.css" />
<include path="~/Content/waves/waves.min.css" />
<include path="~/Content/wow/animate.css" />
</styleBundle>
</bundles>
+1 -27
View File
@@ -350,28 +350,6 @@
<Content Include="Content\jquery.mobile.theme-1.4.5.css" />
<Content Include="Content\jquery.mobile.theme-1.4.5.min.css" />
<Content Include="Content\MasterPage.css" />
<Content Include="Content\nativeDroid\flexboxgrid.min.css" />
<Content Include="Content\nativeDroid\material-design-iconic-font.min.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.amber.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.blue-grey.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.blue.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.brown.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.cyan.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.deep-orange.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.deep-purple.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.green.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.grey.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.indigo.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.light-blue.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.light-green.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.lime.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.orange.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.pink.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.purple.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.red.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.teal.css" />
<Content Include="Content\nativeDroid\nativedroid2.color.yellow.css" />
<Content Include="Content\nativeDroid\nativedroid2.css" />
<Content Include="Content\Site.css">
<DependentUpon>Site.less</DependentUpon>
</Content>
@@ -432,10 +410,6 @@
<Content Include="Content\themes\base\tabs.css" />
<Content Include="Content\themes\base\theme.css" />
<Content Include="Content\themes\base\tooltip.css" />
<Content Include="Content\waves\waves.min.css" />
<Content Include="Content\waves\waves.min.js" />
<Content Include="Content\wow\animate.css" />
<Content Include="Content\wow\wow.min.js" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
<Content Include="fonts\glyphicons-halflings-regular.woff" />
@@ -446,6 +420,7 @@
<Content Include="Content\bootstrap-theme.min.css.map" />
<Content Include="Content\bootstrap-theme.css.map" />
<Content Include="images\logo_sw.png" />
<Content Include="logs\PlaceHolder.file" />
<None Include="Properties\PublishProfiles\ETS.pubxml" />
<None Include="Properties\PublishProfiles\IIS01.pubxml" />
<None Include="Properties\PublishProfiles\IIS02-ETS.pubxml" />
@@ -468,7 +443,6 @@
<Content Include="Content\Site.less" />
<Content Include="Content\Style.less" />
<Content Include="Content\StyleCustom.less" />
<Content Include="Content\waves\waves.min.js.map" />
<Content Include="Scripts\bootstrap.js" />
<Content Include="Scripts\bootstrap.min.js" />
<Content Include="Scripts\modernizr-2.8.3.js" />
@@ -24,7 +24,6 @@
<asp:PlaceHolder ID="PlaceHolder1" runat="server">
<%: Scripts.Render("~/bundles/jquery") %>
<%: Scripts.Render("~/bundles/jqueryui") %>
<%--<%: Scripts.Render("~/bundles/jSteamware") %>--%>
</asp:PlaceHolder>
@@ -32,26 +31,6 @@
<link href="~/Content/Style.css" rel="stylesheet" type="text/css" />
<link href="~/Content/StyleCustom.css" rel="stylesheet" type="text/css" />
<%--<script language="javascript" type="text/javascript">
$(document).ready(function () {
//$("span.radioBtn input").checkboxradio({ icon: false });
$(".JQbutton").button();
$("#accordion").accordion({
heightStyle: "content"
});
// oggetto da legare all'update parziale ajax x sistemare btns & co
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_endRequest(function () {
// re-bind your jQuery events here
//$("span.radioBtn input").checkboxradio({ icon: false });
$(".JQbutton").button();
$("#accordion").accordion({
heightStyle: "content"
});
});
});
</script>--%>
</head>
<body class="body">
<form id="form1" runat="server">
+1
View File
@@ -0,0 +1 @@