comparison zpt/viewer_main.zpt @ 38:025d3b6cba51

fixes by dirk
author casties
date Tue, 13 Jun 2006 17:10:35 +0200
parents 0bf5aac0ff41
children 6b5b153209bd
comparison
equal deleted inserted replaced
37:ead830ce45d6 38:025d3b6cba51
1 <html tal:define="docinfo options/docinfo; pageinfo options/pageinfo"> 1 <html tal:define="docinfo options/docinfo; pageinfo options/pageinfo">
2 <head> 2 <head>
3 <link rel="stylesheet" href="template/docuviewer_css" type="text/css"> 3 <link rel="stylesheet" href="template/docuviewer_css" type="text/css">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 </head> 5 </head>
5 <body tal:condition="docinfo/numPages"> 6 <body tal:condition="docinfo/numPages">
6 <div tal:replace="structure python:here.template.head_main(docinfo=docinfo)"/> 7 <div tal:replace="structure python:here.template.head_main(docinfo=docinfo)"/>
7 <tal:block tal:condition="python:here.isAccessible(docinfo)"> 8 <tal:block tal:condition="python:here.isAccessible(docinfo)">
8 <table border="0" width="100%" height="100%"> 9 <table border="0" width="100%" height="100%">