Diff for /documentViewer/zpt/page_main_images.zpt between versions 1.1 and 1.2

version 1.1, 2010/03/19 11:42:40 version 1.2, 2010/04/09 18:33:53
Line 1 Line 1
 <tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; mk python:options.get('mk','')">  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  <iframe height="100%" width="100%" tal:attributes="src string:${here/template/zogilib/absolute_url}?fn=${docinfo/imagePath}&pn=${pageinfo/current}&$mk"/>      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 </tal:block>  <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <!--  block used for definitions and scripts in head -->
     <metal:block metal:define-macro="head" tal:define="zogilib nocall:here/zogilib; fn docinfo/imagePath; pn pageinfo/current">
       <metal:block metal:use-macro="here/zogilib/template/main_embed/macros/head"/>
     </metal:block>
   </head>
   <body onload="dl_init()">
     <!-- block used for main content area -->
     <metal:block metal:define-macro="main" tal:define="zogilib nocall:here/zogilib">
       <tal:block tal:define="global zogilib_hasNavRef nothing"/>
       <metal:block metal:use-macro="here/zogilib/template/main_embed/macros/main"/>
     </metal:block>
   </body>
   </html>

Removed from v.1.1  
changed lines
  Added in v.1.2


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