Diff for /ECHO_content/zpt/ECHO_linkCreator_main.zpt between versions 1.3 and 1.4

version 1.3, 2006/10/12 16:37:33 version 1.4, 2006/10/18 14:42:32
Line 47  Slaveurl Line 47  Slaveurl
   
   
 <tal:x tal:repeat="entry entries">  <tal:x tal:repeat="entry entries">
   <form  tal:attributes="action python:here.absolute_url()+'/changeEntry'" tal:define="global nr python:nr+1">
   <input type="hidden" name="nr:int" tal:attributes="value nr">
   <input type="hidden" name="collection" 
   tal:attributes="value col">
 <table>  <table>
 <tr tal:condition="python:entry.has_key('master')">  <tr tal:condition="python:entry.has_key('master')">
 <td >Master:</td>   <td >Master:</td> 
 <td tal:content="python:entry['master'][0]"/>  <td tal:content="python:entry['master'][0]"/>
 <td tal:content="python:entry['master'][1]"/>  <td tal:content="python:entry['master'][1]"/>
 <td><a target="master" tal:attributes="href python:masterUrl+'fn='+entry['master'][0]+'&_id='+entry['master'][1].split('(')[0]+'&_pagelink='+entry['master'][2]+'&_links='+here.absolute_url()+'/'+col+'/getCollectionXML&_linkid='+str(entries.index(entry))+'&_linktype=source'">show  <td><a target="master" tal:attributes="href python:masterUrl+'fn='+entry['master'][0]+'&_id='+entry['master'][1].split('(')[0]+'&_pagelink='+entry['master'][2]+'/'+str(entries.index(entry))+'/source&_links='+here.absolute_url()+'/'+col+'/getCollectionXML'">show
 </a>  </a>
 </tr>  </tr>
 <tr tal:condition="python:entry.has_key('slave')">  <tr tal:condition="python:entry.has_key('slave')">
 <td>Slave:</td>   <td>Slave:</td> 
 <td tal:content="python:entry['slave'][0]"/>  <td><input type="text" size="90"  name="slaveUrl" tal:attributes="value python:entry['slave'][0]"/>
 <td tal:content="python:entry['slave'][1]"/>  <td tal:content="python:entry['slave'][1]"/>
 <td><a target="slave" tal:attributes="href python:slaveUrl+'fn='+entry['slave'][0]+'&_id='+entry['slave'][1].split('(')[0]+'&_pagelink='+entry['slave'][2]+'&_links='+here.absolute_url()+'/'+col+'/getCollectionXML&_linkid='+str(entries.index(entry))+'&_linktype=target'">show  <td><a target="slave" tal:attributes="href python:slaveUrl+'fn='+entry['slave'][0]+'&_id='+entry['slave'][1].split('(')[0]+'&_pagelink='+entry['slave'][2]+'/'+str(entries.index(entry))+'/target&_links='+here.absolute_url()+'/'+col+'/getCollectionXML'">show
 </a>  </a>
   <input type="submit" value="change">
 </tr>  </tr>
 </table>  </table>
 <form tal:define="global nr python:nr+1" tal:attributes="action python:here.absolute_url()+'/removeEntry'">  </form>
   <form  tal:attributes="action python:here.absolute_url()+'/removeEntry'">
 <input type="hidden" name="nr:int"   <input type="hidden" name="nr:int" 
 tal:attributes="value nr">  tal:attributes="value nr">
 <input type="hidden" name="collection"   <input type="hidden" name="collection" 

Removed from v.1.3  
changed lines
  Added in v.1.4


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