Ignore:
Timestamp:
2011-07-08T14:01:45+12:00 (13 years ago)
Author:
sjb48
Message:

Oran code for supporting format changes to document.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/transform/layouts/main.xsl

    r24149 r24243  
    1818    <xsl:include href="formatmanager.xsl"/>
    1919   
    20     <!--<xsl:include href="xml-to-gui.xsl"/>-->
    21     <!--<xsl:include href="xml-to-gui-templates.xsl"/>-->
    2220
    2321    <!-- put the URL or path of your site here site -->
     
    5250                    </div>
    5351                   
    54                     <xsl:if test="/page/pageRequest/paramList/param[(@name='formatedit') and (@value='1')]">
     52                    <xsl:if test="/page/pageRequest/paramList/param[(@name='formatedit') and (@value='on')]">
    5553                        <xsl:call-template name="formatmanagerpre"/>
    5654                    </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.