File:  [Repository] / ImageArchive / zpt / overview.zpt
Revision 1.7: download - view: text, annotated - select for diffs - revision graph
Mon May 15 08:18:02 2006 UTC (18 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minorCVS: ----------------------------------------------------------------------

<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']+'/thumblist#'+here.REQUEST.SESSION['filename']+'?'+generic" name="left"
     marginwidth="2" marginheight="2" scrolling="auto"/>

    <frame tal:condition="not:here/REQUEST/SESSION/filename" tal:attributes="src python:here.REQUEST['URL1']+'/thumblist?'+generic" 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>