From 7050989e7501cb1fc78ebbe70b2ac4bba73e43bf Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Wed, 4 Feb 2009 02:14:44 +0000 Subject: [PATCH] removed

tags as stylesheets disable it anyway. svn: r11835 --- src/plugins/webreport/NarrativeWeb.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index db30afcee..6e0a0f467 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -743,7 +743,6 @@ class IndividualListPage(BasePage): showspouse = report.options['showspouse'] showparents = report.options['showparents'] - of.write('\t

%s

\n' % _('Individuals')) of.write('\t

%s

\n' % msg) of.write('\t\n') of.write('\t\n') @@ -895,7 +894,6 @@ class SurnamePage(BasePage): showspouse = report.options['showspouse'] showparents = report.options['showparents'] - of.write('\t

%s:

\n' % _('Surnames')) of.write('\t

%s

\n' % html_escape(surname)) of.write('\t

%s

\n' % msg) of.write('\t
\n') @@ -1019,7 +1017,6 @@ class PlaceListPage(BasePage): "database, sorted by their title. Clicking on a place’s " "title will take you to that place’s page.") - of.write('\t

%s

\n' % _('Places')) of.write('\t

%s

\n' % msg ) of.write('\t
\n') @@ -1085,7 +1082,6 @@ class PlacePage(BasePage): media_list = place.get_media_list() self.display_first_image_as_thumbnail(of, media_list) - of.write('\t

%s:

\n' % _('Places')) of.write('\t

%s

\n\n' % html_escape(self.page_title.strip())) of.write('\t
\n') of.write('\t\t
\n') @@ -1166,8 +1162,6 @@ class MediaPage(BasePage): of.write('
\n') - of.write('\t

%s:

\n' % _('Gallery')) - # gallery navigation of.write('\t
\n') of.write('\t\t') @@ -1358,12 +1352,10 @@ class SurnameListPage(BasePage): of = self.report.create_file(filename) self.write_header(of, _('Surnames')) of.write('
\n') - of.write('\t

%s

\n' % _('Surnames')) else: of = self.report.create_file("surnames_count") self.write_header(of, _('Surnames by person count')) of.write('
\n') - of.write('\t

%s

\n' % _('Surnames by person count')) of.write('\t

%s

\n' % _( 'This page contains an index of all the ' @@ -1454,8 +1446,6 @@ class IntroductionPage(BasePage): of.write('
\n') - of.write('\t

%s

\n' % _('Introduction')) - report.add_image(of, 'introimg') note_id = report.options['intronote'] @@ -1481,8 +1471,6 @@ class HomePage(BasePage): of.write('
\n') - of.write('\t

%s

\n' % _('Home')) - report.add_image(of, 'homeimg') note_id = report.options['homenote'] @@ -1523,7 +1511,6 @@ class SourcesPage(BasePage): "database, sorted by their title. Clicking on a source’s " "title will take you to that source’s page.") - of.write('\t

%s

\n' % _('Sources')) of.write('\t

') of.write(msg) of.write('

\n') @@ -1569,7 +1556,6 @@ class SourcePage(BasePage): media_list = source.get_media_list() self.display_first_image_as_thumbnail(of, media_list) - of.write('\t

%s:

\n' % _('Sources')) of.write('\t

%s

\n\n' % html_escape(self.page_title.strip())) of.write('\t
\n') of.write('\t\t
\n') @@ -1609,7 +1595,6 @@ class GalleryPage(BasePage): of.write('
\n')