Generation of ID from host/port/db moved from layout.mc to menu.mc, and no longer...
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
1 %# $Id: layout.mc,v 1.18 2006-11-16 17:02:30 mike Exp $
2 <%args>
3 $debug => undef
4 $title
5 $component
6 </%args>
7 <%once>
8 use URI::Escape;
9 use ZOOM;
10 use ZOOM::IRSpy::Web;
11 use ZOOM::IRSpy::Utils qw(xml_encode cql_quote cql_target
12                           irspy_xpath_context modify_xml_document);
13 </%once>
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">&nbsp;</td>
28     <td valign="top">
29 <& $component, %ARGS &>
30     </td>
31    </tr>
32   </table>
33 <& /chrome/tail.mc &>