File:  [Repository] / OSAS / OSA_system / Attic / OSAS_add_bibdata.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Oct 1 08:20:47 2003 UTC (20 years, 9 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
New files for upload and editing

<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 Repostiory</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="add3" method="get">
<table border="0" cellpadding="3" width="95%">
<tr>
		<td align="right" class="small" valign="top" width="25%" nowrap>Reference Type:
		</td>
		<td align="left" valign="top" width="75%" ><b  tal:content="python:here.reftype">Journal Article</b>
		<td>
</tr>
<tr>
	<td align="right">
		Main language 
	</td>
	<td align="left">
		 <select name="lang"><option tal:repeat="key python:here.isolist.keys()" tal:attributes="value key" tal:content="python:here.isolist[key]"/>
			</select> 
		</td>
</tr>
<tr tal:repeat="item python:here.fields">
		<td align="right" class="small" valign="top" width="25%" nowrap tal:content="item">Author:
		</td>
		<td align="left" valign="top" width="75%">
		<b><input type="text" name="Author" size="40" value="" tal:attributes="name item"></b>
		</td>
	</tr>

</table>
<table border="0" cellpadding="3" width="95%">
<tr bgcolor="#99CCCC">
      	<td nowrap>&nbsp;
      		      	</td>
      	<td align="left" nowrap>
      	<input type="submit"/>
        	<input type="reset" value="Reset">
        	        </td>
	</tr>
</table>
</form>

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

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