File:  [Repository] / MPIWGWeb / zpt / Attic / editBibliographyEntry.zpt
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 10 19:10:13 2005 UTC (18 years, 8 months ago) by dwinter
Branches: r2
edit bibliography


<html tal:define="found python:here.ZSQLInlineSearchU(_table='bibliography',id=here.REQUEST['id']);
				mapping python:here.metadata.main.meta.bib.generateMappingForType(type=found.reference_type)">
<body>
	<form action="ZSQLChange" method="get">
	<input type="hidden" name="-format" value="editPublications">
	<input type="hidden" name="-identify" tal:attributes="value python:'oid='+str(found.oid)">
	<input type="hidden" name="-table" value="bibliography">
	<table>
		<tal:block tal:repeat="mapElement python:mapping.keys()">
		<tr tal:condition="python:mapping[mapElement][1]!=''">
			<td tal:content="python:mapping[mapElement][1].encode('utf-8')"/>
			
			<td>
			<input size="80" tal:attributes="value python:getattr(found,mapElement); name mapElement"/>
		</tr>
		</tal:block>
	</table>
	<input type="submit" value="change">
</body>
</html>
				
        

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