File:  [Repository] / OSAS / OSA_system / zpt / AddOSAS_combineTextImageFinal.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 3 13:02:54 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
moved templates to zpt

    1: <html metal:use-macro="here/main_template/macros/page">
    2: <body>
    3:  <div metal:fill-slot="body">
    4:  <h2>Object added to the standard viewer-environment</h2>
    5: 
    6: <p>see <a href="link" tal:attributes="href python:here.REQUEST.SESSION['linkViewerEnvironment']" tal:content="python:here.REQUEST.SESSION['linkViewerEnvironment']" target="_blank">LINK</a></p>
    7: 
    8: <p><a href="XXXX" tal:attributes="href python:here.REQUEST['URL2']+'?path='+here.REQUEST['path']">Back to the storage page</a></p>
    9: </div>
   10: </body>
   11: </html> 

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