Add another layer of tables to the top banner, for IE's benefit.
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
index 4421d3e..beef6ac 100644 (file)
@@ -1,11 +1,11 @@
-%# $Id: layout.mc,v 1.27 2007-04-16 12:26:11 mike Exp $
+%# $Id: layout.mc,v 1.29 2007-04-26 14:38:37 mike Exp $
 <%args>
 $debug => undef
 $title
 $component
 </%args>
 <%once>
-use URI::Escape qw(uri_escape_utf8);
+use URI::Escape qw(uri_escape uri_escape_utf8);
 use ZOOM;
 use ZOOM::IRSpy::Web;
 use ZOOM::IRSpy::Utils qw(isodate xml_encode cql_target cql_quote
@@ -25,6 +25,9 @@ use ZOOM::IRSpy::Utils qw(isodate xml_encode cql_target cql_quote
  <body>
   <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr class="banner">
+    <td>
+     <table width="100%">
+      <tr>
     <td align="left">
      <br/>
      <h1><a class="logo" href="/">IRSpy</a></h1>
@@ -33,6 +36,9 @@ use ZOOM::IRSpy::Utils qw(isodate xml_encode cql_target cql_quote
      <br/>
      <h1 class="title"><% xml_encode($title) %></h1>
     </td>
+      </table>
+     </tr>
+    </td>
    </tr>
   </table>
   <table border="0" cellpadding="0" cellspacing="0" width="100%">