Changeset 590


Ignore:
Timestamp:
07/01/10 14:17:58 (20 months ago)
Author:
sam
Message:

debug gestion scSiLib + sanity checks

Location:
trunk/model/sources/office/gen/sldHtml/wdt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/office/gen/sldHtml/wdt/mgr/scHPSSlide.uiwidget

    r589 r590  
    33        <sm:fillTemplateBuffers> 
    44                <!--Les boutons de navigation du mode HTML doivent charger les pages en mode HTML.--> 
     5                <sm:standardLibrary codeLib="SiLib"/> 
    56                <sm:postXslFragment keyXsl="xhtml">&lt;xsl:template match="@href[contains(parent::a/@class,'outNav_i')]"&gt; 
    67  &lt;xsl:attribute name="href"&gt;&lt;xsl:value-of select="."/&gt;?mode=html&lt;/xsl:attribute&gt; 
  • trunk/model/sources/office/gen/sldHtml/wdt/nav/tocMgr.doss/tocMgr.js

    r581 r590  
    1616        fResPrefix : "../skin/img/toc", 
    1717 
    18         fNavie6 : parseFloat(scCoLib.userAgent.substring(scCoLib.userAgent.indexOf("msie")+5)) < 7, 
    19  
    2018        /* === Public ============================================================= */ 
    2119        init : function() { 
    22                 if (window.location.search.indexOf("mode=html")>-1) return; 
    23                 if (this.fNavie6) return; // Slideshow mode not compatible with IE6. 
     20                if (scHPS.fDisabled) return; 
    2421                this.fToc = scPaLib.findNode(this.fTocPath); 
    2522                this.fTocCo = scPaLib.findNode(this.fTocCoPath); 
Note: See TracChangeset for help on using the changeset viewer.