Ignore:
Timestamp:
2010-11-10T16:01:41+13:00 (13 years ago)
Author:
sjb48
Message:

Working on saving a modified format statement. Traversing the DOM using JS was unsuccessful so need to figure out how to get the HTML describing the format statement back to the server so it can be processed by Java or XSLT.

File:
1 edited

Legend:

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

    r23298 r23312  
    173173
    174174    <td width="75%">
     175
     176    <button id="updateFormatStatement" type="button" onclick="createFormatStatement()">Update Format Statement</button>
    175177
    176178    <div id="formatStatement">
     
    239241<!-- *************************************************************************************** -->
    240242<H2>Preview</H2>
     243
     244                    <div id="my_categories"><xsl:text> </xsl:text></div>
     245
    241246                    <iframe name="preview" id="iframe" width="98%" height="300">Your browser does not support iframes</iframe>
    242247
Note: See TracChangeset for help on using the changeset viewer.