Annotation of OSAS/OSA_system/zpt/OSAS_add_naming.zpt, revision 1.3

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 Archive</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: <p>Your document will be stored as, please check if the proposed name is in line with the <a href="http://pythia.mpiwg-berlin.mpg.de/projects/storagesystem/file-format/file-format.html#x1-80005.2" target="_blank">naming conventions:</a>
                     24: </p>
1.3     ! dwinter    25: <form action="add4" method="post">
1.2       dwinter    26:    <input type="text" name="folder_name" value="XXSX" tal:attributes="value python:here.vorschlag_naming" /><br/>
                     27:    <input type="submit" name="submit" value="upload images"/>
1.3     ! dwinter    28:    <input type="submit" name="submit" value="upload pdf"/> 
1.2       dwinter    29:    <input type="submit" name="submit" value="upload only fulltext"/>
1.3     ! dwinter    30: 
1.1       dwinter    31: </form>
                     32: 
                     33: </div>
                     34: </body>
                     35: </html>

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