Changeset 113:8cd56b99972c in documentViewer


Ignore:
Timestamp:
May 21, 2010, 2:29:17 PM (14 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r112 r113  
    740740                        if href.startswith('../lt/lemma.xql'):
    741741                            selfurl = self.absolute_url()
    742                             hrefNode.nodeValue = href.replace('lt/lemma.xql','%s/template/head_main_lemma'%selfurl)       
     742                            hrefNode.nodeValue = href.replace('..lt/lemma.xql','%s/template/head_main_lemma'%selfurl)       
    743743                            l.setAttributeNS(None, 'target', '_blank')
    744744                            l.setAttributeNS(None, 'onClick',"popupWin = window.open(this.href, 'contacts', 'location,width=500,height=600,top=180, left=400, scrollbars=1'); return false;")
Note: See TracChangeset for help on using the changeset viewer.