BIN
CUST/VENT/banner.png
Normal file
BIN
CUST/VENT/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
7
CUST/VENT/cust.css
Normal file
7
CUST/VENT/cust.css
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* $Revision$
|
||||
* $Modtime: 02-05-14 16:00 $
|
||||
*/
|
||||
#headerblok {
|
||||
background-position: center;
|
||||
}
|
||||
BIN
CUST/VENT/oracle.udl
Normal file
BIN
CUST/VENT/oracle.udl
Normal file
Binary file not shown.
4
CUST/VENT/tasks/gen_notify.bat
Normal file
4
CUST/VENT/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 VENT
|
||||
4
CUST/VENT/tasks/gen_scheduler.bat
Normal file
4
CUST/VENT/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/VENT/tasks/putOrders.bat
Normal file
1
CUST/VENT/tasks/putOrders.bat
Normal file
@@ -0,0 +1 @@
|
||||
call ..\..\..\utils\putOrders\putOrders.bat
|
||||
BIN
CUST/VENT/tmpl_logo.gif
Normal file
BIN
CUST/VENT/tmpl_logo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
31
CUST/VENT/xsl/cust.xsl
Normal file
31
CUST/VENT/xsl/cust.xsl
Normal file
@@ -0,0 +1,31 @@
|
||||
<?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:template name="pageheader">
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td width="33%" style="text-align:left;">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$mode='email'">
|
||||
<img src="cid:tmpl_logo.gif"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:element name="img">
|
||||
<xsl:attribute name="src">../../cust/<xsl:value-of select="//header/custId"/>/tmpl_logo.gif</xsl:attribute>
|
||||
</xsl:element>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</td>
|
||||
<td width="34%"/>
|
||||
<td/>
|
||||
</tr>
|
||||
</table>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
Reference in New Issue
Block a user