Project

General

Profile

« Previous | Next » 

Revision 5591

nest annotation groupings nicely for each obs/meas

View differences:

annotation.xsl
42 42
	<xsl:template match="/">
43 43
		<html>
44 44
			<head>
45
				<title>Annotation</title>
45
				<title>Annotation Details</title>
46 46
				<link rel="stylesheet" type="text/css"
47 47
					href="/knb/style/skins/{$qformat}/{$qformat}.css" />
48 48
				<script language="Javascript" type="text/JavaScript"
......
59 59
				<div id="content_wrapper">
60 60
				
61 61
				<div class="group group_border">
62
					<h3>Annotation</h3>
62
					<h3>Annotation Details</h3>
63 63
				</div>
64 64
				<xsl:for-each select="/*[local-name()='annotation']">
65 65
					<xsl:call-template name="annotation"/>

Also available in: Unified diff