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

version 1.3, 2006/06/14 08:34:31 version 1.4, 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="filename" tal:attributes="src python:here.absolute_url()+'/thumblistSelectedMD#'+here.REQUEST.SESSION['filename']+'?_start='+str(start)" name="left"      <frame tal:condition="filename" tal:attributes="src python:here.absolute_url()+'/thumblistSelectedMD#'+here.REQUEST.SESSION['filename']+'?_start='+str(start)+'&showall='+here.REQUEST.get('showall','no')" name="left"
      marginwidth="2" marginheight="2" scrolling="auto"/>       marginwidth="2" marginheight="2" scrolling="auto"/>
   
  <frame tal:condition="not:filename" tal:attributes="src python:here.absolute_url()+'/thumblistSelectedMD?_start'+str(start)" name="left"   <frame tal:condition="not:filename" tal:attributes="src python:here.absolute_url()+'/thumblistSelectedMD?_start'+str(start)+'&showall='+here.REQUEST.get('showall','no')" name="left"
      marginwidth="2" marginheight="2" scrolling="auto"/>       marginwidth="2" marginheight="2" scrolling="auto"/>
           
     <frame tal:condition="filename" tal:attributes="src python:getattr(getattr(here,here.REQUEST.SESSION['filename']),'absolute_url')() " name="right"      <frame tal:condition="filename" tal:attributes="src python:getattr(getattr(here,here.REQUEST.SESSION['filename']),'absolute_url')() " name="right"

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


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