chiark / gitweb /
cgi css: tighten up spacing in status boxes etc
[disorder] / templates / volume.html
index 434632d538a8c4d10aa7a73b76ee666588fd3a45..63a763073682e0efa2372062d84e8ee172856f96 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <!--
 This file is part of DisOrder.
-Copyright (C) 2004, 2005 Richard Kettlewell
+Copyright (C) 2004, 2005, 2008 Richard Kettlewell
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -24,14 +24,14 @@ USA
   <title>@label:volume.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
    <h1 class=title>@label:volume.title@</h1>
 
    <form class=volume action="@url@" method=POST>
     <p class=volume>
      <a class=imgbutton
       href="@url@?action=volume&#38;delta=-@label:volume.resolution@">
-      <img class=button src="@label:images.down@"
+      <img class=button src="@image:down@"
        alt="@label:volume.reduce@" title="@label:volume.reduceverbose@">
      </a>
      @label:volume.left@ <input size=3 name=left type=text value="@volume:left@">
@@ -42,13 +42,13 @@ USA
      </button>
      <a class=imgbutton
       href="@url@?action=volume&#38;delta=@label:volume.resolution@">
-      <img class=button src="@label:images.up@"
+      <img class=button src="@image:up@"
        alt="@label:volume.increase@" title="@label:volume.increaseverbose@">
      </a>
     </p>
    </form>
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@