Annotation of OSAS/OSA_system/OSAS_addImages.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
! 10: string:${here/storage/viewfiles/absolute_url}?path=/mpiwg/online">Online
! 11: Archive at Foxridge</a></p>
! 12:
! 13: <p><a class="map" href="XXX" tal:attributes="href
! 14: string:${here/storage/viewfiles/absolute_url}?path=/mpiwg/production/docuserver">Old
! 15: Online Archive at Digifiles</a></p>
! 16:
! 17: Add Sources<br>
! 18:
! 19: <p><a class="map" href="XXX" tal:attributes="href
! 20: string:${here/storage/storefiles/absolute_url}?path=/mpiwg">Webinterface</a></p>
! 21: </div>
! 22:
! 23: <div metal:fill-slot="body">
! 24:
! 25: <h1>Image-Upload</h1>
! 26: <form method="post" action="addImages2">
! 27: <p> Please enter the name, which the image folder shall have at the storage system</p>
! 28: <p><input name="folder_name"/></p>
! 29: and a short content description
! 30: <p><input name="content_description"/></p>
! 31: <input type="submit">
! 32: </form>
! 33: </div>
! 34: </body>
! 35: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>