Open
Description
I was wondering if "Go back" link before "Go to the top.." would ease navigation. Eg., going from the dataset table to the codelist table, and back one could go back by clicking "back" button on the browser, or there could be a link to go back one history:
<!-- ************************************************************* -->
<!-- Link to Top -->
<!-- ************************************************************* -->
<xsl:template name="linkTop">
<p class="linktop">Go <a href="javascript:history.back()">back</a>. Go to the <a href="#main">top</a> of the Define-XML document</p>
</xsl:template>