Changeset 374:d573866dd95b in documentViewer
- Timestamp:
- Oct 25, 2010, 10:41:12 AM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r373 r374 197 197 198 198 199 def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, highlightQuery=None,sn=None,viewMode=None, tocMode=None, tocPN=None, characterNormalization=""):199 def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, viewMode=None, tocMode=None, tocPN=None, characterNormalization=""): 200 200 """returns single page from fulltext""" 201 201 docpath = docinfo['textURLPath'] … … 214 214 else: 215 215 textmode = mode 216 #logging.debug("documentViewer highlightQuery: %s"%(highlightQuery))216 logging.debug("documentViewer highlightQuery: %s"%(highlightQuery)) 217 217 textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) 218 218 if highlightQuery is not None:
Note: See TracChangeset
for help on using the changeset viewer.