chiark / gitweb /
Go through CSS and rationalize it. Some cosmetic improvements too.
[disorder] / templates / about.html
index e76566d8552c48157a7b0a011dcbafff5c6f452f..acde326f809f8da4182d9e7437351d5924f5f15f 100644 (file)
@@ -24,17 +24,25 @@ USA
   <title>@label:about.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
-   <h1 class=title>@label:about.title@</h1>
-
+@include{topbar}@
+   <p><a
+        title="Visit DisOrder web site"
+        href="http://www.greenend.org.uk/rjk/">
+       <img
+         src="@image:logo@"
+         alt="About DisOrder"
+         style="border-style:none"></a></p>
    <h2>Copyright</h2>
 
    <p><a
+    title="DisOrder web site"
    href="http://www.greenend.org.uk/rjk/disorder/">DisOrder
    version @version@</a> - select and play digital
    audio files</p>
 
-   <p>Copyright &copy; 2003-2007 Richard Kettlewell</p>
+   <p>Copyright &copy; 2003-2008 <a href="http://www.greenend.org.uk/rjk/">Richard Kettlewell</a><br>
+   Portions copyright &copy; 2007 <a href="http://www.chiark.greenend.org.uk/~ryounger/">Ross Younger</a><br>
+   Portions copyright &copy; 2007 Mark Wooding</p>
 
    <p>Portions extracted from
    <a href="http://mpg321.sourceforge.net/">MPG321</a>,
@@ -42,7 +50,8 @@ USA
    Copyright &copy; 2000-2001 Robert Leslie</p>
 
    <p>This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License as
+   modify it under the terms of the <a
+   href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a> as
    published by the Free Software Foundation; either version 2 of the
    License, or (at your option) any later version.</p>
 
@@ -56,11 +65,7 @@ USA
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
    USA</p>
 
-   <h2>Server Statistics</h2>
-
-@stats@
-
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@