comparison zpt/layer_text_annotator.zpt @ 587:6000c7e24d8a

new parameter "pf" to specify image file name. (still some issues)
author casties
date Thu, 15 Nov 2012 17:09:45 +0100
parents abcb67f5cab4
children
comparison
equal deleted inserted replaced
586:230ba358da3c 587:6000c7e24d8a
123 </select> <br /> 123 </select> <br />
124 <input type="submit" value="Go!" /> 124 <input type="submit" value="Go!" />
125 </p> 125 </p>
126 </form> 126 </form>
127 <p tal:define="std modules/Products.PythonScripts.standard"> 127 <p tal:define="std modules/Products.PythonScripts.standard">
128 <a class="button" tal:attributes="href python:'%s/login/login?came_from=%s'%(viewerUrl,std.url_quote(here.getLink()))">log in</a> 128 <a class="button" tal:attributes="href python:'%s/login/login?came_from=%s'%(viewerUrl,std.url_quote(here.getLink()))">Log in</a>
129 <!-- <a class="button" tal:attributes="href python:'%s/login/logout?came_from=%s'%(viewerUrl,std.url_quote(here.getLink()))">log out</a> -->
130 </p> 129 </p>
131 </div> 130 </div>
132 <!-- END ANNOTATIONS --> 131 <!-- END ANNOTATIONS -->
133 </metal:block> 132 </metal:block>
134 133