Changeset 481:0a0f7f570f90 in documentViewer for zpt/viewer_text.zpt


Ignore:
Timestamp:
Aug 16, 2011, 10:02:00 AM (13 years ago)
Author:
casties
Branch:
elementtree
Message:

more new templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/viewer_text.zpt

    r480 r481  
    2121  <div class="page_body" tal:condition="python:here.isAccessible(docinfo)">
    2222    <!--table of contents-->
    23     <div class="toc"
     23    <div class="col_left"
    2424      metal:use-macro="python:path('here/template/toc_%s/macros/main'%tocMode)" />
    2525    <!-- text page -->
    26     <div class="text">
     26    <div class="col_main">
    2727      <div class="ruler">
    28         <form class="autosubmit pageruler" tal:attributes="action viewerUrl">
     28        <form class="autosubmit" tal:attributes="action viewerUrl">
    2929          <input type="hidden" tal:define="params python:here.getParams('pn', None)"
    3030            tal:repeat="param params" tal:attributes="name param; value python:params[param]" />
     
    4848        </form>
    4949      </div>
    50       <div class="page">
     50      <div class="content">
    5151        <div class="pageHeaderTitle" tal:condition="exists:pageinfo/pageHeaderTitle" tal:content="structure pageinfo/pageHeaderTitle"/>
    5252        <tal:block tal:replace="structure textPage"/>
Note: See TracChangeset for help on using the changeset viewer.