comparison zpt/layer_text_annotator.zpt @ 526:3f375a048402

moved search and dict into separate layers. removed search_template. added tocMode=concordance. fixed bug with paging tocs.
author casties
date Tue, 10 Apr 2012 19:41:44 +0200
parents 70c3ae5eac7c
children 652cc8d3f1a9
comparison
equal deleted inserted replaced
525:70c3ae5eac7c 526:3f375a048402
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head> 4 <head>
5 <metal:block metal:define-macro="html_head"> 5 <metal:block metal:define-macro="html_head" tal:condition="python:'annotator' in viewLayers">
6 <!-- annotator --> 6 <!-- annotator -->
7 <link rel="stylesheet" type="text/css" 7 <link rel="stylesheet" type="text/css"
8 tal:attributes="href string:$rootUrl/template/annotator_files/css/annotator.css" /> 8 tal:attributes="href string:$rootUrl/template/annotator_files/css/annotator.css" />
9 9
10 <script 10 <script
85 tal:attributes="checked python:'annotator' in viewLayers" /> Annotations 85 tal:attributes="checked python:'annotator' in viewLayers" /> Annotations
86 </li> 86 </li>
87 </ul> 87 </ul>
88 </div> 88 </div>
89 89
90 <metal:block metal:define-macro="options_box"> 90 <metal:block metal:define-macro="options_box" tal:condition="python:'annotator' in viewLayers">
91 <!-- BEGIN ANNOTATIONS --> 91 <!-- BEGIN ANNOTATIONS -->
92 <div class="options"> 92 <div class="options">
93 <h4>Annotations</h4> 93 <h4>Annotations</h4>
94 <div>nothing to be seen here...</div> 94 <div>nothing to be seen here...</div>
95 </div> 95 </div>