Ignore:
Timestamp:
2010-08-04T16:42:22+12:00 (14 years ago)
Author:
sjb48
Message:

More work on javascript DOM manipulation using sortables and draggables

File:
1 edited

Legend:

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

    r18388 r22569  
    6060      <xsl:with-param name="collName" select="$collName"/>
    6161    </xsl:call-template>     
    62    
     62 
     63    <!-- Sam's div code -->
     64
     65    <!-- <xsl:if test="/page/pageRequest[@name='output']='debug'"> -->
     66
     67    <xsl:variable name="fmt">
     68    <xsl:call-template name="xml-to-string">
     69            <xsl:with-param name="node-set" select="//format[@type='browse']"/>
     70          </xsl:call-template>
     71    </xsl:variable>
     72
     73    <!-- <xsl:variable name="tok" select="fn:tokenize($fmt,'/s+')"/> -->
     74
     75      <div id="format">
     76        <p>
     77      <b>Format string here</b>
     78      <i>
     79          <xsl:value-of select="$fmt"/>
     80          <!-- <xsl:value-of select="$tok"/> -->
     81      </i>
     82        </p>
     83      </div>
     84    <!-- </xsl:if> -->
     85
     86 
    6387    <div id="content">
    6488      <xsl:apply-templates select="service/classifierList">
Note: See TracChangeset for help on using the changeset viewer.