Diff for /ImageArchive/zpt/overviewMD.zpt between versions 1.1 and 1.2

version 1.1, 2006/05/15 13:14:16 version 1.2, 2008/08/18 13:27:42
Line 4 Line 4
    marginheight="0" scrolling="no"/>     marginheight="0" scrolling="no"/>
   
   <frameset cols="460,*">    <frameset cols="460,*">
     <frame tal:condition="here/REQUEST/SESSION/filename" tal:attributes="src python:here.REQUEST['URL1']+'/thumblistMD#'+here.REQUEST.SESSION['filename']+'?'+generic" name="left"      <frame tal:condition="here/REQUEST/SESSION/filename" tal:attributes="src python:here.REQUEST['URL1']+'/thumblistMD#'+here.REQUEST.SESSION['filename']+'?'+generic+'&showall='+here.REQUEST.get('showall','no')+'&filename='+here.REQUEST.get('filename','')" name="left"
      marginwidth="2" marginheight="2" scrolling="auto"/>       marginwidth="2" marginheight="2" scrolling="auto"/>
   
     <frame tal:condition="not:here/REQUEST/SESSION/filename" tal:attributes="src python:here.REQUEST['URL1']+'/thumblistMD?'+generic" name="left"      <frame tal:condition="not:here/REQUEST/SESSION/filename" tal:attributes="src python:here.REQUEST['URL1']+'/thumblistMD?'+generic+'&showall='+here.REQUEST.get('showall','no')+'&filename='+here.REQUEST.get('filename','')" 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(here.getImageByName(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"

Removed from v.1.1  
changed lines
  Added in v.1.2


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