Annotation of OSAS/OSA_system/OSAS_add_new.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 Repository</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: <form action="add2" method="post">
! 26: <h2> New </h2>
! 27: <table>
! 28: <tr>
! 29: <td align="right" class="small" valign="top" nowrap>
! 30: Reference Type:
! 31: </td>
! 32: <td align="left" class="small" nowrap>
! 33: <select name="Reference Type">
! 34: <option tal:repeat="item python:here.referencetypes" tal:content="item">XX</option> </select><br>
! 35: <img src="images/Arrow_Right.gif"><a href="http://pythia.mpiwg-berlin.mpg.de/toolserver/projectbibliography/datamodel" target="_blank">Overview over the implemented metadata model (more infos will come soon)</a>
! 36: </td>
! 37: </tr>
! 38: </table>
! 39: <table border="0" cellpadding="3" width="95%">
! 40: <tr bgcolor="#99CCCC">
! 41: <td nowrap>
! 42:
! 43: </td>
! 44: <td align="left" nowrap>
! 45: <input type="submit" name="-New" value="Next">
! 46: <input type="reset" value="Reset">
! 47: </td>
! 48: </tr>
! 49: </table>
! 50: </form>
! 51:
! 52: </div>
! 53: </body>
! 54: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>