File:  [Repository] / ImageArchive / zpt / overview_selectedMD.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue May 16 10:28:09 2006 UTC (18 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
new version with metadata (not compatible with the old one)

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

  <frameset cols="460,*">
    <frame tal:condition="filename" tal:attributes="src python:here.absolute_url()+'/thumblistSelectedMD#'+here.REQUEST.SESSION['filename']" name="left"
     marginwidth="2" marginheight="2" scrolling="auto"/>

 <frame tal:condition="not:filename" tal:attributes="src python:here.absolute_url()+'/thumblistSelectedMD'" name="left"
     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"
     marginwidth="2" marginheight="2" scrolling="auto"/>
    <frame tal:condition="not:filename" name="right"
     marginwidth="2" marginheight="2" scrolling="auto"/>

  </frameset>

  </frameset>
</html>

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