Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI05-delivery/ows_framework/trunk/ows_server/ows_server/templates/atom_home.html@4420
Revision 4420,
1.0 KB
checked in by cbyrom, 12 years ago
(diff) |
Add new run mode - debug for atom editor - to display stack trace with
any errors experienced - add necessary code + templates for this +
add new templates for the granulator web page + add template function
to allow generic uploading of data files and start connecting this into
the code - to allow ingest of granulite and CSML/CDML data.
|
Line | |
---|
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml" |
---|
3 | xmlns:py="http://genshi.edgewall.org/" |
---|
4 | xmlns:xi="http://www.w3.org/2001/XInclude"> |
---|
5 | <xi:include href="layout.html" /> |
---|
6 | <xi:include href="atom_functions.html" /> |
---|
7 | <head> |
---|
8 | <title py:content="c.title">title</title> |
---|
9 | </head> |
---|
10 | <body class="submit"> |
---|
11 | <panelTab>Details</panelTab> |
---|
12 | <div id="contents"> |
---|
13 | <div class="metadata"> |
---|
14 | <h3> $c.title </h3> |
---|
15 | <h2> |
---|
16 | <a href="${h.url_for(controller='editatom',action='create')}">Create atom</a> |
---|
17 | </h2> |
---|
18 | <h2> |
---|
19 | <a href="${h.url_for(controller='editatom',action='createGranule')}">Create data granule atom using granulite file</a> |
---|
20 | </h2> |
---|
21 | <h2> |
---|
22 | <a href="${h.url_for(controller='listatom',action='list')}">Edit/List atoms</a> |
---|
23 | </h2> |
---|
24 | <h2> |
---|
25 | <div py:replace="UploadFile('Create granule with granulite file', 'granulite', True)"/> |
---|
26 | </h2> |
---|
27 | </div> |
---|
28 | </div> |
---|
29 | </body> |
---|
30 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.