/[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 642 by hertzog, Fri Sep 26 11:16:38 2003 UTC revision 643 by hertzog, Thu Oct 2 17:44:33 2003 UTC
# Line 93  Line 93 
93    <body>    <body>
94    
95    <form method="get" action="/common/index.html" style="float: right;">    <form method="get" action="/common/index.html" style="float: right;">
96    Jump to package : <br/>    <!-- this link should make lynx/links happy [FG] -->
97      Jump to package (<a href="/">home page</a>): <br/>
98    <input type="text" name="src" value=""/>    <input type="text" name="src" value=""/>
99    </form>    </form>
100    <h1>Overview of <xsl:value-of select="$package"/> source package</h1>    <h1>Overview of <xsl:value-of select="$package"/> source package</h1>
# Line 391  Line 392 
392    <xsl:if test="architecture!='all'">    <xsl:if test="architecture!='all'">
393      <li><a href="http://buildd.debian.org/build.php?pkg={$package}">Buildd logs</a></li>      <li><a href="http://buildd.debian.org/build.php?pkg={$package}">Buildd logs</a></li>
394    </xsl:if>    </xsl:if>
395      <li><a href="http://ddtp.debian.org/cgi-bin/ddtp.cgi?part=pdesc&amp;package={$package}">Description's translations (DDTP)</a></li>      <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>
396    <xsl:if test="$other/@debconf='yes'">    <xsl:if test="$other/@debconf='yes'">
397      <li><a href="http://ddtp.debian.org/cgi-bin/ddtp.cgi?part=debconf&amp;package={$package}">Debconf templates's translations (DDTP)</a></li>      <li><a href="http://ddtp.debian.org/cgi-bin/ddtp.cgi?part=debconf&amp;package={$package}">Debconf templates's translations (DDTP)</a></li>
398    </xsl:if>    </xsl:if>
# Line 404  Line 405 
405    <xsl:if test="$hasstable and $other/debcheck/@stable='yes'">    <xsl:if test="$hasstable and $other/debcheck/@stable='yes'">
406      <li><a href="http://qa.debian.org/debcheck.php?dist=stable&amp;package={$package}">Debcheck on stable</a></li>      <li><a href="http://qa.debian.org/debcheck.php?dist=stable&amp;package={$package}">Debcheck on stable</a></li>
407    </xsl:if>    </xsl:if>
408      <!-- convert maintainer/name to follow lintian.debian.org convention [FG] -->
409                                  <xsl:variable name="pattern" select="concat('אבטיכךעצרמלשס-/()&#34; ', &quot;'&quot;)"/>
410      <xsl:variable name="_name" select="translate(maintainer/name, $pattern, '____________________')"/>
411        <li><a href="http://lintian.debian.org/reports/m{$_name}.html#{$package}">Lintian report</a></li>
412    
413    </td>    </td>
414    </tr>    </tr>
415    
# Line 470  Line 476 
476        <xsl:for-each select="$other/todo/item">        <xsl:for-each select="$other/todo/item">
477          <xsl:call-template name="outputitem"/>          <xsl:call-template name="outputitem"/>
478        </xsl:for-each>        </xsl:for-each>
479          <!-- new upstream version goes in todo [FG] -->
480          <xsl:if test="$other/@watch='yes' and $other/watch/@new!='0'">
481            <li>A new upstream version was found:
482               (<xsl:value-of select="$other/watch/@new"/>). <a href="{$other/watch/@url}"><xsl:value-of select="$other/watch/@url"/></a></li>
483          </xsl:if>
484      </xsl:if>      </xsl:if>
485    </xsl:variable>    </xsl:variable>
486    <xsl:if test="count($todo)>0 and string($todo)!=''">    <xsl:if test="count($todo)>0 and string($todo)!=''">
# Line 539  Line 550 
550          #<xsl:value-of select="$bn"/></a> for more information.          #<xsl:value-of select="$bn"/></a> for more information.
551        </li>        </li>
552        </xsl:if>        </xsl:if>
553    
554        <!-- uscan output if present [FG] -->
555        <xsl:if test="$other/@watch='yes'">
556          <li>
557          <xsl:if test="$other/watch/@warning!=''">
558            uscan had problems while searching for a new upstream version: <xsl:value-of select="$other/watch/@warning"/>
559          </xsl:if>
560          </li>
561        </xsl:if>
562    
563        <!-- Misc problems reported -->        <!-- Misc problems reported -->
564        <xsl:for-each select="$other/problems/item">        <xsl:for-each select="$other/problems/item">

Legend:
Removed from v.642  
changed lines
  Added in v.643

  ViewVC Help
Powered by ViewVC 1.1.5