| 465 |
</td></tr> |
</td></tr> |
| 466 |
<tr> |
<tr> |
| 467 |
<td class="contentcell" colspan="2" style="text-align: left"> |
<td class="contentcell" colspan="2" style="text-align: left"> |
| 468 |
|
<ul> |
| 469 |
<xsl:for-each select="$other/patches/item"> |
<xsl:for-each select="$other/patches/item"> |
| 470 |
<li> |
<li> |
| 471 |
<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> |
<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> |
| 476 |
<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> |
<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> |
| 477 |
</li> |
</li> |
| 478 |
</xsl:if> |
</xsl:if> |
| 479 |
|
</ul> |
| 480 |
</td> |
</td> |
| 481 |
</tr> |
</tr> |
| 482 |
</xsl:if> |
</xsl:if> |
| 853 |
</td></tr> |
</td></tr> |
| 854 |
<tr class="normalrow"> |
<tr class="normalrow"> |
| 855 |
<td class="contentcell2" style="text-align: left"> |
<td class="contentcell2" style="text-align: left"> |
| 856 |
|
<ul> |
| 857 |
<xsl:for-each select="document(concat('../base/', $dir, '/excuse.xml'))/excuse/item"> |
<xsl:for-each select="document(concat('../base/', $dir, '/excuse.xml'))/excuse/item"> |
| 858 |
<xsl:call-template name="outputitem"/> |
<xsl:call-template name="outputitem"/> |
| 859 |
</xsl:for-each> |
</xsl:for-each> |
| 860 |
|
</ul> |
| 861 |
</td> |
</td> |
| 862 |
</tr> |
</tr> |
| 863 |
</xsl:if> |
</xsl:if> |
| 876 |
Static Information |
Static Information |
| 877 |
</td></tr> |
</td></tr> |
| 878 |
<tr class="normalrow"> |
<tr class="normalrow"> |
| 879 |
<td class="contentcell2"><xsl:copy-of select="$static"/></td> |
<td class="contentcell2"> |
| 880 |
|
<ul><xsl:copy-of select="$static"/></ul> |
| 881 |
|
</td> |
| 882 |
</tr> |
</tr> |
| 883 |
</xsl:if> |
</xsl:if> |
| 884 |
|
|
| 895 |
Latest News |
Latest News |
| 896 |
</td></tr> |
</td></tr> |
| 897 |
<tr class="normalrow"> |
<tr class="normalrow"> |
| 898 |
<td class="contentcell2"><xsl:copy-of select="$news"/></td> |
<td class="contentcell2"> |
| 899 |
|
<ul><xsl:copy-of select="$news"/></ul> |
| 900 |
|
</td> |
| 901 |
</tr> |
</tr> |
| 902 |
</xsl:if> |
</xsl:if> |
| 903 |
|
|