comparison zpt/layer_text_pundit.zpt @ 552:13eb36c0b00c

layer template for pundit layer
author casties
date Wed, 19 Sep 2012 10:37:38 +0200
parents
children
comparison
equal deleted inserted replaced
551:f558624d3f73 552:13eb36c0b00c
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="pundit"
18 tal:attributes="checked python:'pundit' in viewLayers" /> Pundit
19 </li>
20 </metal:block>
21 </ul>
22 </div>
23
24 <metal:block metal:define-macro="options_box" tal:condition="python:'pundit' in viewLayers">
25 <!-- <div class="options">
26 <h4>Dictionary view</h4>
27 <form name="f3" action="">
28 <div>Open dictionary definition</div>
29 <ul>
30 <li>
31 <input type="radio" name="r3" /> in new Tab
32 </li>
33 <li>
34 <input type="radio" name="r3" /> in new Window
35 </li>
36 </ul>
37 </form>
38 </div> -->
39 </metal:block>
40
41 </body>
42
43 </html>