source: documentViewer/zpt/layer_text_dict.zpt @ 562:60f5a636bc57

Last change on this file since 562:60f5a636bc57 was 537:ad6f97fd3944, checked in by casties, 12 years ago

fixes closing tickets concerning tocs.

File size: 1.2 KB
Line 
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>
Note: See TracBrowser for help on using the repository browser.