New
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
1 %# $Id: layout.mc,v 1.1 2006-09-14 15:17:48 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     </td>
31     <td class="spacer">
32     </td>
33     <td valign="top" class="panel2">
34      <& /chrome/pmenu.mc &>
35     </td>
36    </tr>
37   </table>
38 <& /chrome/tail.mc &>