Annotation of OSAS/OSA_system/zpt/OSAS_search.zpt, revision 1.1

1.1     ! casties     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>