]> git.deb.at Git - deb/packages.git/commitdiff
Merge branch 'master' into ubuntu-master
authorFrank Lichtenheld <frank@lichtenheld.de>
Tue, 5 Aug 2008 21:09:28 +0000 (18:09 -0300)
committerFrank Lichtenheld <frank@lichtenheld.de>
Tue, 5 Aug 2008 21:09:28 +0000 (18:09 -0300)
Conflicts:

templates/html/foot.tmpl

1  2 
templates/config.tmpl
templates/html/foot.tmpl

index 9b02b63aa37675b4f41d64ccd434540ac775f4e7,98525ebc247c768350cbe924871bc599a8fc23f7..d6e9bd6938310a7b374cff1aa4ff470673ee6332
     }
     trademark = {
        name => copyright.name,
 -      url => project_homepage _ 'trademark'
 +      url => project_homepage _ 'aboutus/trademarkpolicy'
     }
     contact = {
 -      name => g('Debian Web Mailinglist'),
 -      mail => 'debian-www@lists.debian.org',
 -        url => project_homepage _ 'contact',
 +      name => 'Frank Lichtenheld',
 +      mail => 'frank@lichtenheld.de',
 +        url => project_homepage _ 'support',
     }
     admin = {
 -      name => g('%s Webmaster', organisation),
 -      mail => 'webmaster@debian.org',
 +      name => 'Frank Lichtenheld',
 +      mail => 'frank@lichtenheld.de',
     }
     trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
+ #   sponsor = {
+ #     url => 'http://example.invalid/',
+ #     name => 'Example Sponsor, Inc.',
+ #   }
  -%]
  [%-
     # possible values for importance: high, normal, low
index ba4e030ed57ce884527de91049307afbfcd2d832,cbabd66a1b25a1d05841300ed8f942e9e3510590..580e280f6cae5523673e1d989dee6070e33737f6
@@@ -23,25 -22,26 +23,26 @@@ Total page evaluation took [% benchmar
  <!--/UdmComment-->
  [% END %]
  
- <hr class="hidecss">
- <p [%- ' class="bordertop"' IF langs.size > 0 %]>[% g('Back to:') %] <a href="[% project_homepage %]">[% g('%s Homepage', organisation) %]</a> || <a href="[% searchformurl %]">[% g('Packages search page') %]</a></p>
  <hr class="hidecss">
  <div id="fineprint" class="bordertop">
+ <div id="impressum">
  <p>[% g('To report a problem with the web site, e-mail <a href="mailto:%s">%s</a>. For other contact information, see the %s <a href="%s">contact page</a>.',
        contact.mail, contact.mail, organisation, contact.url) %]</p>
<p>[% IF timestamp.string; g('Generated:') _ ' ' _ timestamp.string _ '<br>'; END %]
- [% UNLESS footer.doNotDisplayCopyright;
      g('Content Copyright &copy; %s <a href="%s">%s</a>; See <a href="%s">license terms</a>.',
[% UNLESS footer.doNotDisplayCopyright %]
+ <p>
[%    g('Content Copyright &copy; %s <a href="%s">%s</a>; See <a href="%s">license terms</a>.',
                copyright.years, copyright.url, copyright.name, license.url);
-       ' ' _ trademarknotes IF trademarknotes;
- END %]
- <p><a href="/about/">[% g('Learn more about this site') %]</a>.</p>
+       ' ' _ trademarknotes IF trademarknotes %]
+  <a href="/about/">[% g('Learn more about this site') %]</a>.</p>
+ [% END %]
+ </div> <!-- end impressum -->
+ [% IF sponsor.name %]
+ <div id="sponsorfooter"><p>
+ [% g('Hosting provided by <a href="%s">%s</a>.', sponsor.url, sponsor.name) %]
+ </p></div>
+ [% END %]
  </div> <!-- end fineprint -->
  </div> <!-- end footer -->
 -</div> <!-- end outer -->
 +</div> <!-- end pageWrapper -->
  </body>
  </html>