Annotation of ImageArchive/zpt/IFrameMain.zpt, revision 1.4

1.1       dwinter     1: <html metal:use-macro="here/main_template/macros/page">
                      2:   
                      3:   <body>
1.4     ! dwinter     4:     <span metal:fill-slot="body">
        !             5: 
        !             6: <!--      <table border="0" width="100%">
1.1       dwinter     7:    <tr>
                      8:      <td align="left">
                      9:        <a tal:attributes="href python:here.REQUEST['URL1']+'/addImage'" target="right">Add an Image</a>
                     10:      </td>
                     11:    </tr>
                     12:    <tr>
                     13:      <td align="left">
                     14:        <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>
                     15:     </td></tr>
                     16:    <tr>
                     17:      <td align="left">
                     18:        <a tal:attributes="href python:here.REQUEST['URL1']+'/setColTimesRowForm'" target="right">Setup Thumbnail Display</a>
                     19:     </td></tr>
1.2       dwinter    20: 
1.4     ! dwinter    21:       </table>-->
        !            22: <!--XX-->
        !            23:      <iframe id="left" tal:condition="here/REQUEST/SESSION/filename" tal:attributes="src python:here.REQUEST['URL1']+'/thumblistNewWindow#'+here.REQUEST.SESSION['filename']" 
        !            24:      marginwidth="2" marginheight="2" width="700" height="500pt" scrolling="auto"/>
        !            25:   
        !            26:   
1.3       dwinter    27:     
1.4     ! dwinter    28:    <iframe id="left" tal:condition="not:here/REQUEST/SESSION/filename" tal:attributes="src python:here.REQUEST['URL1']+'/thumblistNewWindow'" 
        !            29:       marginwidth="2" marginheight="2" width="700" height="500pt" scrolling="auto"/>
1.3       dwinter    30:     
1.1       dwinter    31:       </span>
                     32:    </body>
                     33: </html>

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