Annotation of OSAS/OSA_system/OSAS_add_naming.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 Archive</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: 
        !            26: <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>
        !            27: </p>
        !            28: <form action="add4" metho="post">
        !            29:    <input type="text" name="folder_name" value="XXSX" tal:attributes="value python:here.vorschlag_naming" />
        !            30:    <input type="submit"/>
        !            31: </form>
        !            32: 
        !            33: </div>
        !            34: </body>
        !            35: </html>

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