AAFM#51309 naamswijziging
svn path=/Website/branches/v2017.2/; revision=36225
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -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;
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 490 B |
BIN
CUST/AAIT/tmpl_logo_sm.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||