File:  [Repository] / OSAS / OSA_system / zpt / OSAS_search.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Jul 1 19:31:25 2004 UTC (20 years ago) by casties
Branches: MAIN
CVS tags: HEAD
first version of metadata search interface

    1: <html>
    2: <head>
    3:    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    4:    <title tal:content="here/title">The title</title>
    5: </head>
    6: <body>
    7: 
    8: <h1>Archive and Storage System of the MPIWG</h1>
    9: 
   10: <h2>Search</h2>
   11: 
   12: <p>Search the online and offline archive.</p>
   13: 
   14: <h3>Simple search</h3>
   15: 
   16: <form method="get" action="search">
   17:   <p>Search: <input name="searchstring"/></p>
   18:   <input type="submit"/>
   19: </form>
   20: 
   21: </body>
   22: </html>
   23: 
   24: 

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