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

version 1.4, 2006/10/18 14:42:32 version 1.5, 2007/01/09 17:01:01
Line 56  tal:attributes="value col"> Line 56  tal:attributes="value col">
 <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><input site="20" name="masterID" tal:attributes="value python:entry['master'][2]"/></td>
 <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  <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>
   <a target="master" tal:attributes="href python:masterUrl+'_showall=yes&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'">all on this page
   </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><input type="text" size="90"  name="slaveUrl" tal:attributes="value 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 tal:content="python:entry['slave'][2]"/>
 <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  <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">  <input type="submit" value="change">

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


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