comparison zpt/viewer_text.zpt @ 585:83eeed69793f

new annotator layer for images.
author casties
date Tue, 13 Nov 2012 17:33:34 +0100
parents f1906951be2a
children
comparison
equal deleted inserted replaced
584:011905457a5f 585:83eeed69793f
71 </tal:block> 71 </tal:block>
72 </tal:block> 72 </tal:block>
73 73
74 <!-- right-side options --> 74 <!-- right-side options -->
75 <div class="col buttons"> 75 <div class="col buttons">
76 <!--"BEGIN TEXT DISPLAY" --> 76 <!--BEGIN TEXT LAYERS -->
77 <div class="options" tal:condition="availableLayers"> 77 <div class="options" tal:condition="availableLayers">
78 <h4>Text layer</h4> 78 <h4>Text layer</h4>
79 <form tal:attributes="action viewerUrl" class="autosubmit"> 79 <form tal:attributes="action viewerUrl" class="autosubmit">
80 <input type="hidden" tal:define="params python:here.getParams(params={'viewLayer':None})" 80 <input type="hidden" tal:define="params python:here.getParams(params={'viewLayer':None})"
81 tal:repeat="param params" tal:attributes="name param; value python:params[param]" /> 81 tal:repeat="param params" tal:attributes="name param; value python:params[param]" />
89 </tal:block> 89 </tal:block>
90 </ul> 90 </ul>
91 <input type="submit" value="Go!" /> 91 <input type="submit" value="Go!" />
92 </form> 92 </form>
93 </div> 93 </div>
94 <!--"END TEXT DISPLAY"--> 94 <!--END TEXT LAYERS-->
95 95
96 <!--"BEGIN TEXT SIZE"--> 96 <!--"BEGIN TEXT SIZE"-->
97 <!-- <div class="options"> 97 <!-- <div class="options">
98 <h4>Text size</h4> 98 <h4>Text size</h4>
99 <ul class="fsizer"> 99 <ul class="fsizer">