File:  [Repository] / ECHO_content / vlp / essay_template.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Aug 6 13:22:55 2004 UTC (19 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
bug in essay fixed

    1: <!-- NOT CHANGE THE FOLLOWING -->
    2: 
    3: <html metal:use-macro="here/main_template/macros/page">
    4: <head>
    5: <title>Default</title>
    6: <!-- essays additional stylesheet : /vlp/esssasy_css-->
    7: <style metal:fill-slot="additionalStyles" 
    8: 	tal:content="structure here/essays_css"
    9: 	type="text/css"/>
   10: </head>
   11: <body>
   12: <span metal:fill-slot="body">
   13: <!--Editable Area -->
   14: <span tal:replace="structure python:here.getPage(getattr(here.REQUEST,'p','1'))"/>
   15: <table width="100%"><tr>
   16: <span tal:replace="structure python:here.previousPage(getattr(here.REQUEST,'p','1'),here.REQUEST['URL1'])"/>
   17: <span tal:replace="structure python:here.nextPage(getattr(here.REQUEST,'p','1'),here.REQUEST['URL1'])"/>
   18: </tr>
   19: </table>
   20: <!-- Do not edit the following -->
   21: </span>
   22: </body>
   23: </html>

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