svn path=/Website/branches/v2017.2/; revision=36225
This commit is contained in:
Ruud Lipper
2017-12-06 07:58:52 +00:00
parent a731c8e5fb
commit 85bf0b9f28
11 changed files with 896 additions and 23 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -7,9 +7,9 @@
#headerblok
{
background: url(AAFM.gif) no-repeat;
background: url(AAFM.png) no-repeat;
background-color: #FFFFFF;
background-position: 0px 0px;
background-position: 20px 0px;
}
@@ -44,7 +44,7 @@ div.xjqplot-target {
color: #ffffff;
}
#srch {
#srch {
color: #4f1e4c;
}
@@ -62,7 +62,7 @@ color: #4f1e4c;
#navigationCell tr.closedFG:hover {
color: #4f1e4c;
}
}
.flexlabel {
background: #DBDBDB;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 490 B

BIN
CUST/AAIT/tmpl_logo_sm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -379,7 +379,7 @@ function startAutoRefreshTim() {
<body onLoad="startAutoRefreshTim();parent.Activate();">
<table width="100%">
<tr>
<td class="header" width="100%">AAFM- Room Booking <xsl:value-of select="$gebouw"/></td>
<td class="header" width="100%">HEYDAY- Room Booking <xsl:value-of select="$gebouw"/></td>
<td>
<xsl:element name="img">
<xsl:attribute name="src">../../cust/<xsl:value-of select="//header/custId"/>/tmpl_logo.gif</xsl:attribute>
@@ -726,7 +726,7 @@ function startAutoRefreshTim() {
<xsl:attribute name="src">../../cust/<xsl:value-of select="//header/custId"/>/tmpl_logo.gif</xsl:attribute>
</xsl:element>
</td>
<td class="header">AAFM IT Inkoop Factuur</td>
<td class="header">HEYDAY IT Inkoop Factuur</td>
</tr>
<tr>
<td class="content">

View File

@@ -4,10 +4,10 @@
<xsl:variable name="logo_file">../../cust/aaxx/aafm_banner.gif</xsl:variable>
<xsl:template name="customer">AAFM </xsl:template>
<xsl:template name="customer_code">AAFM IT</xsl:template>
<xsl:template name="customer_email">servicepoint-luchthavenweg@aa-fm.com</xsl:template>
<xsl:template name="invoice_email">Crediteurenadm.Staf-Finance@aa-fm.com</xsl:template>
<xsl:template name="customer">HEYDAY </xsl:template>
<xsl:template name="customer_code">HEYDAY IT</xsl:template>
<xsl:template name="customer_email">servicepoint-luchthavenweg@heydayfm.nl</xsl:template>
<xsl:template name="invoice_email">Crediteurenadm.Staf-Finance@heydayfm.nl</xsl:template>
<xsl:template name="servicedesk_telefoon">+31 (0) 40 2332800</xsl:template>
<xsl:template name="opdracht_qr_bookmark"></xsl:template>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="./cust.xsl"/>
<xsl:import href="./aait.xsl"/>
<xsl:import href="../../aaxx/xsl/opdracht.xsl"/>
<xsl:import href="./cust_settings.xsl"/>
<xsl:variable name="Rev">
@@ -8,4 +8,8 @@
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
</xsl:variable>
<xsl:template match="opdracht" mode="full">
<xsl:apply-templates select="." mode="default_opdracht"/>
</xsl:template>
</xsl:stylesheet>