Changeset 564:31f562fa7214 in documentViewer for documentViewer.py


Ignore:
Timestamp:
Oct 8, 2012, 6:36:00 PM (12 years ago)
Author:
casties
Branch:
default
Message:

first version of MpiwgXmlTextServer?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r562 r564  
    587587                # document info (including toc) from full text
    588588                if docinfo.get('textURLPath', None):
    589                     docinfo = self.getTextInfo(mode=tocMode, docinfo=docinfo)
     589                    docinfo = self.getTextInfo(mode='pages', docinfo=docinfo)
    590590           
    591591            # bib info
     
    724724                        docinfo['textURLPath'] = textUrl
    725725                        docinfo['textURLRepository'] = textRepo
     726                        break
    726727               
    727728                else:
Note: See TracChangeset for help on using the changeset viewer.