Changeset 393:bb317af1c197 in documentViewer
- Timestamp:
- Nov 3, 2010, 2:59:05 PM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r392 r393 140 140 return docinfo 141 141 142 #def getQueryResultHits(self, docinfo=None, pageinfo=None): 143 144 142 145 def getGisPlaces(self, docinfo=None, pageinfo=None): 143 146 """ Show all Gis Places of whole Page""" … … 349 352 numdivs = pagedom.xpath("//div[@class='queryResultHits']") 350 353 tocSearch = int(getTextFromNode(numdivs[0])) 354 logging.debug("documentViewer (gettoc) tocSearch: %s"%(tocSearch)) 351 355 tc=int((tocSearch/10)+1) 352 356 logging.debug("documentViewer (gettoc) tc: %s"%(tc))
Note: See TracChangeset
for help on using the changeset viewer.