a5fefe8f592724cb0e2f99cb4d3bada0a0a3bdb4
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
1 %# $Id: layout.mc,v 1.3 2006-09-19 11:13:58 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 <%perl>
12 my $text = $m->scomp($component, %ARGS);
13 </%perl>
14 <& /chrome/head.mc, title => $title &>
15   <table border="0" cellpadding="0" cellspacing="0" width="100%">
16 <& /chrome/bannerrow.mc, title => $title &>
17   </table>
18   <table border="0" cellpadding="0" cellspacing="0" width="100%">
19 <& /chrome/lmenu.mc &>
20   </table>
21   <p></p>
22   <table border="0" cellpadding="0" cellspacing="0" width="100%">
23    <tr>
24     <td valign="top" class="panel1">
25 <& /chrome/menu.mc &>
26     </td>
27     <td class="spacer"></td>
28     <td valign="top">
29      <% $text %>
30    </tr>
31   </table>
32 <& /chrome/tail.mc &>