comparison zpt/viewer_text.zpt @ 536:abd36d4d97b8

new version of index page. improvements for digilib page and thumbnail overview.
author casties
date Thu, 26 Jul 2012 21:22:56 +0200
parents 510bae2b593b
children 4b43a57ad9b3
comparison
equal deleted inserted replaced
535:510bae2b593b 536:abd36d4d97b8
29 <tal:block tal:define="mpath string:here/template/layer_text_${layer}/macros/html_head" tal:condition="python:exists(mpath)"> 29 <tal:block tal:define="mpath string:here/template/layer_text_${layer}/macros/html_head" tal:condition="python:exists(mpath)">
30 <metal:block metal:use-macro="python:path(mpath)" /> 30 <metal:block metal:use-macro="python:path(mpath)" />
31 </tal:block> 31 </tal:block>
32 </tal:block> 32 </tal:block>
33 </head> 33 </head>
34 <!-- body -->
34 <body tal:condition="numPages"> 35 <body tal:condition="numPages">
35 <tal:block 36 <tal:block
36 tal:define="docpath docinfo/textURLPath | nothing; 37 tal:define="docpath docinfo/textURLPath | nothing;
37 pn pageinfo/pn; 38 pn pageinfo/pn;
38 flowLtr python:docinfo.get('pageFlow','ltr')!='rtl'; 39 flowLtr python:docinfo.get('pageFlow','ltr')!='rtl';