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

1.1     ! dwinter     1: <html metal:use-macro="here/main_template/macros/page">
        !             2: <head>
        !             3:    <title metal:fill-slot="title">The title</title>
        !             4: </head>
        !             5: <body>
        !             6: <div metal:fill-slot="nav_title">Online Repository</div>
        !             7: 
        !             8: <div metal:fill-slot="nav_main">
        !             9: <p><a class="map" href="XXX">Online
        !            10: Archive at Foxridge</a></p>
        !            11: 
        !            12: <p><a class="map" href="XXX">Old
        !            13: Online Archive at Digifiles</a></p>
        !            14: 
        !            15: Add Sources<br>
        !            16: 
        !            17: <p><a class="map" href="XXX">Webinterface</a></p>
        !            18: </div>   
        !            19: 
        !            20: <div metal:fill-slot="body">
        !            21: 
        !            22: 
        !            23: <h1>Archive and Storage System of the MPIWG</h1>
        !            24: <h2>Document ID's</h2>
        !            25: 
        !            26: <p>Use this pages to generate or register ID's for the institute's storage system</p>
        !            27: 
        !            28: <h3>Generate IDs</h3>
        !            29: 
        !            30: <p>
        !            31: <form method="post" action="giveIdsOut">
        !            32: How many ID's do you need? <input name="number"/><input type="submit"/>
        !            33: </form>
        !            34: </p>
        !            35: </div>
        !            36: </body>
        !            37: </html>
        !            38: 
        !            39: 

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