14e760803dc5e4b27c089f1e9a2906fe7ec40139
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
1 %# $Id: layout.mc,v 1.7 2006-09-25 16:47:36 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 use ZOOM::IRSpy::Record qw(xml_encode);
11 </%once>
12 <& /chrome/head.mc, title => $title &>
13   <table border="0" cellpadding="0" cellspacing="0" width="100%">
14 <& /chrome/bannerrow.mc, title => $title &>
15   </table>
16   <table border="0" cellpadding="0" cellspacing="0" width="100%">
17 <& /chrome/lmenu.mc &>
18   </table>
19   <p></p>
20   <table border="0" cellpadding="0" cellspacing="0" width="100%">
21    <tr>
22     <td valign="top" class="panel1">
23 <& /chrome/menu.mc &>
24     </td>
25     <td class="spacer">&nbsp;</td>
26     <td valign="top">
27 <& $component, %ARGS &>
28     </td>
29    </tr>
30   </table>
31 <& /chrome/tail.mc &>