Separate left and right components of title
authorMike Taylor <mike@indexdata.com>
Fri, 15 Sep 2006 16:48:43 +0000 (16:48 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 15 Sep 2006 16:48:43 +0000 (16:48 +0000)
web/htdocs/chrome/bannerrow.mc

index d0095e3..c7dea32 100644 (file)
@@ -1,13 +1,13 @@
-%# $Id: bannerrow.mc,v 1.2 2006-09-14 16:13:36 mike Exp $
+%# $Id: bannerrow.mc,v 1.3 2006-09-15 16:48:43 mike Exp $
 <%args>
 $title
 </%args>
 % my $agent = $m->notes("agent");
    <tr class="banner">
     <td align="left">
+     <h1><a style="text-decoration: none" href="/">IRSpy</a></h1>
     </td>
-    <td align="center">
-     <h1><a style="text-decoration: none" href="/"
-       >IRSpy: <% $title %></a></h1>
+    <td align="right">
+     <h1><% $title %></h1>
     </td>
    </tr>