comparison zpt/layer_images_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 230ba358da3c
children
comparison
equal deleted inserted replaced
586:230ba358da3c 587:6000c7e24d8a
70 </select> <br /> 70 </select> <br />
71 <input type="submit" value="Go!" /> 71 <input type="submit" value="Go!" />
72 </p> 72 </p>
73 </form> 73 </form>
74 <p tal:define="std modules/Products.PythonScripts.standard"> 74 <p tal:define="std modules/Products.PythonScripts.standard">
75 <a class="button" tal:attributes="href python:'%s/login/login?came_from=%s'%(viewerUrl,std.url_quote(here.getLink()))">log in</a> 75 <a class="button" tal:attributes="href python:'%s/login/login?came_from=%s'%(viewerUrl,std.url_quote(here.getLink()))">Log in</a>
76 </p> 76 </p>
77 </div> 77 </div>
78 <!-- END ANNOTATIONS --> 78 <!-- END ANNOTATIONS -->
79 </metal:block> 79 </metal:block>
80 80