526
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3 <html xmlns="http://www.w3.org/1999/xhtml">
|
|
4 <head>
|
|
5 <!-- not used here
|
|
6 <metal:block metal:define-macro="html_head">
|
|
7 </metal:block>
|
|
8 -->
|
|
9 </head>
|
|
10 <body>
|
|
11 <!-- right-side options -->
|
|
12 <div class="col buttons">
|
|
13 <!-- LAYER DISPLAY OPTION -->
|
|
14 <ul>
|
|
15 <metal:block metal:define-macro="layer_select_li">
|
|
16 <li>
|
|
17 <input type="checkbox" class="autosubmit" name="viewLayer" value="dict"
|
|
18 tal:attributes="checked python:'dict' in viewLayers" /> Dictionary
|
|
19 </li>
|
|
20 </metal:block>
|
|
21 </ul>
|
|
22 </div>
|
|
23
|
|
24 <metal:block metal:define-macro="options_box" tal:condition="python:'dict' in viewLayers">
|
|
25 <!--"BEGIN DICTIONARY OVERVIEW"-->
|
537
|
26 <!-- <div class="options">
|
526
|
27 <h4>Dictionary view</h4>
|
|
28 <form name="f3" action="">
|
537
|
29 <div>Open dictionary definition</div>
|
526
|
30 <ul>
|
|
31 <li>
|
537
|
32 <input type="radio" name="r3" /> in new Tab
|
526
|
33 </li>
|
|
34 <li>
|
537
|
35 <input type="radio" name="r3" /> in new Window
|
526
|
36 </li>
|
|
37 </ul>
|
|
38 </form>
|
537
|
39 </div> -->
|
526
|
40 <!--"END DICTIONARY OVERVIEW"-->
|
|
41 </metal:block>
|
|
42
|
|
43 </body>
|
|
44
|
|
45 </html>
|