File:  [Repository] / OSAS / OSA_system / zpt / OSAS_add_naming.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu Jul 1 07:46:42 2004 UTC (20 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minors

    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>
   25: <form action="add4" method="post">
   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"/>
   28: 	<input type="submit" name="submit" value="upload pdf"/>	
   29: 	<input type="submit" name="submit" value="upload only fulltext"/>
   30: 
   31: </form>
   32: 
   33: </div>
   34: </body>
   35: </html>

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