version 1.2, 2004/06/07 08:53:26
|
version 1.6, 2004/06/22 14:51:19
|
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 18
|
Line 18
|
<select tal:attributes="name python:'media%s'%str(i)" tal:content="structure python:here.mediaTypeSelector_HTML()"/> |
<select tal:attributes="name python:'media%s'%str(i)" tal:content="structure python:here.mediaTypeSelector_HTML()"/> |
|
|
<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);onChange python:'location.href=\''+here.REQUEST['URL']+'?partn%s'%str(i)+'=\'+this.options[this.selectedIndex].value'" 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()"/> |
<select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(first=('institution0000','-- generic of the selected institution --'))"/> |
</tal:block> |
|
<tal:block tal:condition="python:here.REQUEST.has_key('partn%s'%str(i))"> |
|
<select tal:attributes="name python:'partn%s'%str(i);onChange python:'location.href=\''+here.REQUEST['URL']+'?partn%s'%str(i)+'=\'+this.options[this.selectedIndex].value'" tal:content="structure python:here.partnerSelector_HTML(selected=here.REQUEST['partn%s'%str(i)])"/> |
|
<select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(selected=here.getPartnerCopyright(here.REQUEST['partn%s'%str(i)],''))"/> |
|
</tal:block> |
</tal:block> |
|
|
|
|
|
|
</td> |
</td> |
</tr> |
</tr> |
</table> |
</table> |