diff zpt/toc_thumbs.zpt @ 122:027134cca83e

reverting back to non-metal version for now
author casties
date Tue, 25 May 2010 16:36:24 +0200
parents 9d08a21fdd83
children 50a28442f21c
line wrap: on
line diff
--- a/zpt/toc_thumbs.zpt	Tue May 25 12:03:55 2010 +0200
+++ b/zpt/toc_thumbs.zpt	Tue May 25 16:36:24 2010 +0200
@@ -1,13 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
-  <!-- block used for main content area -->
-  <metal:block metal:define-macro="main">
-    <div tal:define="start pageinfo/start; end pageinfo/end; rows pageinfo/rows; cols pageinfo/cols;
+<div tal:define="docinfo options/docinfo; pageinfo options/pageinfo;  
+  start pageinfo/start; end pageinfo/end; rows pageinfo/rows; cols pageinfo/cols;
   current pageinfo/current; grpsize pageinfo/groupsize">
 
 <div class="thumbruler">
@@ -37,6 +29,3 @@
   </tr>
 </table>
 </div>
-  </metal:block>
-</body>
-</html>
\ No newline at end of file