annotate zpt/page_main_text.zpt @ 514:c55e376be01b

search works even with unicode...
author casties
date Tue, 28 Feb 2012 19:46:37 +0100
parents 35e7ea6f2368
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
429
ebe50e81710f bibliograpfical info
abukhman
parents: 421
diff changeset
1 <tal:block tal:define="pageinfo python:options.get('pageinfo',None);
ebe50e81710f bibliograpfical info
abukhman
parents: 421
diff changeset
2 docinfo python:options.get('docinfo',None);
ebe50e81710f bibliograpfical info
abukhman
parents: 421
diff changeset
3 highlightQuery python:pageinfo.get('highlightQuery','');
448
35e7ea6f2368 *** empty log message ***
abukhman
parents: 429
diff changeset
4 s python:pageinfo.get('s','');
429
ebe50e81710f bibliograpfical info
abukhman
parents: 421
diff changeset
5 pn python:pageinfo.get('pn',1);
ebe50e81710f bibliograpfical info
abukhman
parents: 421
diff changeset
6 characterNormalization python:pageinfo.get('characterNormalization','');
ebe50e81710f bibliograpfical info
abukhman
parents: 421
diff changeset
7 optionToggle python:pageinfo.get('optionToggle','');">
421
057ba56855e1 *** empty log message ***
abukhman
parents: 401
diff changeset
8 <div tal:content="structure python:pageinfo['textPage']"></div>
429
ebe50e81710f bibliograpfical info
abukhman
parents: 421
diff changeset
9
110
36b94254d07e *** empty log message ***
abukhman
parents: 93
diff changeset
10 </tal:block>