annotate zpt/layer_text_dict.zpt @ 537:ad6f97fd3944

fixes closing tickets concerning tocs.
author casties
date Fri, 27 Jul 2012 17:09:59 +0200
parents 3f375a048402
children
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"-->
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 526
diff changeset
26 <!-- <div class="options">
526
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="">
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 526
diff changeset
29 <div>Open dictionary definition</div>
526
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
30 <ul>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
31 <li>
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 526
diff changeset
32 <input type="radio" name="r3" /> in new Tab
526
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 <li>
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 526
diff changeset
35 <input type="radio" name="r3" /> in new Window
526
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
36 </li>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
37 </ul>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
38 </form>
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 526
diff changeset
39 </div> -->
526
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
40 <!--"END DICTIONARY OVERVIEW"-->
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
41 </metal:block>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
42
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
43 </body>
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
44
3f375a048402 moved search and dict into separate layers.
casties
parents:
diff changeset
45 </html>