source: documentViewer/zpt/page_main_text.zpt @ 433:24fc850a35e6

Last change on this file since 433:24fc850a35e6 was 429:ebe50e81710f, checked in by abukhman, 13 years ago

bibliograpfical info

File size: 583 bytes
Line 
1<tal:block tal:define="pageinfo python:options.get('pageinfo',None);
2                       docinfo python:options.get('docinfo',None);
3                       highlightQuery python:pageinfo.get('highlightQuery','');
4                       sn python:pageinfo.get('sn','');
5                       pn python:pageinfo.get('pn',1);
6                       characterNormalization python:pageinfo.get('characterNormalization','');
7                       optionToggle python:pageinfo.get('optionToggle','');">
8  <div tal:content="structure python:pageinfo['textPage']"></div>
9 
10</tal:block>
Note: See TracBrowser for help on using the repository browser.