svn path=/Website/branches/v2019.1/; revision=43677
This commit is contained in:
Daan Brandt
2019-08-08 09:54:02 +00:00
parent 608ee0eebb
commit acff3c5780

View File

@@ -158,11 +158,17 @@
}
.th_daan{
border: 1px solid black;
background-color:#c3d95b !important;
color:black;
font-weight:bold;
font-size:10pt
}
.td_daan{
border: 1px solid black;
padding:3px;
}
a:hover{text-decoration: underline;}
hr {color: #6685AE;}
@@ -190,14 +196,14 @@
</xsl:for-each>
</xsl:variable>
<xsl:call-template name="pageheader"/>
<xsl:call-template name="pageheader"/>
Releasenotes Facilitor versie <xsl:value-of select="rapport_data/data_row/PLANNING" />
<body>
<table class="table_daan DefResultsetTable" width="100%" cellpadding="2" cellspacing="0" border="1">
<thead>
<table class="table_daan DefResultsetTable" width="100%" cellpadding="1" cellspacing="0" border="1">
<thead class="thead_daan">
<tr>
<th class="th_daan" style="width:10%;text-align: center;">Note number</th>
<th class="th_daan" style="width:10%;text-align: center;">Referentie</th>
<th class="th_daan" style="width:80%;text-align: center;">Note</th>
</tr>
</thead>
@@ -231,7 +237,8 @@
<xsl:value-of select="MLD_MELDING_KEY"/>
</td>
<td class="td_daan" style="width:80%;text-align: left;">
<xsl:value-of select="NOTE"/>
<xsl:call-template name="linebreaks"><xsl:with-param name="string" select="NOTE"/></xsl:call-template>
</td>
</tr>
</xsl:if>