diff zpt/viewer_text.zpt @ 481:0a0f7f570f90 elementtree

more new templates
author casties
date Tue, 16 Aug 2011 12:02:00 +0200
parents 50a28442f21c
children ab9b34a1c62a
line wrap: on
line diff
--- a/zpt/viewer_text.zpt	Mon Aug 15 21:09:08 2011 +0200
+++ b/zpt/viewer_text.zpt	Tue Aug 16 12:02:00 2011 +0200
@@ -20,12 +20,12 @@
   <div class="page_head" metal:use-macro="here/template/head_main/macros/main" />
   <div class="page_body" tal:condition="python:here.isAccessible(docinfo)">
     <!--table of contents-->
-    <div class="toc"
+    <div class="col_left"
       metal:use-macro="python:path('here/template/toc_%s/macros/main'%tocMode)" />
     <!-- text page -->
-    <div class="text">
+    <div class="col_main">
       <div class="ruler">
-        <form class="autosubmit pageruler" tal:attributes="action viewerUrl">
+        <form class="autosubmit" tal:attributes="action viewerUrl">
           <input type="hidden" tal:define="params python:here.getParams('pn', None)"
             tal:repeat="param params" tal:attributes="name param; value python:params[param]" />
         page
@@ -47,7 +47,7 @@
         <span tal:condition="not:rightest">&gt;|</span>
         </form>
       </div>
-      <div class="page">
+      <div class="content">
         <div class="pageHeaderTitle" tal:condition="exists:pageinfo/pageHeaderTitle" tal:content="structure pageinfo/pageHeaderTitle"/>
         <tal:block tal:replace="structure textPage"/>
       </div>