diff documentViewer.py @ 310:80ae2324562b

*** empty log message ***
author abukhman
date Fri, 15 Oct 2010 14:01:46 +0200
parents ec5e920a61e6
children 446cb6197547
line wrap: on
line diff
--- a/documentViewer.py	Fri Oct 15 12:30:52 2010 +0200
+++ b/documentViewer.py	Fri Oct 15 14:01:46 2010 +0200
@@ -191,9 +191,13 @@
         return self.template.fulltextclient.getGisPlaces(**args)
  
     def getAllGisPlaces(self, **args):
-        """get all gis places"""
-        return self.template.fulltextclient.getGisPlaces(**args)
- 
+        """get all gis places """
+        return self.template.fulltextclient.getAllGisPlaces(**args)
+    
+    def getOrigPages(self, **args):
+        """get original page number """
+        return self.template.fulltextclient.getOrigPages(**args)
+    
     def getNumPages(self, docinfo):
         """get numpages"""
         return self.template.fulltextclient.getNumPages(docinfo)