source: documentation/trunk/tutorial_sample_files/isis/format_tweaks/document_content.txt@ 26074

Last change on this file since 26074 was 26074, checked in by ak19, 12 years ago

Adding GS3 format statements prepared beforehand (and one for GS2) to use with the tutorials, so that users can just copy and paste these instead of typing them out.

File size: 584 bytes
Line 
1<gsf:template name="documentContent">
2 <p>
3 <xsl:call-template name="wrappedSectionText"/>
4 </p>
5
6 <a href="javascript:;" id="cdsreclink">Show/Hide CDS Record</a>
7 <div id="cdsrecord">
8 <b>CDS Record:</b>
9 <br/>
10 <tt>
11 <gsf:metadata name="ISISRawRecord"/>
12 </tt>
13 </div>
14
15 <script type="text/javascript">
16 <xsl:text disable-output-escaping="yes">
17 var link=document.getElementById("cdsreclink");
18 var div=document.getElementById("cdsrecord");
19 gs.functions.makeToggle(link, div);
20 </xsl:text>
21 </script>
22</gsf:template>
23
24
Note: See TracBrowser for help on using the repository browser.