| 19 |
<xsl:param name="hastesting" select="''"/> |
<xsl:param name="hastesting" select="''"/> |
| 20 |
<xsl:param name="hasunstable" select="''"/> |
<xsl:param name="hasunstable" select="''"/> |
| 21 |
<xsl:param name="hasexperimental" select="''"/> |
<xsl:param name="hasexperimental" select="''"/> |
| 22 |
|
<xsl:param name="hasmentors" select="''"/> |
| 23 |
<xsl:param name="hasother" select="''"/> |
<xsl:param name="hasother" select="''"/> |
| 24 |
<xsl:param name="hass-p-u" select="''"/> |
<xsl:param name="hass-p-u" select="''"/> |
| 25 |
<xsl:param name="hast-p-u" select="''"/> |
<xsl:param name="hast-p-u" select="''"/> |
| 923 |
<xsl:if test="$errors + $warnings > 1">them</xsl:if>. |
<xsl:if test="$errors + $warnings > 1">them</xsl:if>. |
| 924 |
</li> |
</li> |
| 925 |
</xsl:if> |
</xsl:if> |
| 926 |
|
<xsl:if test="$hasmentors"> <!-- todo item about sponsoring mentors.d.n. uploads --> |
| 927 |
|
<xsl:variable name="mentors_version" |
| 928 |
|
select="document(concat('../base/', $dir, '/mentors.xml'))/source/version" /> |
| 929 |
|
<li> |
| 930 |
|
<a href="http://mentors.debian.net"><tt>mentors.debian.net</tt></a> has |
| 931 |
|
<a href="http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package={$package}">version |
| 932 |
|
<xsl:value-of select="$mentors_version" /></a> of this package, you |
| 933 |
|
should consider sponsoring its upload. |
| 934 |
|
</li> |
| 935 |
|
</xsl:if> |
| 936 |
<xsl:if test="not(uploaders)and(priority='standard' or priority='required' or priority='important')"> |
<xsl:if test="not(uploaders)and(priority='standard' or priority='required' or priority='important')"> |
| 937 |
<li>The package is of priority standard or higher, you should really find some co-maintainers.</li> |
<li>The package is of priority standard or higher, you should really find some co-maintainers.</li> |
| 938 |
</xsl:if> |
</xsl:if> |