From f5f509e2e965e378f36d08dbda58de3c22b149f9 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 31 Jan 2020 09:28:51 +0100 Subject: [PATCH] Revisione BunkManager x smart device --- Jenkinsfile | 2 +- NKC_WF/WebUserControls/cmp_stackBuilding.ascx | 63 ++++++++++--------- NKC_WF/WebUserControls/cmp_stackList.ascx | 2 +- NKC_WF/WebUserControls/cmp_stackList.ascx.cs | 2 +- NKC_WF/WebUserControls/cmp_taktList.ascx | 4 +- NKC_WF/WebUserControls/cmp_taktList.ascx.cs | 2 +- NKC_WF/site/StackManager.aspx | 2 +- 7 files changed, 39 insertions(+), 38 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 71605a7..6d82d24 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=241']) { + withEnv(['NEXT_BUILD_NUMBER=242']) { // env.versionNumber = VersionNumber(versionNumberString : '0.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '0.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.versionNumberBeta = VersionNumber(versionNumberString : '0.9.${BUILD_DATE_FORMATTED, "yyMM"}-beta.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') diff --git a/NKC_WF/WebUserControls/cmp_stackBuilding.ascx b/NKC_WF/WebUserControls/cmp_stackBuilding.ascx index bb4c58b..be36516 100644 --- a/NKC_WF/WebUserControls/cmp_stackBuilding.ascx +++ b/NKC_WF/WebUserControls/cmp_stackBuilding.ascx @@ -9,51 +9,52 @@
-
+
-
+
<%----%>
-
-
PRINT
+
PRINT
<%--
--%>
-
+
-
- - -
-
- - -
-
- NEXT - <%# Eval("Prepared","{0:ddd yyyy-MM-dd HH:mm}") %> -
-
-
-
<%# Eval("SheetIndex") %>
-
<%# Eval("MatDesc") %>
-
<%# Eval("MatExtCode") %>
+
+
+ + +
+
+ + +
+
+ NEXT + <%# Eval("Prepared","{0:ddd yyyy-MM-dd HH:mm}") %> +
+
+
+
<%# Eval("SheetIndex") %>
+
<%# Eval("MatDesc") %>
+
<%# Eval("MatExtCode") %>
+
-
- - - - - - - - + + + + + + + + +
diff --git a/NKC_WF/WebUserControls/cmp_stackList.ascx b/NKC_WF/WebUserControls/cmp_stackList.ascx index 0837d22..e63093d 100644 --- a/NKC_WF/WebUserControls/cmp_stackList.ascx +++ b/NKC_WF/WebUserControls/cmp_stackList.ascx @@ -3,7 +3,7 @@
-
+
BUNK List
diff --git a/NKC_WF/WebUserControls/cmp_stackList.ascx.cs b/NKC_WF/WebUserControls/cmp_stackList.ascx.cs index c1d2d09..b397306 100644 --- a/NKC_WF/WebUserControls/cmp_stackList.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_stackList.ascx.cs @@ -22,7 +22,7 @@ namespace NKC_WF.WebUserControls divSelected.Visible = StackIdSel > 0; grView.Visible = !divSelected.Visible; // imposto css titolo... - string titleClass = "row font-weight-bold"; + string titleClass = "row textCondens"; if (divSelected.Visible) { titleClass += " table-info"; diff --git a/NKC_WF/WebUserControls/cmp_taktList.ascx b/NKC_WF/WebUserControls/cmp_taktList.ascx index 5a5d685..e61ad51 100644 --- a/NKC_WF/WebUserControls/cmp_taktList.ascx +++ b/NKC_WF/WebUserControls/cmp_taktList.ascx @@ -4,10 +4,10 @@
-
+
BATCH List
-
+
diff --git a/NKC_WF/WebUserControls/cmp_taktList.ascx.cs b/NKC_WF/WebUserControls/cmp_taktList.ascx.cs index d731cdb..9c3a847 100644 --- a/NKC_WF/WebUserControls/cmp_taktList.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_taktList.ascx.cs @@ -23,7 +23,7 @@ namespace NKC_WF.WebUserControls divSelected.Visible = BatchIdSel > 0; grView.Visible = !divSelected.Visible; // imposto css titolo... - string titleClass = "row font-weight-bold"; + string titleClass = "row textCondens"; if (divSelected.Visible) { titleClass += " table-primary"; diff --git a/NKC_WF/site/StackManager.aspx b/NKC_WF/site/StackManager.aspx index 358bad5..4e40245 100644 --- a/NKC_WF/site/StackManager.aspx +++ b/NKC_WF/site/StackManager.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContent.Master" AutoEventWireup="true" CodeBehind="StackManager.aspx.cs" Inherits="NKC_WF.StackManager" %> +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="StackManager.aspx.cs" Inherits="NKC_WF.StackManager" %> <%@ Register Src="~/WebUserControls/cmp_taktList.ascx" TagPrefix="uc1" TagName="cmp_taktList" %> <%@ Register Src="~/WebUserControls/cmp_stackList.ascx" TagPrefix="uc1" TagName="cmp_stackList" %>