version 1.1.2.5, 2005/10/20 14:04:43
|
version 1.1.2.7, 2007/04/18 10:03:12
|
Line 6
|
Line 6
|
|
|
<tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'"> |
<tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'"> |
|
|
<h3>Add entries from the institutsbibliographie</h3> |
<h3>Add entries from the <i>Institutsbibliographie</i></h3> |
<form name="search" action="addPublications" method="get"> |
<form name="search" action="addPublications" method="get"> |
<table> |
<table> |
<tr> |
<tr> |
Line 28
|
Line 28
|
<table> |
<table> |
<tr tal:repeat="foundb python:here.ZSQLFind(_table='institutsbiblio')"> |
<tr tal:repeat="foundb python:here.ZSQLFind(_table='institutsbiblio')"> |
<td><input type="checkbox" tal:attributes="value python:str(foundb.id)" name="addEntries"></td> |
<td><input type="checkbox" tal:attributes="value python:str(foundb.id)" name="addEntries"></td> |
<td tal:content="structure python:here.formatBiblHelp(None,'','',foundb)" /> |
<td tal:content="structure python:here.decode(here.formatBiblHelp(None,'','',foundb))" /> |
</tr> |
</tr> |
</table> |
</table> |
<input type="submit" value="add" name="submit"> |
<input type="submit" value="add" name="submit"> |