Diff for /ImageArchive/zpt/overview.zpt between versions 1.3 and 1.4

version 1.3, 2004/11/18 16:34:36 version 1.4, 2005/03/15 20:31:10
Line 10 Line 10
  <frame tal:condition="not:here/REQUEST/SESSION/filename" tal:attributes="src python:here.REQUEST['URL1']+'/thumblist'" name="left"   <frame tal:condition="not:here/REQUEST/SESSION/filename" tal:attributes="src python:here.REQUEST['URL1']+'/thumblist'" name="left"
      marginwidth="2" marginheight="2" scrolling="auto"/>       marginwidth="2" marginheight="2" scrolling="auto"/>
           
     <frame tal:condition="here/REQUEST/SESSION/filename" tal:attributes="src python:getattr(getattr(here,here.REQUEST.SESSION['filename']),'absolute_url')() " name="right"      <frame tal:condition="here/REQUEST/SESSION/filename" tal:attributes="src python:getattr(here.getImageByName(here.REQUEST.SESSION['filename']),'absolute_url')() " name="right"
      marginwidth="2" marginheight="2" scrolling="auto"/>       marginwidth="2" marginheight="2" scrolling="auto"/>
     <frame tal:condition="not:here/REQUEST/SESSION/filename" name="right"      <frame tal:condition="not:here/REQUEST/SESSION/filename" name="right"
      marginwidth="2" marginheight="2" scrolling="auto"/>       marginwidth="2" marginheight="2" scrolling="auto"/>

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


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