DJIN#41120 -- CUST folder DVON

svn path=/Website/branches/v2017.2/; revision=36299
This commit is contained in:
Robin Stoker
2017-12-08 11:59:46 +00:00
parent e134b43324
commit d669dc070c
13 changed files with 1263 additions and 0 deletions

7
CUST/DVON/DVON.css Normal file
View File

@@ -0,0 +1,7 @@
/*
* $Revision$
* $Modtime: 02-05-14 16:00 $
*/
#headerblok {
background-position: center;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
CUST/DVON/banner-dvo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
CUST/DVON/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
CUST/DVON/banner2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

68
CUST/DVON/custenv.wsc Normal file
View File

@@ -0,0 +1,68 @@
<?xml version="1.0"?>
<component>
<?component error="true" debug="true"?>
<registration
description="custenv"
progid="custenv.wsc"
version="1.00"
classid="{4F51571C-1DFC-4769-B8DD-37B356378F12}"
>
</registration>
<public>
<!-- properties -->
<property name="Overrule">
<put/>
</property>
<!-- methods -->
<method name="custenv">
</method>
</public>
<script language="javascript">
<![CDATA[
/* properties */
function put_Overrule(newValue) {Overrule = newValue};
/* methods */
/*
$Revision$
$Id$
File: custenv.wsc
*/
/* Dit is de enige functie die je mag gebruiken */
var Overrule;
// ** HIERVOOR NIETS VERANDEREN **
custenv = function ()
{
// LET OP: Overrules hebben alleen effect in ASP-code, niet in de database
Overrule.LCL("lcl_facilitor_header_prefix", "Acceptatie omgeving 2");
Overrule.SET("puo_flags", 255);
Overrule.SET("puo_fclt_web_url", "http://xxxx.facilitor-test.nl/");
Overrule.SET("idp_internal_anyuser", 1);
Overrule.LCL("lcl_otp_issuer", "FACILITOR@TEST");
// Alles via hMail
//Overrule.SET("puo_sendusing", 2);
//Overrule.SET("puo_smtpserver", 'localhost');
Overrule.SET("puo_forcemailaddress", "Robin Stoker <r.stoker@facilitor.nl>");
Overrule.SET("puo_forcefromaddress", "Robin Stoker <r.stoker@facilitor.nl>");
Overrule.SET("puo_forceorderaddress", "mailto:Robin Stoker <r.stoker@facilitor.nl>");
Overrule.SET("puo_forcemobile", "31625242116");
return true;
}
]]>
</script>
</component>

BIN
CUST/DVON/oracle.udl Normal file

Binary file not shown.

View File

@@ -0,0 +1,4 @@
@echo off
REM Moet gescheduled worden (normaliter 1 keer per uur) om door de applicatiebeheerder
REM ingeregelde notificaties te genereren.
cscript ..\..\..\utils\gen_notify\gen_notify.js ../oracle.udl DVON

View File

@@ -0,0 +1,4 @@
@echo off
REM Moet gescheduled worden (normaliter 1 keer per dag) om door de applicatiebeheerder
REM ingeregelde jobs (aanmaak van periodieke opdrachten) uit te voeren.
cscript ..\..\..\utils\gen_scheduler\gen_scheduler.js ../oracle.udl

View File

@@ -0,0 +1 @@
call ..\..\..\utils\putOrders\putOrders.bat

BIN
CUST/DVON/tmpl_logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

1174
CUST/DVON/xsl/DVON.xsl Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!--Dit bestand moet de URL naar de root van Facilitor bevatten en is afhankelijk van de OTAP-omgeving.-->
<xsl:variable name="FacilitorRoot">https://dvon.facilitor-test.nl</xsl:variable>
</xsl:stylesheet>