Project

General

Profile

« Previous | Next » 

Revision 5589

integrate Annotation in resultset better

View differences:

annotation.xsl
42 42
	<xsl:template match="/">
43 43
		<html>
44 44
			<head>
45
				<title>Search Results</title>
45
				<title>Annotation</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"
......
58 58
				
59 59
				<div id="content_wrapper">
60 60
				
61
				<div class="group group_border">
62
					<h3>Annotation</h3>
63
				</div>
61 64
				<xsl:for-each select="/*[local-name()='annotation']">
62 65
					<xsl:call-template name="annotation"/>
63 66
				</xsl:for-each>	

Also available in: Unified diff