8
CUST/CEVA/CEVA.css
Normal file
8
CUST/CEVA/CEVA.css
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* $Revision$
|
||||
* $Id$
|
||||
*/
|
||||
#headerblok
|
||||
{
|
||||
background-position: 60px 1px;
|
||||
}
|
||||
BIN
CUST/CEVA/banner.png
Normal file
BIN
CUST/CEVA/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
BIN
CUST/CEVA/oracle.udl
Normal file
BIN
CUST/CEVA/oracle.udl
Normal file
Binary file not shown.
4
CUST/CEVA/tasks/gen_notify.bat
Normal file
4
CUST/CEVA/tasks/gen_notify.bat
Normal 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 CEVA
|
||||
4
CUST/CEVA/tasks/gen_scheduler.bat
Normal file
4
CUST/CEVA/tasks/gen_scheduler.bat
Normal 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
|
||||
1
CUST/CEVA/tasks/putOrders.bat
Normal file
1
CUST/CEVA/tasks/putOrders.bat
Normal file
@@ -0,0 +1 @@
|
||||
call ..\..\..\utils\putOrders\putOrders.bat %*
|
||||
BIN
CUST/CEVA/tmpl_logo.gif
Normal file
BIN
CUST/CEVA/tmpl_logo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
10
CUST/CEVA/xsl/CEVA.xsl
Normal file
10
CUST/CEVA/xsl/CEVA.xsl
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxml="urn:schemas-microsoft-com:xslt">
|
||||
<xsl:import href="../../../appl/shared/default.xsl"/>
|
||||
<xsl:variable name="Rev">
|
||||
<!-- Revision van deze cust.xsl -->
|
||||
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="Xsrtnotificatiecode">MLDNEW</xsl:variable>
|
||||
</xsl:stylesheet>
|
||||
Reference in New Issue
Block a user