Annotation of ECHO_content/vlp/essay_template.zpt, revision 1.2

1.1       dwinter     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>