88cc9e1e9f2ff4d193b292089247fd975cf228b2
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
1 %# $Id: layout.mc,v 1.15 2006-11-01 10:01:14 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::Utils qw(irspy_xpath_context xml_encode modify_xml_document);
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 &>