Improve Bibliography and use it in Narrative Web report as well.

svn: r8760
This commit is contained in:
Brian Matherly
2007-07-23 12:22:03 +00:00
parent 82d5873826
commit 0960410443
7 changed files with 140 additions and 83 deletions

@ -137,7 +137,7 @@ class DetDescendantReport(Report):
else:
self.EMPTY_PLACE = ""
self.bibli = Bibliography()
self.bibli = Bibliography(Bibliography.MODE_PAGE)
def apply_filter(self,person_handle,index,pid,cur_gen=1):
if (not person_handle) or (cur_gen > self.max_generations):