Ignore:
Timestamp:
02/25/08 23:14:44 (4 years ago)
Author:
anp
Message:

suite génération vidéoIndexée

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/academic/gen/_web/transf/Re/vidInd/vidInd@xml/bs.doss/op_vidInd_Axml/content.xsl

    r1242 r1245  
    1414                                - le player flash oblige que le FLV soit dans une arborescence frere ou fille du SWF => copie du FLV dans le rep RES... 
    1515                        --> 
     16                        <xsl:value-of select="resultatAgent('//', 'res:src=bs:VideoIndexee.swf')"/> 
    1617                        <xsl:apply-templates select="op:vidIndM"/><!-- metas --> 
    1718                        <xsl:apply-templates select="op:vidIndM/sp:flv"/><!-- flv --> 
     
    5354        </xsl:template> 
    5455        <xsl:template match="sp:link"> 
    55                 <complement titre="{text()}" url="{text()}"  ico="../tplRes/videoInd/res/logo_word.jpg" /> 
     56                <complement titre="{text()}" url="{text()}"  ico="../tplRes/videoInd/res/html.gif" /> 
    5657        </xsl:template> 
    5758        <xsl:template match="sp:doc"> 
     
    6061                <complement titre="{$vDocTitle}" url="{getUrl(gotoSubModel(), 'url')}"> 
    6162                        <xsl:choose> 
    62                                 <xsl:when test="substring($vUrl, string-length($vUrl) - 2, 3)='xls'"><xsl:attribute name="ico">../tplRes/videoInd/res/logo_excel.jpg</xsl:attribute></xsl:when> 
    63                                 <xsl:when test="substring($vUrl, string-length($vUrl) - 2, 3)='pdf'"><xsl:attribute name="ico">../tplRes/videoInd/res/logo_pdf.jpg</xsl:attribute></xsl:when> 
    64                                 <xsl:when test="substring($vUrl, string-length($vUrl) - 2, 3)='tml'"><xsl:attribute name="ico">../tplRes/videoInd/res/logo_html.jpg</xsl:attribute></xsl:when> 
     63                                <xsl:when test="substring($vUrl, string-length($vUrl) - 2, 3)='xls'"><xsl:attribute name="ico">../tplRes/videoInd/res/xls.jpg</xsl:attribute></xsl:when> 
     64                                <xsl:when test="substring($vUrl, string-length($vUrl) - 2, 3)='doc'"><xsl:attribute name="ico">../tplRes/videoInd/res/doc.jpg</xsl:attribute></xsl:when> 
     65                                <xsl:when test="substring($vUrl, string-length($vUrl) - 2, 3)='pdf'"><xsl:attribute name="ico">../tplRes/videoInd/res/pdf.gif</xsl:attribute></xsl:when> 
     66                                <xsl:when test="substring($vUrl, string-length($vUrl) - 2, 3)='tml'"><xsl:attribute name="ico">../tplRes/videoInd/res/html.gif</xsl:attribute></xsl:when> 
    6567                        </xsl:choose> 
    6668                </complement> 
Note: See TracChangeset for help on using the changeset viewer.