/[qa]/trunk/pts/www/xsl/pts.xsl
ViewVC logotype

Diff of /trunk/pts/www/xsl/pts.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1932 by zack, Fri Aug 8 14:24:22 2008 UTC revision 1933 by zack, Fri Aug 8 17:19:52 2008 UTC
# Line 19  Line 19 
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="''"/>
# Line 922  other-to-%xx, especially % to %25... For Line 923  other-to-%xx, especially % to %25... For
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>

Legend:
Removed from v.1932  
changed lines
  Added in v.1933

  ViewVC Help
Powered by ViewVC 1.1.5