@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user