MARX#38072 betere layout van opdrachtbon
svn path=/Website/trunk/; revision=31265
This commit is contained in:
@@ -149,6 +149,8 @@
|
||||
|
||||
table {
|
||||
border: 0;
|
||||
border-collapse: collapse;
|
||||
padding:2px;
|
||||
}
|
||||
|
||||
table.details {
|
||||
@@ -272,6 +274,12 @@
|
||||
display:block;
|
||||
}
|
||||
.mldbeh {color: #666;}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #6685AE;
|
||||
}
|
||||
a:hover{text-decoration: underline;}
|
||||
hr {color: #6685AE;}
|
||||
</style>
|
||||
</xsl:template>
|
||||
|
||||
@@ -313,11 +321,8 @@
|
||||
<xsl:template name="pagefooter">
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td height="10px"/>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" valign="top" class="tiny">
|
||||
<b>FACILITOR</b> <xsl:value-of select="//header/version"/>.<xsl:value-of select="$DefRev"/>.<xsl:value-of select="$Rev"/></td>
|
||||
<td align="right" valign="top" class="tiny" style="color:#aaa">
|
||||
<b>FACILITOR</b> <xsl:value-of select="//header/custId"/><xsl:comment><xsl:value-of select="//header/version"/>.<xsl:value-of select="$DefRev"/>.<xsl:value-of select="$Rev"/></xsl:comment></td>
|
||||
</tr>
|
||||
</table>
|
||||
</xsl:template>
|
||||
@@ -1313,7 +1318,7 @@ END:VCALENDAR
|
||||
<tr>
|
||||
<td align="right" valign="top" style="padding-top:10px;">
|
||||
<b><xsl:value-of select="//lcl/FAC/bericht"/>:</b>
|
||||
</td>
|
||||
</td>
|
||||
<td colspan="3" style="padding-top:10px;">
|
||||
<xsl:call-template name="linebreaks">
|
||||
<xsl:with-param name="string" select="notes/note[key=$mx_key]/omschrijving"/>
|
||||
@@ -1324,8 +1329,8 @@ END:VCALENDAR
|
||||
<td colspan="4" style="padding-bottom:20px;">
|
||||
<hr/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<tr>
|
||||
<td align="right" width="16%">
|
||||
<b><xsl:value-of select="//lcl/FAC/aanvrager"/>:</b>
|
||||
@@ -1572,7 +1577,7 @@ END:VCALENDAR
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
</xsl:if>
|
||||
<xsl:if test="opmerking!=''">
|
||||
<tr>
|
||||
<td align="right" valign="top">
|
||||
@@ -1584,7 +1589,7 @@ END:VCALENDAR
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:if>
|
||||
</table>
|
||||
</xsl:template>
|
||||
|
||||
@@ -1657,7 +1662,7 @@ END:VCALENDAR
|
||||
<tr>
|
||||
<td align="right" valign="top" style="padding-top:15px;padding-bottom:10px;">
|
||||
<b><xsl:value-of select="//lcl/FAC/bericht"/>:</b>
|
||||
</td>
|
||||
</td>
|
||||
<td colspan="5" style="padding-top:15px;padding-bottom:10px;">
|
||||
<xsl:call-template name="linebreaks">
|
||||
<xsl:with-param name="string" select="notes/note[key=$ox_key]/omschrijving"/>
|
||||
@@ -1668,8 +1673,8 @@ END:VCALENDAR
|
||||
<td colspan="6" style="padding-bottom:15px;">
|
||||
<hr/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<tr>
|
||||
<td width="16%"/>
|
||||
<td width="17%"/>
|
||||
|
||||
Reference in New Issue
Block a user