annotate zpt/layer_text_dict.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
children ad6f97fd3944
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
526
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
3 <html xmlns="http://www.w3.org/1999/xhtml">
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
4 <head>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
5 <!-- not used here
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
6 <metal:block metal:define-macro="html_head">
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
7 </metal:block>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
8 -->
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
9 </head>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
10 <body>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
11 <!-- right-side options -->
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
12 <div class="col buttons">
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
13 <!-- LAYER DISPLAY OPTION -->
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
14 <ul>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
15 <metal:block metal:define-macro="layer_select_li">
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
16 <li>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
17 <input type="checkbox" class="autosubmit" name="viewLayer" value="dict"
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
18 tal:attributes="checked python:'dict' in viewLayers" /> Dictionary
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
19 </li>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
20 </metal:block>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
21 </ul>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
22 </div>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
23
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
24 <metal:block metal:define-macro="options_box" tal:condition="python:'dict' in viewLayers">
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
25 <!--"BEGIN DICTIONARY OVERVIEW"-->
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
26 <div class="options">
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
27 <h4>Dictionary view</h4>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
28 <form name="f3" action="">
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
29 <ul>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
30 <li>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
31 <input type="radio" name="r3" /> Tab
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
32 </li>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
33 <li>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
34 <input type="radio" name="r3" /> Window
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
35 </li>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
36 </ul>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
37 </form>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
38 </div>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
39 <!--"END DICTIONARY OVERVIEW"-->
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
40 </metal:block>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
41
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
42 </body>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
43
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
44 </html>