Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI05-delivery/ows_framework/trunk/ows_server/ows_server/templates/dif.kid@2675
Revision 2675,
1.4 KB
checked in by lawrence, 14 years ago
(diff) |
Interim commit in support of browse and discovery.
|
Line | |
---|
1 | <html py:extends="ndgPage.kid,meta.kid" xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"> |
---|
2 | |
---|
3 | <head py:replace="pagehead()"/> |
---|
4 | <body> |
---|
5 | <div id="entirepage"> |
---|
6 | <div py:replace="header()"/> |
---|
7 | <div py:replace="searchOneLine()"/> |
---|
8 | <!--! The if on the call to the left panel needs to be here for subtle css reasons --> |
---|
9 | <div py:if="'ndgSec' in session" py:replace="leftpanel()" id="Left"/> |
---|
10 | <?python |
---|
11 | id="contents" |
---|
12 | if "ndgSec" in session: id="contentsRight" |
---|
13 | ?> |
---|
14 | <div id="${id}"> |
---|
15 | <div class="metadata"> |
---|
16 | <div class="headingblock"> |
---|
17 | <div id="title" class="heading">$c.doc.name</div> |
---|
18 | <div id="abstract">$c.doc.abstract</div> |
---|
19 | </div> |
---|
20 | <div py:replace="ParameterList(c.doc.parameters)"/> |
---|
21 | <div py:replace="Coverage()"/> |
---|
22 | <div py:replace="Sensors()"/> |
---|
23 | <div py:replace="Sources()"/> |
---|
24 | <div py:replace="Curator()"/> |
---|
25 | <div py:replace="Services()"/> |
---|
26 | </div> |
---|
27 | </div> |
---|
28 | <center> |
---|
29 | <p>Not all information in this record may be rendered in this view. Please see the XML version for complete |
---|
30 | content </p> |
---|
31 | </center> |
---|
32 | <div py:replace="footer()"/> |
---|
33 | </div> |
---|
34 | |
---|
35 | |
---|
36 | |
---|
37 | </body> |
---|
38 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.