Changeset 115:477642ca6887 in documentViewer


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r114 r115  
    739739                        if href.startswith('../lt/lemma.xql'):
    740740                            selfurl = self.absolute_url()
    741                             hrefNode.nodeValue = href.replace('..lt/lemma.xql','%s/template/head_main_lemma'%selfurl)       
     741                            hrefNode.nodeValue = href.replace('lt/lemma.xql','%s/template/head_main_lemma'%selfurl)       
    742742                            l.setAttributeNS(None, 'target', '_blank')
    743743                            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.