Changeset 1245


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

suite génération vidéoIndexée

Location:
trunk/model/sources/academic/gen
Files:
5 added
3 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> 
  • trunk/model/sources/academic/gen/video/uiTemplate/player.uitemplate

    r1242 r1245  
    8989<noscript> 
    9090        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="VideoIndexee" width="100%" height="100%" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> 
    91                         <param name="movie" value="VideoIndexee.swf?indexXml=src/ressources/xml/videoIndex.xml"/> 
     91                        <param name="movie" value="../res/VideoIndexee.swf?indexXml=src/ressources/xml/videoIndex.xml"/> 
    9292                        <param name="quality" value="high"/> 
    9393                        <param name="bgcolor" value="#869ca7"/> 
    9494                        <param name="allowScriptAccess" value="sameDomain"/> 
    95                         <embed src="../tplRes/videoInd/VideoIndexee.swf?indexXml=src/ressources/xml/videoIndex.xml" quality="high" bgcolor="#869ca7" width="100%" height="100%" name="VideoIndexee" align="middle" play="true" loop="false" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"> 
     95                        <embed src="../res/VideoIndexee.swf?indexXml=src/ressources/xml/videoIndex.xml" quality="high" bgcolor="#869ca7" width="100%" height="100%" name="VideoIndexee" align="middle" play="true" loop="false" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"> 
    9696                        </embed> 
    9797        </object> 
Note: See TracChangeset for help on using the changeset viewer.