/[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 2229 by zack, Wed Jul 22 10:05:15 2009 UTC revision 2230 by zack, Wed Jul 22 13:31:17 2009 UTC
# Line 900  other-to-%xx, especially % to %25... For Line 900  other-to-%xx, especially % to %25... For
900              errors</a>              errors</a>
901            </li>            </li>
902          </xsl:if>          </xsl:if>
         <!-- DISABLED until ddtp.debian.org is back up  
         <li>  
           <xsl:element name="a">  
             <xsl:attribute name="href">  
               <xsl:text>http://ddtp.debian.org/stats/pdesc/report.cgi?package=</xsl:text>  
               <xsl:call-template name="escape-name">  
                 <xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param>  
               </xsl:call-template>  
               <xsl:text>&amp;lang=all&amp;type=src-drvbin&amp;subword=0</xsl:text>  
             </xsl:attribute>  
             Description's translations (DDTP)  
           </xsl:element>  
         </li>  
         <xsl:if test="$other/@debconf='yes'">  
           <li>  
             <xsl:element name="a">  
               <xsl:attribute name="href">  
                 <xsl:text>http://ddtp.debian.org/cgi-bin/ddtp.cgi?part=debconf&amp;package=</xsl:text>  
                 <xsl:call-template name="escape-name">  
                   <xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param>  
                 </xsl:call-template>  
               </xsl:attribute>  
               Debconf templates's translations (DDTP)  
             </xsl:element>  
           </li>  
         </xsl:if>  
         -->  
903          <xsl:if test="($hasunstable and $other/debcheck/@unstable='yes')          <xsl:if test="($hasunstable and $other/debcheck/@unstable='yes')
904            or ($hastesting and $other/debcheck/@testing='yes')            or ($hastesting and $other/debcheck/@testing='yes')
905            or ($hasstable and $other/debcheck/@stable='yes')">            or ($hasstable and $other/debcheck/@stable='yes')">
# Line 965  other-to-%xx, especially % to %25... For Line 938  other-to-%xx, especially % to %25... For
938              <a href="http://svnbuildstat.debian.net/packages/info/{$escaped-package}">Svnbuildstat</a>              <a href="http://svnbuildstat.debian.net/packages/info/{$escaped-package}">Svnbuildstat</a>
939            </li>            </li>
940          </xsl:if>          </xsl:if>
941            <xsl:if test="$other/i18n/@href">
942              <li>
943                <a title="translation status"
944                   href="{$other/i18n/@href}">l10n status</a>
945                <small>
946                  (<span title="completeness of Debian string translation">
947                    <xsl:value-of select="$other/i18n/@deb" />
948                  </span>,
949                  <span title="completeness of non-Debian string translation">
950                    <xsl:value-of select="$other/i18n/@nondeb" />
951                  </span>)
952                </small>
953              </li>
954            </xsl:if>
955        </ul>        </ul>
956      </td>      </td>
957    </tr>    </tr>
# Line 1034  other-to-%xx, especially % to %25... For Line 1021  other-to-%xx, especially % to %25... For
1021      <xsl:call-template name="issue-outdate-stdver" />      <xsl:call-template name="issue-outdate-stdver" />
1022      <xsl:call-template name="issue-new-upstream" />      <xsl:call-template name="issue-new-upstream" />
1023      <xsl:call-template name="issue-patches" />      <xsl:call-template name="issue-patches" />
1024        <xsl:call-template name="issue-l10n" />
1025      <xsl:if test="$hasother">      <xsl:if test="$hasother">
1026        <xsl:for-each select="$other/todo/item">        <xsl:for-each select="$other/todo/item">
1027          <xsl:call-template name="outputitem" />          <xsl:call-template name="outputitem" />

Legend:
Removed from v.2229  
changed lines
  Added in v.2230

  ViewVC Help
Powered by ViewVC 1.1.5