Changeset 113:8cd56b99972c in documentViewer
- Timestamp:
- May 21, 2010, 2:29:17 PM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentViewer.py
r112 r113 740 740 if href.startswith('../lt/lemma.xql'): 741 741 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) 743 743 l.setAttributeNS(None, 'target', '_blank') 744 744 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.