Changeset 587:6000c7e24d8a in documentViewer for zpt


Ignore:
Timestamp:
Nov 15, 2012, 4:09:45 PM (11 years ago)
Author:
casties
Branch:
default
Message:

new parameter "pf" to specify image file name. (still some issues)

Location:
zpt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • zpt/layer_images_annotator.zpt

    r586 r587  
    7373      </form>
    7474      <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>
    7676      </p>
    7777    </div>
  • zpt/layer_text_annotator.zpt

    r557 r587  
    126126      </form>
    127127      <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>
    129         <!--  <a class="button" tal:attributes="href python:'%s/login/logout?came_from=%s'%(viewerUrl,std.url_quote(here.getLink()))">log out</a> -->
     128        <a class="button" tal:attributes="href python:'%s/login/login?came_from=%s'%(viewerUrl,std.url_quote(here.getLink()))">Log in</a>
    130129      </p>
    131130    </div>
Note: See TracChangeset for help on using the changeset viewer.