Annotation of OSAS/OSA_system/editindex.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">Add Image</div>
        !             7: 
        !             8: <div metal:fill-slot="nav_main">
        !             9: <p><a class="map" href="XXX" tal:attributes="href string:storage/viewfiles?path=/mpiwg/online">Online
        !            10: Archive at Foxridge</a></p>
        !            11: 
        !            12: <p><a class="map" href="XXX" tal:attributes="href
        !            13: string:storage/viewfiles?path=/mpiwg/production/docuserver">Old
        !            14: Online Archive at Digifiles</a></p>
        !            15: 
        !            16: Add Sources<br>
        !            17: 
        !            18: <p><a class="map" href="XXX" tal:attributes="href
        !            19: string:storage/storefiles?path=/mpiwg">Webinterface</a></p>
        !            20: </div>   
        !            21: 
        !            22: <div metal:fill-slot="body">
        !            23: <h2>Edit Index.meta of <span tal:replace="python:here.REQUEST.SESSION['path']"/></h2>
        !            24: <form method="post" action="EditIndex2"  enctype="multipart/form-data">
        !            25: <textarea name="indexmeta" cols=60 rows=50><span tal:replace="python:here.REQUEST.SESSION['indexmeta']"/></textarea>
        !            26: <p>Or upload an xml-file:</p>
        !            27: <input type="file" name="fileupload"/><br>
        !            28: <input type="submit"/>
        !            29: </form>
        !            30: </div>
        !            31: </body>
        !            32: </html>

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