]> Frank Brehm's Git Trees - books.git/commitdiff
Kosmetik
authorFrank Brehm <frank@brehm-online.com>
Tue, 22 Mar 2011 22:45:12 +0000 (22:45 +0000)
committerFrank Brehm <frank@brehm-online.com>
Tue, 22 Mar 2011 22:45:12 +0000 (22:45 +0000)
root/lib/config/main.tt2
root/src/books/list.tt2

index 810e19756b507819e64d4d8c13311ecac6d9bc73..3c4ee92b46f78df8c67cf17db26343ca4e3381bc 100644 (file)
@@ -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
index dd73aa70423e0ec3370f47641e8ba36ea466e9a0..8c04601dc2bfcf21d304e1ff410db20b50154236 100644 (file)
@@ -66,7 +66,7 @@
 [% rowstyle = 'even' %][%- FOREACH book IN books -%][% buch_id = book.id %]
   <tr>
     <td class="[% rowstyle %]">[% tt_authors = [ ]; tt_authors.push(autor) FOREACH autor = book.autoren %][% tt_authors.join(', ') %]</td>
-    <td class="[% rowstyle %]">[% book.title %][% IF book.untertitel %]<br /><span class="book_subtitle">[% book.untertitel %]</span>[% END %][% IF book.title_original %]<br /><span class="book_orgtitle">("[% book.title_original %]")</span>[% END %]</td>
+    <td class="[% rowstyle %]">[% book.title %][% IF book.untertitel %]<br /><span class="book_subtitle">[% book.untertitel %]</span>[% END %][% IF book.title_original %]<br /><span class="book_orgtitle">(«[% book.title_original %]»)</span>[% END %]</td>
     <td class="[% rowstyle %]">[% tt_cat = [ ]; tt_cat.push(cat) FOREACH cat = book.kategorien %][% tt_cat.join(',<br />') %]</td>
     <td class="[% rowstyle %]">[% book.verlagsname_short %]</td>
     <td class="[% rowstyle %]">[% IF book.orts_id %][% IF book.ort_emphased == 'y' %]<span class="emphased">[% END %][% book.ortsname %][% IF book.ort_emphased == 'y' %]</span>[% END %][% ELSE %]unbekannt[% END %]</td>