| 29 |
|
|
| 30 |
<!-- Those variables controls the todo and problem item concerning |
<!-- Those variables controls the todo and problem item concerning |
| 31 |
standards-version not being up to date --> |
standards-version not being up to date --> |
| 32 |
<xsl:variable name="lastsv" select="'3.5.8'"/> |
<xsl:variable name="lastsv" select="'3.5.9'"/> |
| 33 |
<xsl:variable name="lastmajorsv" select="'3.'"/> |
<xsl:variable name="lastmajorsv" select="'3.'"/> |
| 34 |
|
|
| 35 |
<!-- Named templates aka functions --> |
<!-- Named templates aka functions --> |
| 70 |
<html> |
<html> |
| 71 |
<head> |
<head> |
| 72 |
<meta name="ROBOTS" content="NOFOLLOW"/> |
<meta name="ROBOTS" content="NOFOLLOW"/> |
| 73 |
<link rel="stylesheet" href="../common/pts.css"/> |
<link title="Default" rel="stylesheet" href="../common/pts.css"/> |
| 74 |
|
<link title="Standard link rendering" rel="alternate stylesheet" href="../common/pts2.css"/> |
| 75 |
<title>Overview of <xsl:value-of select="$package"/> source package</title> |
<title>Overview of <xsl:value-of select="$package"/> source package</title> |
| 76 |
</head> |
</head> |
| 77 |
<body> |
<body> |
| 122 |
<td class="labelcell">Standards-Version</td> |
<td class="labelcell">Standards-Version</td> |
| 123 |
<td class="contentcell"><xsl:value-of select="standards-version"/></td> |
<td class="contentcell"><xsl:value-of select="standards-version"/></td> |
| 124 |
</tr> |
</tr> |
| 125 |
|
<xsl:if test="architecture!='any' and architecture!='all'"> |
| 126 |
|
<tr class="normalrow"> |
| 127 |
|
<td class="labelcell">Architecture</td> |
| 128 |
|
<td class="contentcell"><xsl:value-of select="architecture"/></td> |
| 129 |
|
</tr> |
| 130 |
|
</xsl:if> |
| 131 |
|
|
| 132 |
<tr class="titlerow"> |
<tr class="titlerow"> |
| 133 |
<td class="titlecell" colspan="2"> |
<td class="titlecell" colspan="2"> |