Changeset 2631


Ignore:
Timestamp:
02/26/13 16:21:41 (11 years ago)
Author:
mwindhouwer
Message:

M mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/xsl/Profiles2CDF.xsl

  • skip TDG nodes
  • move profile 0, currently called Private, to the bottom
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/xsl/Profiles2CDF.xsl

    r2029 r2631  
    1111        <xsl:template match="profiles">
    1212                <data jsxid="jsxroot">
    13                         <xsl:apply-templates/>
     13                        <xsl:apply-templates select=".//profile[@isocat:id!='0']"/>
     14                        <xsl:apply-templates select=".//profile[@isocat:id='0']"/>
    1415                </data>
    1516        </xsl:template>
    1617       
    1718        <xsl:template match="tdg">
    18                 <record jsxid="tdg-{@isocat:id}" jsxtext="{@name}" jsxopen="1" jsximg="{{icon:tdg}}" jsxdisabled="1">
     19                <!--<record jsxid="tdg-{@isocat:id}" jsxtext="{@name}" jsxopen="1" jsximg="{{icon:tdg}}" jsxdisabled="1">-->
    1920                        <xsl:apply-templates/>
    20                 </record>
     21                <!--</record>-->
    2122        </xsl:template>
    2223       
Note: See TracChangeset for help on using the changeset viewer.