Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI07-MOLES/trunk/StubB/XSLT/browse/portal/cgi/browse.py@765
Revision 765,
157 bytes
checked in by lawrence, 15 years ago
(diff) |
This version of the browse portal simply gets the stub-b
document and shows it to the user. No security. No xslt
transformation.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/usr/bin/env python |
---|
2 | import cgitb;cgitb.enable() |
---|
3 | from browseCGI import * |
---|
4 | molesPortal=CGIcontroller() |
---|
5 | html=molesPortal.goforit() |
---|
6 | print 'text/html' |
---|
7 | print html |
---|
Note: See
TracBrowser
for help on using the repository browser.