to force display of spacer column.
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
1 %# $Id: layout.mc,v 1.5 2006-09-19 16:33:19 mike Exp $
2 <%args>
3 $debug => undef
4 $title
5 $component
6 </%args>
7 <%once>
8 use lib "/usr/local/src/cvs/irspy/lib";
9 use ZOOM::IRSpy;
10 </%once>
11 <& /chrome/head.mc, title => $title &>
12   <table border="0" cellpadding="0" cellspacing="0" width="100%">
13 <& /chrome/bannerrow.mc, title => $title &>
14   </table>
15   <table border="0" cellpadding="0" cellspacing="0" width="100%">
16 <& /chrome/lmenu.mc &>
17   </table>
18   <p></p>
19   <table border="0" cellpadding="0" cellspacing="0" width="100%">
20    <tr>
21     <td valign="top" class="panel1">
22 <& /chrome/menu.mc &>
23     </td>
24     <td class="spacer">&nbsp;</td>
25     <td valign="top">
26 <& $component, %ARGS &>
27    </tr>
28   </table>
29 <& /chrome/tail.mc &>