Ignore:
Timestamp:
2011-03-25T11:12:23+13:00 (13 years ago)
Author:
sjm84
Message:

Lots of upgrades to the oran skin, getting it ready to be the default skin for Greenstone3

File:
1 edited

Legend:

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

    r20477 r23813  
    2121
    2222        <!-- show the classifiers if more than one (title, subject, etc.) -->
    23         <xsl:if test="service/classifierList/classifier[2]">
     23        <!--<xsl:if test="service/classifierList/classifier[2]">
    2424            <div id="classifierList" class="navList">
    2525                <ul>
     
    3030                <div class="clear"><xsl:text> </xsl:text></div>
    3131            </div>
    32         </xsl:if>
     32        </xsl:if>-->
    3333
    3434        <!-- this right sidebar -->
    35         <div id="rightSidebar">
    36             <!-- show the berry basket if it's turned on -->
    37             <gslib:berryBasket/>
    38             <xsl:text> </xsl:text>
    39         </div>
     35        <xsl:if test="$berryBasketOn">
     36            <div id="rightSidebar">
     37                <!-- show the berry basket if it's turned on -->
     38                <gslib:berryBasket/>
     39                <xsl:text> </xsl:text>
     40            </div>
     41        </xsl:if>
    4042   
    4143        <!--
Note: See TracChangeset for help on using the changeset viewer.