600b9f001d203aa1ce64e72f94aa1ac2e7e35da2
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
1 %# $Id: layout.mc,v 1.10 2006-10-20 16:56:07 mike Exp $
2 <%args>
3 $debug => undef
4 $title
5 $component
6 </%args>
7 <%once>
8 BEGIN {
9     use vars qw($LIBDIR);
10     $LIBDIR = $r->dir_config("IRSpyLibDir");
11 }
12 use lib $LIBDIR;
13 use ZOOM::IRSpy::Web;
14 use ZOOM::IRSpy qw(irspy_xpath_context xml_encode);
15 </%once>
16 <& /chrome/head.mc, title => $title &>
17   <table border="0" cellpadding="0" cellspacing="0" width="100%">
18 <& /chrome/bannerrow.mc, title => $title &>
19   </table>
20   <table border="0" cellpadding="0" cellspacing="0" width="100%">
21 <& /chrome/lmenu.mc &>
22   </table>
23   <p></p>
24   <table border="0" cellpadding="0" cellspacing="0" width="100%">
25    <tr>
26     <td valign="top" class="panel1">
27 <& /chrome/menu.mc &>
28     </td>
29     <td class="spacer">&nbsp;</td>
30     <td valign="top">
31 <& $component, %ARGS &>
32     </td>
33    </tr>
34   </table>
35 <& /chrome/tail.mc &>