version 1.3, 2004/06/07 15:20:26
|
version 1.8, 2004/08/06 09:00:12
|
Line 7
|
Line 7
|
<p>Only partner institutions can be selected which are partners of this collection, please select all contributing partners of this collection there.</p> |
<p>Only partner institutions can be selected which are partners of this collection, please select all contributing partners of this collection there.</p> |
<table> |
<table> |
<tr> |
<tr> |
<td><b>ID:</b></td><td><input name="id" size="40"></td> |
<td><b>ID (in, generell not change):</b></td><td><input name="id" size="40" value="copyrightModel"></td> |
</tr> |
</tr> |
<tr> |
<tr> |
<td><i>title:</i></td><td><input name="title" size="40"></td> |
<td><i>title:</i></td><td><input name="title" size="40"></td> |
Line 19
|
Line 19
|
|
|
<tal:block tal:condition="not:python:here.REQUEST.has_key('partn%s'%str(i))"> |
<tal:block tal:condition="not:python:here.REQUEST.has_key('partn%s'%str(i))"> |
<select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML()"/> |
<select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML()"/> |
<select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(first=('institution0000','-- generic of the selected institution --'))"/> |
<select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(here,first=('institution0000','-- generic of the selected institution --'))"/> |
</tal:block> |
</tal:block> |
|
|
|
|
Line 27
|
Line 27
|
</td> |
</td> |
</tr> |
</tr> |
</table> |
</table> |
<input type="submit"> |
<input type="submit" value="Add"> |
</body> |
</body> |
</html> |
</html> |