/[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 763 by hertzog, Thu Jan 22 19:17:04 2004 UTC revision 764 by hertzog, Sun Jun 27 18:36:46 2004 UTC
# Line 157  Line 157 
157    <tr class="normalrow">    <tr class="normalrow">
158    <td class="labelcell">All bugs</td>    <td class="labelcell">All bugs</td>
159    <td class="contentcell">    <td class="contentcell">
160    <a href="http://bugs.debian.org/src:{$package}"><xsl:if test="$hasother">    <xsl:element name="a">
161      <xsl:value-of select="$other/bugs/@all"/>      <xsl:attribute name="href">
162    </xsl:if></a>        <xsl:text>http://bugs.debian.org/src:</xsl:text>
163          <xsl:call-template name="escape-name">
164            <xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param>
165          </xsl:call-template>
166        </xsl:attribute>
167        <xsl:if test="$hasother">
168          <xsl:value-of select="$other/bugs/@all"/>
169        </xsl:if>
170      </xsl:element>
171    </td>    </td>
172    </tr>    </tr>
173    <tr class="normalrow">    <tr class="normalrow">
# Line 390  Line 398 
398    <tr>    <tr>
399    <td class="contentcell" colspan="2" style="text-align: left">    <td class="contentcell" colspan="2" style="text-align: left">
400    <xsl:if test="architecture!='all'">    <xsl:if test="architecture!='all'">
401      <li><a href="http://buildd.debian.org/build.php?pkg={$package}">Buildd logs</a></li>      <li>
402          <xsl:element name="a">
403            <xsl:attribute name="href">
404              <xsl:text>http://buildd.debian.org/build.php?pkg=</xsl:text>
405              <xsl:call-template name="escape-name">
406                <xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param>
407              </xsl:call-template>
408            </xsl:attribute>
409            Buildd logs
410          </xsl:element>
411        </li>
412    </xsl:if>    </xsl:if>
413    <!-- DISABLED until ddtp.debian.org is back up    <!-- DISABLED until ddtp.debian.org is back up
414      <li><a href="http://ddtp.debian.org/stats/pdesc/report.cgi?package={$package}&amp;lang=all&amp;type=src-drvbin&amp;subword=0">Description's translations (DDTP)</a></li>      <li>
415          <xsl:element name="a">
416            <xsl:attribute name="href">
417              <xsl:text>http://ddtp.debian.org/stats/pdesc/report.cgi?package=</xsl:text>
418              <xsl:call-template name="escape-name">
419                <xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param>
420              </xsl:call-template>
421              <xsl:text>&amp;lang=all&amp;type=src-drvbin&amp;subword=0</xsl:text>
422            </xsl:attribute>
423            Description's translations (DDTP)
424          </xsl:element>
425        </li>
426    <xsl:if test="$other/@debconf='yes'">    <xsl:if test="$other/@debconf='yes'">
427      <li><a href="http://ddtp.debian.org/cgi-bin/ddtp.cgi?part=debconf&amp;package={$package}">Debconf templates's translations (DDTP)</a></li>      <li>
428          <xsl:element name="a">
429            <xsl:attribute name="href">
430              <xsl:text>http://ddtp.debian.org/cgi-bin/ddtp.cgi?part=debconf&amp;package=</xsl:text>
431              <xsl:call-template name="escape-name">
432                <xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param>
433              </xsl:call-template>
434            </xsl:attribute>
435            Debconf templates's translations (DDTP)
436          </xsl:element>
437        </li>
438    </xsl:if>    </xsl:if>
439    -->    -->
440    <xsl:if test="$hasunstable and $other/debcheck/@unstable='yes'">    <xsl:if test="$hasunstable and $other/debcheck/@unstable='yes'">
441      <li><a href="http://qa.debian.org/debcheck.php?dist=unstable&amp;package={$package}">Debcheck on unstable</a></li>      <li>
442          <xsl:element name="a">
443            <xsl:attribute name="href">
444              <xsl:text>http://qa.debian.org/debcheck.php?dist=unstable&amp;package=</xsl:text>
445              <xsl:call-template name="escape-name">
446                <xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param>
447              </xsl:call-template>
448            </xsl:attribute>
449            Debcheck on unstable
450          </xsl:element>
451        </li>
452    </xsl:if>    </xsl:if>
453    <xsl:if test="$hastesting and $other/debcheck/@testing='yes'">    <xsl:if test="$hastesting and $other/debcheck/@testing='yes'">
454      <li><a href="http://qa.debian.org/debcheck.php?dist=testing&amp;package={$package}">Debcheck on testing</a></li>      <li>
455          <xsl:element name="a">
456            <xsl:attribute name="href">
457              <xsl:text>http://qa.debian.org/debcheck.php?dist=testing&amp;package=</xsl:text>
458              <xsl:call-template name="escape-name">
459                <xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param>
460              </xsl:call-template>
461            </xsl:attribute>
462            Debcheck on testing
463          </xsl:element>
464        </li>
465    </xsl:if>    </xsl:if>
466    <xsl:if test="$hasstable and $other/debcheck/@stable='yes'">    <xsl:if test="$hasstable and $other/debcheck/@stable='yes'">
467      <li><a href="http://qa.debian.org/debcheck.php?dist=stable&amp;package={$package}">Debcheck on stable</a></li>      <li>
468          <xsl:element name="a">
469            <xsl:attribute name="href">
470              <xsl:text>http://qa.debian.org/debcheck.php?dist=stable&amp;package=</xsl:text>
471              <xsl:call-template name="escape-name">
472                <xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param>
473              </xsl:call-template>
474            </xsl:attribute>
475            Debcheck on stable
476          </xsl:element>
477        </li>
478    </xsl:if>    </xsl:if>
479    <!-- convert maintainer/name to follow lintian.debian.org convention [FG] -->    <!-- convert maintainer/name to follow lintian.debian.org convention [FG] -->
480                                <xsl:variable name="pattern" select="concat('אבטיכךעצרמלשס-/()&#34; ', &quot;'&quot;)"/>                                <xsl:variable name="pattern" select="concat('אבטיכךעצרמלשס-/()&#34; ', &quot;'&quot;)"/>
# Line 502  Line 571 
571        <li>The package has not yet entered <a        <li>The package has not yet entered <a
572        href="http://ftp-master.debian.org/testing/update_excuses.html.gz#{$package}">testing</a>        href="http://ftp-master.debian.org/testing/update_excuses.html.gz#{$package}">testing</a>
573        even though the <xsl:value-of select="document(concat('../base/', $dir, '/excuse.xml'))/excuse/@limit"/>-day        even though the <xsl:value-of select="document(concat('../base/', $dir, '/excuse.xml'))/excuse/@limit"/>-day
574        delay is over. <a href="http://bjorn.haxx.se/debian/testing.pl?package={$package}">Check why</a>.</li>        delay is over.
575          <xsl:element name="a">
576            <xsl:attribute name="href">
577              <xsl:text>http://bjorn.haxx.se/debian/testing.pl?package=</xsl:text>
578              <xsl:call-template name="escape-name">
579                <xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param>
580              </xsl:call-template>
581            </xsl:attribute>
582            Check why
583          </xsl:element>
584          .</li>
585      </xsl:if>      </xsl:if>
586      <xsl:if test="not(starts-with(standards-version, $lastmajorsv))">      <xsl:if test="not(starts-with(standards-version, $lastmajorsv))">
587        <li>The package is severly out of date with respect to the Debian        <li>The package is severly out of date with respect to the Debian

Legend:
Removed from v.763  
changed lines
  Added in v.764

  ViewVC Help
Powered by ViewVC 1.1.5