Changeset 403:a4ad4020ef6a in documentViewer for MpdlXmlTextServer.py


Ignore:
Timestamp:
Nov 9, 2010, 12:52:02 PM (13 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r402 r403  
    392392         numdivs = pagedom.xpath("//div[@class='queryResultHits']")
    393393         tocSearch = int(getTextFromNode(numdivs[0])) 
    394          tc=int((tocSearch/10)+1) 
     394         tc=int((tocSearch/30)+1) 
    395395         return tc
    396396
     
    412412         numdivs = pagedom.xpath("//div[@class='queryResultHits']")
    413413         tocSearch = int(getTextFromNode(numdivs[0])) 
    414          tc=int((tocSearch/10)+1) 
     414         tc=int((tocSearch/30)+1) 
    415415         return tc
    416416
Note: See TracChangeset for help on using the changeset viewer.