Changeset 556:c7fed4285d25 in documentViewer for zpt


Ignore:
Timestamp:
Sep 26, 2012, 2:50:04 PM (12 years ago)
Author:
casties
Branch:
default
Message:

resource uri not with dri.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/layer_text_annotator.zpt

    r555 r556  
    3333  <script type="text/javascript"
    3434    tal:define="annUrl python:'http://echo.mpiwg-berlin.mpg.de/documents%s?pn=%s'%(docinfo['documentPath'],pageinfo['pn']);
    35     resUrl python:'http://echo.mpiwg-berlin.mpg.de/documents%s'%(docinfo['DRI']);
     35    resUrl python:'http://echo.mpiwg-berlin.mpg.de/documents%s'%(docinfo['documentPath']));
    3636    global annUser python:here.getAuthenticatedUser(anon='anonymous');
    3737    global annGroup python:request.get('annotator_group', None);
Note: See TracChangeset for help on using the changeset viewer.