File:  [Repository] / ImageArchive / zpt / overviewMD.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Aug 18 13:27:42 2008 UTC (15 years, 9 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
*** empty log message ***

<html tal:define="generic python:'generic='+here.REQUEST.get('generic','no')">
    <frameset rows="34, *">
    <frame tal:attributes="src python:here.absolute_url()+'/navig_html'" name="manage_top_frame"
   marginheight="0" scrolling="no"/>

  <frameset cols="460,*">
    <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"/>

    <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"/>
    
    <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"/>
    <frame tal:condition="not:here/REQUEST/SESSION/filename" name="right"
     marginwidth="2" marginheight="2" scrolling="auto"/>

  </frameset>

  </frameset>
</html>

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