Changeset 94:9d08a21fdd83 in documentViewer for zpt/toc_thumbs.zpt


Ignore:
Timestamp:
Apr 9, 2010, 6:33:53 PM (14 years ago)
Author:
casties
Branch:
default
Message:

more changed templates, now with metal:use-macro
zogilib mostly working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/toc_thumbs.zpt

    r91 r94  
    1 <div tal:define="docinfo options/docinfo; pageinfo options/pageinfo; 
    2   start pageinfo/start; end pageinfo/end; rows pageinfo/rows; cols pageinfo/cols;
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     3<html xmlns="http://www.w3.org/1999/xhtml">
     4<head>
     5  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     6</head>
     7<body>
     8  <!-- block used for main content area -->
     9  <metal:block metal:define-macro="main">
     10    <div tal:define="start pageinfo/start; end pageinfo/end; rows pageinfo/rows; cols pageinfo/cols;
    311  current pageinfo/current; grpsize pageinfo/groupsize">
    412
     
    3038</table>
    3139</div>
     40  </metal:block>
     41</body>
     42</html>
Note: See TracChangeset for help on using the changeset viewer.