svn path=/Website/trunk/; revision=5422
This commit is contained in:
Arthur Egberink
2012-01-20 10:32:54 +00:00
parent b9c1dc29e1
commit d27ae3f705
9 changed files with 30 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 19 KiB

BIN
CUST/AABT/tmpl_logo_sm.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -4,7 +4,7 @@
<xsl:import href="../../aaxx/xsl/default.xsl"/>
<xsl:variable name="Rev">
<!-- Revision van deze cust.xsl -->
<xsl:value-of select="substring(translate('$Revision: 29 $', '$ ', ''), 10)"/>
<xsl:value-of select="substring(translate('$Revision: 30 $', '$ ', ''), 10)"/>
</xsl:variable>
<xsl:template name="pageheader">
@@ -13,11 +13,11 @@
<td width="34%" bordercolor="#FFFFFF" align="center">
<xsl:choose>
<xsl:when test="$mode='email'">
<img src="cid:tmpl_logo.jpg"/>
<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.jpg</xsl:attribute>
<xsl:attribute name="src">../../cust/<xsl:value-of select="//header/custId"/>/tmpl_logo.gif</xsl:attribute>
</xsl:element>
</xsl:otherwise>
</xsl:choose>
@@ -149,11 +149,11 @@
<td width="50%" bordercolor="#FFFFFF" align="center">
<xsl:choose>
<xsl:when test="$mode='email'">
<img src="cid:tmpl_logo.jpg"/>
<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.jpg</xsl:attribute>
<xsl:attribute name="src">../../cust/<xsl:value-of select="//header/custId"/>/tmpl_logo.gif</xsl:attribute>
</xsl:element>
</xsl:otherwise>
</xsl:choose>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -1,6 +1,6 @@
/*
* $Revision: 3 $
* $Modtime: 4-11-11 14:01 $
* $Revision: 4 $
* $Modtime: 20-01-12 11:42 $
*/
.summaryincomplete {
@@ -64,4 +64,26 @@ input[type=checkbox], input[type=radio]{
width: 40px;
text-align:right;
padding-right:2px;
}
}
/* menu */
div#PersFAC ul li span.menukop {
color: #4f1e4c;
background-image: url("../aaxx/spot.jpg");
}
/* menu */
div#ProfFAC ul li span.menukop {
color: #4f1e4c;
background-image: url("../aaxx/spot.jpg");
}
div.fcltframeheader {
color: #4f1e4c;
background-images: none;
}
#iframerextratitle {
color: #4f1e4c;
}

BIN
CUST/AAXX/spot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B