From: Frank Brehm Date: Tue, 22 Mar 2011 22:45:12 +0000 (+0000) Subject: Kosmetik X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=5f80cb2e24668178bacf2756eea6c908ffb2f6e6;p=books.git Kosmetik --- diff --git a/root/lib/config/main.tt2 b/root/lib/config/main.tt2 index 810e197..3c4ee92 100644 --- a/root/lib/config/main.tt2 +++ b/root/lib/config/main.tt2 @@ -33,7 +33,7 @@ # define a data structure to hold sitewide data site = { title => 'Inhalt', - copyright => '2009, Frank Brehm, Berlin', + copyright => '2008-2011, Frank Brehm, Berlin', }; # load up any other configuration items diff --git a/root/src/books/list.tt2 b/root/src/books/list.tt2 index dd73aa7..8c04601 100644 --- a/root/src/books/list.tt2 +++ b/root/src/books/list.tt2 @@ -66,7 +66,7 @@ [% rowstyle = 'even' %][%- FOREACH book IN books -%][% buch_id = book.id %] [% tt_authors = [ ]; tt_authors.push(autor) FOREACH autor = book.autoren %][% tt_authors.join(', ') %] - [% book.title %][% IF book.untertitel %]
[% book.untertitel %][% END %][% IF book.title_original %]
("[% book.title_original %]")[% END %] + [% book.title %][% IF book.untertitel %]
[% book.untertitel %][% END %][% IF book.title_original %]
(«[% book.title_original %]»)[% END %] [% tt_cat = [ ]; tt_cat.push(cat) FOREACH cat = book.kategorien %][% tt_cat.join(',
') %] [% book.verlagsname_short %] [% IF book.orts_id %][% IF book.ort_emphased == 'y' %][% END %][% book.ortsname %][% IF book.ort_emphased == 'y' %][% END %][% ELSE %]unbekannt[% END %]