version 1.1.2.4, 2005/10/20 14:04:43
|
version 1.1.2.6, 2008/08/26 14:00:42
|
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'"> |
<form action="changeResearch" method="post"> |
<form action="changeResearch" method="post"> |
<input type="hidden" name="id_main" tal:attributes="value person/id"> |
<input type="hidden" name="key_main" tal:attributes="value person/key"> |
<input type="hidden" name="main_fields" value="talks__title"> |
<input type="hidden" name="main_fields" value="talks__title"> |
<table tal:define="founds2 python:here.ZSQLInlineSearch(_table='talks',id_main=person.id)"> |
<table tal:define="founds2 python:here.ZSQLInlineSearch(_table='talks',key_main=person.key)"> |
<tr> |
<tr> |
<th>Date</th> |
<th>Date</th> |
<th>Title/Place/Link</th> |
<th>Title/Place/Link</th> |
Line 22
|
Line 22
|
</td> |
</td> |
<td> |
<td> |
<input tal:attributes="name python:'talks__title__'+str(found2.oid); |
<input tal:attributes="name python:'talks__title__'+str(found2.oid); |
value found2/title" size="80" /><br> |
value python:here.decode(found2.title)" size="80" /><br> |
<input tal:attributes="name python:'talks__place__'+str(found2.oid); |
<input tal:attributes="name python:'talks__place__'+str(found2.oid); |
value found2/place" size="80" /><br> |
value python:here.decode(found2.place)" size="80" /><br> |
<input tal:attributes="name python:'talks__link__'+str(found2.oid); |
<input tal:attributes="name python:'talks__link__'+str(found2.oid); |
value found2/link" size="80" /> |
value python:here.decode(found2.link)" size="80" /> |
</td> |
</td> |
<td valign="top"> |
<td valign="top"> |
<input tal:attributes="name python:'talks__priority__'+str(found2.oid); value found2/priority" size="3" /> |
<input tal:attributes="name python:'talks__priority__'+str(found2.oid); value found2/priority" size="3" /> |