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, 9 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
bug in essay fixed

<!-- NOT CHANGE THE FOLLOWING -->

<html metal:use-macro="here/main_template/macros/page">
<head>
<title>Default</title>
<!-- essays additional stylesheet : /vlp/esssasy_css-->
<style metal:fill-slot="additionalStyles" 
	tal:content="structure here/essays_css"
	type="text/css"/>
</head>
<body>
<span metal:fill-slot="body">
<!--Editable Area -->
<span tal:replace="structure python:here.getPage(getattr(here.REQUEST,'p','1'))"/>
<table width="100%"><tr>
<span tal:replace="structure python:here.previousPage(getattr(here.REQUEST,'p','1'),here.REQUEST['URL1'])"/>
<span tal:replace="structure python:here.nextPage(getattr(here.REQUEST,'p','1'),here.REQUEST['URL1'])"/>
</tr>
</table>
<!-- Do not edit the following -->
</span>
</body>
</html>

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