| 425 |
</tr> |
</tr> |
| 426 |
</xsl:if> |
</xsl:if> |
| 427 |
|
|
| 428 |
<!-- unstablej --> |
<!-- unstable --> |
| 429 |
<xsl:if test="$hasunstable"> |
<xsl:if test="$hasunstable"> |
| 430 |
<tr class="normalrow"> |
<tr class="normalrow"> |
| 431 |
<td class="labelcell">Unstable</td> |
<td class="labelcell">Unstable</td> |
| 445 |
</tr> |
</tr> |
| 446 |
</xsl:if> |
</xsl:if> |
| 447 |
|
|
| 448 |
|
<!-- Patches list [FG] --> |
| 449 |
|
<xsl:if test="$other/@patches='yes'"> |
| 450 |
|
<tr class="titlerow"> |
| 451 |
|
<td class="titlecell" colspan="2"> |
| 452 |
|
Patches |
| 453 |
|
</td></tr> |
| 454 |
|
<tr> |
| 455 |
|
<td class="contentcell" colspan="2" style="text-align: left"> |
| 456 |
|
<xsl:for-each select="$other/patches/item"> |
| 457 |
|
<li> |
| 458 |
|
<a href="{$other/patches/item/@url}">Patch from <xsl:value-of select="$other/patches/item/@distro"/> for version <xsl:value-of select="$other/patches/item/@version"/></a> |
| 459 |
|
</li> |
| 460 |
|
</xsl:for-each> |
| 461 |
|
<xsl:if test="$other/bugs/@patch!='0'"> |
| 462 |
|
<li> |
| 463 |
|
<a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=src&data={$package}&include=patch&exclude=pending">Patches from BTS (<xsl:value-of select="$other/bugs/@patch"/>)</a> |
| 464 |
|
</li> |
| 465 |
|
</xsl:if> |
| 466 |
|
</td> |
| 467 |
|
</tr> |
| 468 |
|
</xsl:if> |
| 469 |
|
|
| 470 |
|
|
| 471 |
<tr class="titlerow"> |
<tr class="titlerow"> |
| 472 |
<td class="titlecell" colspan="2"> |
<td class="titlecell" colspan="2"> |
| 473 |
Other links |
Other links |