~ubuntu-branches/ubuntu/trusty/blam/trusty

« back to all changes in this revision

Viewing changes to themes/akregator/theme.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-03-14 14:57:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060314145731-8ksmc4mhwzk3bn1j
Tags: 1.8.2+cvs20060124-0ubuntu1
* New CVS snapshot
* egg-sharp.diff:
  + Fix the TrayIcon breakage by replacing it with generic TrayIcon
    implementation used by banshee, beagle, etc
* firefox.diff:
  + Fix build with firefox 1.5
    (Closes: Malone #4839, #5354, #5876, #32758, #34368, #34581)
* gtk-sharp2.diff:
  + Build with Gtk#2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
  <head>
 
3
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 
4
    <title>${title}</title>
 
5
  </head>
 
6
  <body>
 
7
    <table border="1" cellpadding="3" rules="groups" width="100%">
 
8
      <tr bgcolor="#bbbbff"><th align="left"><a href="${url}"><font color="#ffffff" size="+1">${title}</font></a></th></tr>
 
9
      <tr bgcolor="#eeeeee"><td align="left">${pubdate} ${author}</td></tr>
 
10
    </table>
 
11
 
 
12
    ${text}
 
13
 
 
14
    <p>
 
15
      <a href="${url}">${link}</a>
 
16
    </p>
 
17
  </body>
 
18
</html>
 
 
b'\\ No newline at end of file'