File:  [Repository] / ImageArchive / zpt / IFrameMain.zpt
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Mon Jul 19 17:12:56 2004 UTC (19 years, 10 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
iframe

<html metal:use-macro="here/main_template/macros/page">
  
  <body>
    <span metal:fill-slot="body">

<!--      <table border="0" width="100%">
	<tr>
	  <td align="left">
	    <a tal:attributes="href python:here.REQUEST['URL1']+'/addImage'" target="right">Add an Image</a>
	  </td>
	</tr>
	<tr>
	  <td align="left">
	    <a tal:condition="python:here.REQUEST.SESSION.has_key('filename')" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/download'" target="_blank">download the currently selected image</a>
	 </td></tr>
	<tr>
	  <td align="left">
	    <a tal:attributes="href python:here.REQUEST['URL1']+'/setColTimesRowForm'" target="right">Setup Thumbnail Display</a>
	 </td></tr>

      </table>-->
<!--XX-->
     <iframe id="left" tal:condition="here/REQUEST/SESSION/filename" tal:attributes="src python:here.REQUEST['URL1']+'/thumblistNewWindow#'+here.REQUEST.SESSION['filename']" 
     marginwidth="2" marginheight="2" width="700" height="500pt" scrolling="auto"/>
  
  
    
   <iframe id="left" tal:condition="not:here/REQUEST/SESSION/filename" tal:attributes="src python:here.REQUEST['URL1']+'/thumblistNewWindow'" 
	   marginwidth="2" marginheight="2" width="700" height="500pt" scrolling="auto"/>
    
      </span>
   </body>
</html>

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