comparison zpt/viewer/layer_text_dict.zpt @ 594:da7daa783df4

rearranged viewer templates into folder.
author casties
date Fri, 16 Nov 2012 17:16:50 +0100
parents zpt/layer_text_dict.zpt@ad6f97fd3944
children
comparison
equal deleted inserted replaced
593:eb46138db658 594:da7daa783df4
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"-->
26 <!-- <div class="options">
27 <h4>Dictionary view</h4>
28 <form name="f3" action="">
29 <div>Open dictionary definition</div>
30 <ul>
31 <li>
32 <input type="radio" name="r3" /> in new Tab
33 </li>
34 <li>
35 <input type="radio" name="r3" /> in new Window
36 </li>
37 </ul>
38 </form>
39 </div> -->
40 <!--"END DICTIONARY OVERVIEW"-->
41 </metal:block>
42
43 </body>
44
45 </html>