svn path=/Mareon/trunk/; revision=23913
This commit is contained in:
13
_cust/_css/setting-csstemplate.txt
Normal file
13
_cust/_css/setting-csstemplate.txt
Normal 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"
|
||||
}
|
||||
1
_cust/tasks/putOrders.bat
Normal file
1
_cust/tasks/putOrders.bat
Normal file
@@ -0,0 +1 @@
|
||||
call ..\..\..\utils\putOrders\putOrders.bat
|
||||
BIN
_cust/tmpl_logo.gif
Normal file
BIN
_cust/tmpl_logo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
11
_cust/xsl/cust.xsl
Normal file
11
_cust/xsl/cust.xsl
Normal 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>
|
||||
Reference in New Issue
Block a user