svn path=/Mareon/trunk/; revision=23913

This commit is contained in:
Marcel Bourseau
2015-01-21 12:40:13 +00:00
parent 0ad7ed7c38
commit 711fa0f5d5
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"headerimage": "../appl/mar/images/mareon.jpg",
"headerbackgroundcolor": "#ffffff",
"headercolor": "#000",
"mywelcomebackgroundcolor": "#6685ae",
"frameheaderbackgroundcolor": "#6685ae",
"blockheaderbackgroundcolor": "#EEB066",
"buttonbackgroundcolor": "#6685ae",
"menukophovercolor": "#EEB066",
"menuitemhovercolor": "#EEB066",
"profmenucolor": "#6685ae",
"mgtmenucolor": "#6685ae"
}

View File

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

BIN
_cust/tmpl_logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

11
_cust/xsl/cust.xsl Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="../../../appl/shared/default.xsl"/>
<xsl:import href="../../../appl/mar/xsl/mareon.xsl"/>
<xsl:variable name="Rev">
<!-- Revision van deze cust.xsl -->
<xsl:value-of select="substring(translate('$Revision: 6149 $', '$ ', ''), 10)"/>
</xsl:variable>
</xsl:stylesheet>