New
[irspy-moved-to-github.git] / web / htdocs / chrome / bannerrow.mc
diff --git a/web/htdocs/chrome/bannerrow.mc b/web/htdocs/chrome/bannerrow.mc
new file mode 100644 (file)
index 0000000..74ee8ec
--- /dev/null
@@ -0,0 +1,13 @@
+%# $Id: bannerrow.mc,v 1.1 2006-09-14 15:17:48 mike Exp $
+<%args>
+$title
+</%args>
+% my $agent = $m->notes("agent");
+   <tr class="banner">
+    <td align="left">
+    </td>
+    <td align="center">
+     <h1><a style="text-decoration: none" href="/"><% $title %></a></h1>
+    </td>
+    </td>
+   </tr>