Changeset 1245
- Timestamp:
- 02/25/08 23:14:44 (4 years ago)
- Location:
- trunk/model/sources/academic/gen
- Files:
-
- 5 added
- 3 edited
-
_web/transf/Re/vidInd/vidInd@xml/bs.doss/op_vidInd_Axml/VideoIndexee.swf (modified) (previous)
-
_web/transf/Re/vidInd/vidInd@xml/bs.doss/op_vidInd_Axml/content.xsl (modified) (3 diffs)
-
video/uiTemplate/player.doss/res (added)
-
video/uiTemplate/player.doss/res/doc.jpg (added)
-
video/uiTemplate/player.doss/res/html.gif (added)
-
video/uiTemplate/player.doss/res/pdf.gif (added)
-
video/uiTemplate/player.doss/res/xls.jpg (added)
-
video/uiTemplate/player.uitemplate (modified) (1 diff)
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> -
trunk/model/sources/academic/gen/video/uiTemplate/player.uitemplate
r1242 r1245 89 89 <noscript> 90 90 <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"/> 92 92 <param name="quality" value="high"/> 93 93 <param name="bgcolor" value="#869ca7"/> 94 94 <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"> 96 96 </embed> 97 97 </object>
Note: See TracChangeset
for help on using the changeset viewer.