File:  [LON-CAPA] / nsdl / interface / test2.html
Revision 1.1: download - view: text, annotated - select for diffs
Sun Jul 14 08:04:43 2002 UTC (21 years, 9 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
someday... someday... this will test how NSDL/smete makes xml releases
of metadata

    1: <!-- $Id: test2.html,v 1.1 2002/07/14 08:04:43 harris41 Exp $ -->
    2: <html>
    3: <head>
    4: <title>NSDL-LONCAPA GATEWAY TEST PAGE #2</title>
    5: </head>
    6: <body bgcolor="#ffffff">
    7: <h1>NSDL-LONCAPA GATEWAY TEST PAGE #2</h1>
    8: <h2>Test 2.1</h2>
    9: <h3>LON-script</h3>
   10: <form method="POST" action="/LON-script">
   11: <input type="hidden" name="author" value="harrison" />
   12: <pre>
   13: key: author
   14: value: harrison
   15: </pre>
   16: <input type="hidden" name="verb" value="search" />
   17: <pre>
   18: key: verb
   19: value: search
   20: </pre>
   21: <input type="hidden" name="metadataPrefix" value="oai_dc" />
   22: <pre>
   23: key: metadataPrefix
   24: value: oai_dc
   25: </pre>
   26: <input type="submit" name="submit" value="Submit Test 2.1" />
   27: </form>
   28: </body>
   29: </html>
   30: 
   31: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>