Changeset 627:98fe8e168c01 in documentViewer


Ignore:
Timestamp:
Dec 15, 2014, 4:59:59 PM (9 years ago)
Author:
casties
Branch:
default
Message:

fix bug with sslify in template.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/viewer/layer_image_annotator.zpt

    r626 r627  
    1111
    1212  <script type="text/javascript"
    13     tal:define="global annServerUrl python:here.sslifyUrl('//tuxserve03.mpiwg-berlin.mpg.de/AnnotationManager', here);
     13    tal:define="global annServerUrl python:here.sslifyUrl('//tuxserve03.mpiwg-berlin.mpg.de/AnnotationManager', app=here);
    1414    global annTokenUrl string:$viewerUrl/template/token/getLoginToken;
    1515    annUrl python:'http://echo.mpiwg-berlin.mpg.de/documents%s?pn=%s'%(docinfo['imagePath'],pageinfo['pn']);
Note: See TracChangeset for help on using the changeset viewer.