File:  [Repository] / OSAS / OSA_system / zpt / OSAS_add_new.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Apr 5 21:54:42 2004 UTC (20 years, 2 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
major changes: metadata now configurable with osas_metadatamapping, servlet for upload in osas root

<html metal:use-macro="here/main_template/macros/page">
<head>
   <title metal:fill-slot="title">The title</title>
</head>
<body>
<div metal:fill-slot="nav_title">Online Repository</div>

<div metal:fill-slot="nav_main">
<p><a class="map" href="XXX">Online
Archive at Foxridge</a></p>

<p><a class="map" href="XXX" >Old
Online Archive at Digifiles</a></p>

Add Sources<br>

<p><a class="map" href="XXX" >Webinterface</a></p>
</div>   

<div metal:fill-slot="body">

<form action="add2" method="post">
<h2> New </h2>
<table>
<tr>      	
<td align="right" class="small" valign="top" nowrap> 
     		Reference Type:      	
</td>      	
<td align="left" class="small" nowrap>			
<select name="Reference Type">
<option tal:repeat="item python:here.referencetypes" tal:content="python:str(item[1].title)">XX</option>        	</select><br>		
<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>
</td>	
</tr>
</table>
<table border="0" cellpadding="3" width="95%">
<tr bgcolor="#99CCCC">      	
<td nowrap>      		
&nbsp;      	
</td>      	
<td align="left" nowrap>        	
<input type="submit" name="-New" value="Next">        
<input type="reset" value="Reset">        
</td>
</tr>
</table>
</form>

</div>
</body>
</html>

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