Subversion Repositories bacoAlunos

Rev

Rev 1312 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1312 Rev 1371
Line 408... Line 408...
408
    <xsl:template match="d:leaf[@node='false']" mode="ftpLine">
408
    <xsl:template match="d:leaf[@node='false']" mode="ftpLine">
409
        <xsl:choose>
409
        <xsl:choose>
410
            <xsl:when test="./@ftpDirectory='true'">
410
            <xsl:when test="./@ftpDirectory='true'">
411
                <tr class="dir">
411
                <tr class="dir">
412
                    <td colspan="3" >
412
                    <td colspan="3" >
413
                        <img>
413
                        <!--<img>
414
                            <xsl:attribute name="src"><xsl:value-of select="$contextPath"/>/imgs/folder.gif</xsl:attribute>
414
                            <xsl:attribute name="src"><xsl:value-of select="$contextPath"/>/imgs/folder.gif</xsl:attribute>
415
                        </img>
415
                        </img>-->
-
 
416
                        <span class="glyphicon glyphicon-folder-open"> </span>
416
                        <xsl:text> </xsl:text>
417
                        <xsl:text> </xsl:text>
417
                        <xsl:apply-templates select="." mode="link"/>
418
                        <xsl:apply-templates select="." mode="link"/>
418
                    </td>
419
                    </td>
419
                </tr>
420
                </tr>
420
            </xsl:when>
421
            </xsl:when>