xml_encode($title)
[irspy-moved-to-github.git] / web / htdocs / chrome / bannerrow.mc
index 74ee8ec..70bf849 100644 (file)
@@ -1,13 +1,14 @@
-%# $Id: bannerrow.mc,v 1.1 2006-09-14 15:17:48 mike Exp $
+%# $Id: bannerrow.mc,v 1.6 2006-09-25 19:52:20 mike Exp $
 <%args>
 $title
 </%args>
-% my $agent = $m->notes("agent");
    <tr class="banner">
     <td align="left">
+     <br/>
+     <h1><a class="logo" href="/">IRSpy</a></h1>
     </td>
-    <td align="center">
-     <h1><a style="text-decoration: none" href="/"><% $title %></a></h1>
-    </td>
+    <td align="right">
+     <br/>
+     <h1 class="title"><% xml_encode($title) %></h1>
     </td>
    </tr>