07690b34530362d762140ac3d0364c142b82789e
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
1 %# $Id: layout.mc,v 1.12 2006-10-30 14:58:15 mike Exp $
2 <%args>
3 $debug => undef
4 $title
5 $component
6 </%args>
7 <%once>
8 use URI::Escape;
9 use ZOOM::IRSpy::Web;
10 use ZOOM::IRSpy qw(irspy_xpath_context 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 &>