|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.7 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 19 KiB |
BIN
CUST/AABT/tmpl_logo_sm.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
@@ -4,7 +4,7 @@
|
|||||||
<xsl:import href="../../aaxx/xsl/default.xsl"/>
|
<xsl:import href="../../aaxx/xsl/default.xsl"/>
|
||||||
<xsl:variable name="Rev">
|
<xsl:variable name="Rev">
|
||||||
<!-- Revision van deze cust.xsl -->
|
<!-- 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:variable>
|
||||||
|
|
||||||
<xsl:template name="pageheader">
|
<xsl:template name="pageheader">
|
||||||
@@ -13,11 +13,11 @@
|
|||||||
<td width="34%" bordercolor="#FFFFFF" align="center">
|
<td width="34%" bordercolor="#FFFFFF" align="center">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="$mode='email'">
|
<xsl:when test="$mode='email'">
|
||||||
<img src="cid:tmpl_logo.jpg"/>
|
<img src="cid:tmpl_logo.gif"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:element name="img">
|
<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:element>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
@@ -149,11 +149,11 @@
|
|||||||
<td width="50%" bordercolor="#FFFFFF" align="center">
|
<td width="50%" bordercolor="#FFFFFF" align="center">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="$mode='email'">
|
<xsl:when test="$mode='email'">
|
||||||
<img src="cid:tmpl_logo.jpg"/>
|
<img src="cid:tmpl_logo.gif"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:element name="img">
|
<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:element>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 3.2 KiB |
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* $Revision: 3 $
|
* $Revision: 4 $
|
||||||
* $Modtime: 4-11-11 14:01 $
|
* $Modtime: 20-01-12 11:42 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.summaryincomplete {
|
.summaryincomplete {
|
||||||
@@ -64,4 +64,26 @@ input[type=checkbox], input[type=radio]{
|
|||||||
width: 40px;
|
width: 40px;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
padding-right:2px;
|
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
|
After Width: | Height: | Size: 289 B |