Mercurial > hg > documentViewer
view zpt/layer_text_pundit.zpt @ 560:04c330b92cab
uses escidoc-dri (instead of -test). updated default license display for access!=free.
author | casties |
---|---|
date | Mon, 01 Oct 2012 15:33:22 +0200 |
parents | 13eb36c0b00c |
children |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- not used here <metal:block metal:define-macro="html_head"> </metal:block> --> </head> <body> <!-- right-side options --> <div class="col buttons"> <!-- LAYER DISPLAY OPTION --> <ul> <metal:block metal:define-macro="layer_select_li"> <li> <input type="checkbox" class="autosubmit" name="viewLayer" value="pundit" tal:attributes="checked python:'pundit' in viewLayers" /> Pundit </li> </metal:block> </ul> </div> <metal:block metal:define-macro="options_box" tal:condition="python:'pundit' in viewLayers"> <!-- <div class="options"> <h4>Dictionary view</h4> <form name="f3" action=""> <div>Open dictionary definition</div> <ul> <li> <input type="radio" name="r3" /> in new Tab </li> <li> <input type="radio" name="r3" /> in new Window </li> </ul> </form> </div> --> </metal:block> </body> </html>