| 127 |
<xsl:text>true</xsl:text> |
<xsl:text>true</xsl:text> |
| 128 |
</xsl:if> |
</xsl:if> |
| 129 |
</xsl:variable> |
</xsl:variable> |
| 130 |
|
<xsl:variable name="lownmu"> |
| 131 |
|
<xsl:if test="maintainer/low-threshold-nmu |
| 132 |
|
and string(maintainer/low-threshold-nmu)='yes'"> |
| 133 |
|
<xsl:text>true</xsl:text> |
| 134 |
|
</xsl:if> |
| 135 |
|
</xsl:variable> |
| 136 |
|
|
| 137 |
<xsl:if test="string($dm)!=''"> <!-- or string($foo)!='' or ... --> |
<xsl:if test="string($dm)!='' or string($lownmu)!=''"> |
| 138 |
<tr> |
<tr> |
| 139 |
<td class="labelcell"> |
<td class="labelcell"> |
| 140 |
<xsl:text>Maintenance info</xsl:text> |
<xsl:text>Maintenance info</xsl:text> |
| 147 |
</span> |
</span> |
| 148 |
</xsl:if> |
</xsl:if> |
| 149 |
|
|
| 150 |
<!-- <xsl:if test="string($foo)!=''"> ... </xsl:if> --> |
<xsl:if test="string($lownmu)!=''"> |
| 151 |
|
<span class="lownmu-tag"> |
| 152 |
|
<a href="http://wiki.debian.org/LowThresholdNmu"><acronym |
| 153 |
|
title="maintainer agrees with Low Threshold NMU, see wiki page |
| 154 |
|
for details">LowNMU</acronym></a> |
| 155 |
|
</span> |
| 156 |
|
</xsl:if> |
| 157 |
</td> |
</td> |
| 158 |
</tr> |
</tr> |
| 159 |
</xsl:if> |
</xsl:if> |