Changeset 372:36de9945504c in documentViewer
- Timestamp:
- Oct 25, 2010, 10:31:10 AM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r371 r372 214 214 textmode = mode 215 215 #logging.debug("documentViewer highlightQuery: %s"%(highlightQuery)) 216 textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) 216 #textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) 217 textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s&highlightQuery=%s&sn=%s"%(docpath,textmode,pn,characterNormalization, highlightQuery, sn) 217 218 if highlightQuery is not None: 218 219 #textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn)
Note: See TracChangeset
for help on using the changeset viewer.