Changeset 1245 for trunk/model/sources/academic/gen/_web/transf/Re/vidInd/vidInd@xml/bs.doss/op_vidInd_Axml/content.xsl
- Timestamp:
- 02/25/08 23:14:44 (4 years ago)
- 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 14 14 - le player flash oblige que le FLV soit dans une arborescence frere ou fille du SWF => copie du FLV dans le rep RES... 15 15 --> 16 <xsl:value-of select="resultatAgent('//', 'res:src=bs:VideoIndexee.swf')"/> 16 17 <xsl:apply-templates select="op:vidIndM"/><!-- metas --> 17 18 <xsl:apply-templates select="op:vidIndM/sp:flv"/><!-- flv --> … … 53 54 </xsl:template> 54 55 <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" /> 56 57 </xsl:template> 57 58 <xsl:template match="sp:doc"> … … 60 61 <complement titre="{$vDocTitle}" url="{getUrl(gotoSubModel(), 'url')}"> 61 62 <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> 65 67 </xsl:choose> 66 68 </complement>
Note: See TracChangeset
for help on using the changeset viewer.