Changeset 403:a4ad4020ef6a in documentViewer
- Timestamp:
- Nov 9, 2010, 12:52:02 PM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r402 r403 392 392 numdivs = pagedom.xpath("//div[@class='queryResultHits']") 393 393 tocSearch = int(getTextFromNode(numdivs[0])) 394 tc=int((tocSearch/ 10)+1)394 tc=int((tocSearch/30)+1) 395 395 return tc 396 396 … … 412 412 numdivs = pagedom.xpath("//div[@class='queryResultHits']") 413 413 tocSearch = int(getTextFromNode(numdivs[0])) 414 tc=int((tocSearch/ 10)+1)414 tc=int((tocSearch/30)+1) 415 415 return tc 416 416
Note: See TracChangeset
for help on using the changeset viewer.