From 72bd4e360154be145eadbd1c54ea723f58dc1520 Mon Sep 17 00:00:00 2001 From: Alex Tiehuis Date: Mon, 25 Mar 2019 12:58:13 +0000 Subject: [PATCH] FCLT#57074 In ASP-code ook FACILITOR-->Facilitor svn path=/Website/branches/v2019.1/; revision=41773 --- APPL/API/shorturl.asp | 2 +- APPL/API2/TESTER/api2_tester.asp | 2 +- APPL/API2/TESTER/api2_tester.html | 2 +- APPL/API2/model_doc.xsl | 6 +++--- APPL/API2/model_swagger.inc | 4 ++-- APPL/API2/reference.xsl | 4 ++-- APPL/CAD/3Dize.asp | 2 +- APPL/FAC/fac_admtracking_list.asp | 2 +- APPL/FAC/fac_edit_template_save.asp | 2 +- APPL/FAC/fac_verify.inc | 18 ++++++++-------- APPL/FAC/fac_verify_client.asp | 4 ++-- APPL/FAC/fac_verify_data.asp | 2 +- APPL/FAC/fac_verify_sha.asp | 2 +- APPL/FAC/facilitor.inc | 2 +- APPL/QVW/qv_ticket.inc | 4 ++-- APPL/Shared/500_error.asp | 4 ++-- APPL/Shared/Shared.inc | 2 +- APPL/Shared/default.xsl | 32 ++++++++++++++--------------- APPL/Shared/logger.inc | 2 +- 19 files changed, 49 insertions(+), 49 deletions(-) diff --git a/APPL/API/shorturl.asp b/APPL/API/shorturl.asp index 03c82ae25e..89bad93255 100644 --- a/APPL/API/shorturl.asp +++ b/APPL/API/shorturl.asp @@ -233,7 +233,7 @@ __Log("== Entering shorturl.asp =="); { %> - FACILITOR + Facilitor diff --git a/APPL/API2/TESTER/api2_tester.asp b/APPL/API2/TESTER/api2_tester.asp index af64c54855..9902309a5e 100644 --- a/APPL/API2/TESTER/api2_tester.asp +++ b/APPL/API2/TESTER/api2_tester.asp @@ -39,7 +39,7 @@ var fac_id = Request.QueryString("fac_id").Count > 0&&String(Request.QueryString
- +
FACILITOR API2 tester - FOR INTERNAL USE ONLY [ API reference ]Facilitor API2 tester - FOR INTERNAL USE ONLY [ API reference ]
json xml diff --git a/APPL/API2/TESTER/api2_tester.html b/APPL/API2/TESTER/api2_tester.html index bdad821dd6..b6a57f148b 100644 --- a/APPL/API2/TESTER/api2_tester.html +++ b/APPL/API2/TESTER/api2_tester.html @@ -25,7 +25,7 @@ - +
FACILITOR API2 TesterFacilitor API2 Tester
json xml diff --git a/APPL/API2/model_doc.xsl b/APPL/API2/model_doc.xsl index 9f5a2322d3..13177c6e9b 100644 --- a/APPL/API2/model_doc.xsl +++ b/APPL/API2/model_doc.xsl @@ -7,10 +7,10 @@ - FACILITOR® API reference + Facilitor® API reference -

FACILITOR® API reference

+

Facilitor® API reference

@@ -30,7 +30,7 @@ -

© Facilitor BV, the Netherlands. Use of the FACILITOR API is restricted by the FACILITOR-API regulations.

+

© Facilitor BV, the Netherlands. Use of the Facilitor API is restricted by the Facilitor-API regulations.

Technical support: +31 53 4800 710 or helpdesk@facilitor.nl

diff --git a/APPL/API2/model_swagger.inc b/APPL/API2/model_swagger.inc index fdee6579a9..679a373aa1 100644 --- a/APPL/API2/model_swagger.inc +++ b/APPL/API2/model_swagger.inc @@ -35,11 +35,11 @@ model_apis = var result = { "swagger": "2.0", "info":{ - "description":"This is a description of the FACILITOR API2." + "description":"This is a description of the Facilitor API2." + "
You are logged in as {0} ({1})".format(user.naam(), user.oslogin()) + "\n\nWarning: for POST/PUT/DELETE you must be logged off and specify an APIKEY in <Authorize>", "version": FCLTVersion, - "title":"FACILITOR", + "title":"Facilitor", "termsOfService":"http://swagger.io/terms/", "contact":{ "email":"info@facilitor.nl" diff --git a/APPL/API2/reference.xsl b/APPL/API2/reference.xsl index aab0ce3b2b..6fef94e18a 100644 --- a/APPL/API2/reference.xsl +++ b/APPL/API2/reference.xsl @@ -11,7 +11,7 @@
-

FACILITOR® API reference:

+

Facilitor® API reference:

@@ -105,7 +105,7 @@ -

© Facilitor BV, the Netherlands. Use of the FACILITOR API is restricted by the FACILITOR-API regulations.

+

© Facilitor BV, the Netherlands. Use of the Facilitor API is restricted by the Facilitor-API regulations.

diff --git a/APPL/CAD/3Dize.asp b/APPL/CAD/3Dize.asp index 4bd1d7f9d6..3efc99725f 100644 --- a/APPL/CAD/3Dize.asp +++ b/APPL/CAD/3Dize.asp @@ -67,7 +67,7 @@ <% FCLTHeader.Generate(); %> - FACILITOR perspective view + Facilitor perspective view diff --git a/APPL/FAC/fac_admtracking_list.asp b/APPL/FAC/fac_admtracking_list.asp index 7f7edbda0c..0305cb32a0 100644 --- a/APPL/FAC/fac_admtracking_list.asp +++ b/APPL/FAC/fac_admtracking_list.asp @@ -105,7 +105,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"] }) rst.addColumn(new Column( {caption: "OS user", content: fncolOS} )); rst.addColumn(new Column( {caption: "Setting", content: fncolSettingName} )); rst.addColumn(new Column( {caption: "New value", content: fncolSetting} )); - rst.addColumn(new Column( {caption: "FACILITOR user", content: fncolFCLT} )); + rst.addColumn(new Column( {caption: "Facilitor user", content: fncolFCLT} )); var cnt = rst.processResultset(); %> diff --git a/APPL/FAC/fac_edit_template_save.asp b/APPL/FAC/fac_edit_template_save.asp index 38f67d48b5..113ea0250c 100644 --- a/APPL/FAC/fac_edit_template_save.asp +++ b/APPL/FAC/fac_edit_template_save.asp @@ -199,7 +199,7 @@ if (previewmode == 2) var rst = new ResultsetTable({ sql: sql, keyColumn: "fac_functie_key", ID: "apitable", - title : "FACILITOR functies" + title : "Facilitor functies" }); rst.addColumn(new Column({caption: "Key", content: "fac_functie_key"})); diff --git a/APPL/FAC/fac_verify.inc b/APPL/FAC/fac_verify.inc index 5de7fc852a..0ae3704758 100644 --- a/APPL/FAC/fac_verify.inc +++ b/APPL/FAC/fac_verify.inc @@ -86,7 +86,7 @@ if (i1 < 0) font-size: smaller; } -FACILITOR installation verifier +Facilitor installation verifier "); this._file_handle.WriteLine("");