Subversion Repositories bacoAlunos

Rev

Rev 1312 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1312 Rev 1371
Line 426... Line 426...
426
        <xsl:template match="d:leaf[@node='false']" mode="ftpLine">
426
        <xsl:template match="d:leaf[@node='false']" mode="ftpLine">
427
                <xsl:choose>
427
                <xsl:choose>
428
                        <xsl:when test="./@ftpDirectory='true'">
428
                        <xsl:when test="./@ftpDirectory='true'">
429
                                <tr class="dir">
429
                                <tr class="dir">
430
                                        <td colspan="3" >
430
                                        <td colspan="3" >
431
                                                <img>
431
                                                <!--<img>
432
                                                        <xsl:attribute name="src"><xsl:value-of select="$contextPath"/>/imgs/folder.gif</xsl:attribute>
432
                                                        <xsl:attribute name="src"><xsl:value-of select="$contextPath"/>/imgs/folder.gif</xsl:attribute>
433
                                                </img>
433
                                                </img>-->
-
 
434
                        <span class="glyphicon glyphicon-folder-open"> </span>
434
                                                <xsl:text> </xsl:text>
435
                                                <xsl:text> </xsl:text>
435
                                                <xsl:apply-templates select="." mode="link"/>
436
                                                <xsl:apply-templates select="." mode="link"/>
436
                                        </td>
437
                                        </td>
437
                                </tr>
438
                                </tr>
438
                        </xsl:when>
439
                        </xsl:when>