| 24 |
<xsl:param name="hasoldstable-security" select="''"/> |
<xsl:param name="hasoldstable-security" select="''"/> |
| 25 |
<xsl:param name="hasstable-security" select="''"/> |
<xsl:param name="hasstable-security" select="''"/> |
| 26 |
<xsl:param name="hastesting-security" select="''"/> |
<xsl:param name="hastesting-security" select="''"/> |
| 27 |
|
<xsl:param name="hassecure-testing" select="''"/> |
| 28 |
|
<xsl:param name="hasvolatile" select="''"/> |
| 29 |
<xsl:param name="hasnews" select="''"/> |
<xsl:param name="hasnews" select="''"/> |
| 30 |
<xsl:param name="hasexcuse" select="''"/> |
<xsl:param name="hasexcuse" select="''"/> |
| 31 |
|
|
| 458 |
</td> |
</td> |
| 459 |
</tr> |
</tr> |
| 460 |
</xsl:if> |
</xsl:if> |
| 461 |
|
|
| 462 |
|
<!-- secure-testing --> |
| 463 |
|
<xsl:if test="$hassecure-testing"> |
| 464 |
|
<tr class="normalrow"> |
| 465 |
|
<td class="labelcell">Secure testing</td> |
| 466 |
|
<td class="contentcell"> |
| 467 |
|
<xsl:value-of select="document(concat('../base/', $dir, '/secure-testing.xml'))/source/version"/> |
| 468 |
|
</td> |
| 469 |
|
</tr> |
| 470 |
|
</xsl:if> |
| 471 |
|
|
| 472 |
|
<!-- volatile --> |
| 473 |
|
<xsl:if test="$hasvolatile"> |
| 474 |
|
<tr class="normalrow"> |
| 475 |
|
<td class="labelcell">Volatile</td> |
| 476 |
|
<td class="contentcell"> |
| 477 |
|
<xsl:value-of select="document(concat('../base/', $dir, '/volatile.xml'))/source/version"/> |
| 478 |
|
</td> |
| 479 |
|
</tr> |
| 480 |
|
</xsl:if> |
| 481 |
|
|
| 482 |
<!-- Patches list [FG] --> |
<!-- Patches list [FG] --> |
| 483 |
<xsl:if test="$other/@patches='yes'"> |
<xsl:if test="$other/@patches='yes'"> |