/[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 1749 by zack, Thu Nov 29 20:20:54 2007 UTC revision 1750 by zack, Fri Nov 30 09:38:28 2007 UTC
# Line 127  other-to-%xx, especially % to %25... For Line 127  other-to-%xx, especially % to %25... For
127        <xsl:text>true</xsl:text>        <xsl:text>true</xsl:text>
128      </xsl:if>      </xsl:if>
129    </xsl:variable>    </xsl:variable>
130      <xsl:variable name="lownmu">
131        <xsl:if test="maintainer/low-threshold-nmu
132            and string(maintainer/low-threshold-nmu)='yes'">
133          <xsl:text>true</xsl:text>
134        </xsl:if>
135      </xsl:variable>
136    
137    <xsl:if test="string($dm)!=''"> <!-- or string($foo)!='' or ... -->    <xsl:if test="string($dm)!='' or string($lownmu)!=''">
138      <tr>      <tr>
139        <td class="labelcell">        <td class="labelcell">
140          <xsl:text>Maintenance info</xsl:text>          <xsl:text>Maintenance info</xsl:text>
# Line 141  other-to-%xx, especially % to %25... For Line 147  other-to-%xx, especially % to %25... For
147            </span>            </span>
148          </xsl:if>          </xsl:if>
149    
150          <!-- <xsl:if test="string($foo)!=''"> ... </xsl:if> -->          <xsl:if test="string($lownmu)!=''">
151              <span class="lownmu-tag">
152                <a href="http://wiki.debian.org/LowThresholdNmu"><acronym
153                    title="maintainer agrees with Low Threshold NMU, see wiki page
154                    for details">LowNMU</acronym></a>
155              </span>
156            </xsl:if>
157        </td>        </td>
158      </tr>      </tr>
159    </xsl:if>    </xsl:if>

Legend:
Removed from v.1749  
changed lines
  Added in v.1750

  ViewVC Help
Powered by ViewVC 1.1.5