X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=web%2Fhtdocs%2Fchrome%2Flayout.mc;h=14e760803dc5e4b27c089f1e9a2906fe7ec40139;hb=819ec0cee5b008c5da38c61793cdd4e18b2632b1;hp=c9931bcbf84992d5f1e420923a533c893c01d3c7;hpb=bd529154255e19c35e4dfff019ed704f54b9c1f5;p=irspy-moved-to-github.git diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index c9931bc..14e7608 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,4 +1,4 @@ -%# $Id: layout.mc,v 1.1 2006-09-14 15:17:48 mike Exp $ +%# $Id: layout.mc,v 1.7 2006-09-25 16:47:36 mike Exp $ <%args> $debug => undef $title @@ -7,31 +7,24 @@ $component <%once> use lib "/usr/local/src/cvs/irspy/lib"; use ZOOM::IRSpy; +use ZOOM::IRSpy::Record qw(xml_encode); -<%perl> -my $text = $m->scomp($component, %ARGS); - <& /chrome/head.mc, title => $title &> - <& /chrome/bannerrow.mc, title => $title &> +<& /chrome/bannerrow.mc, title => $title &>
- <& /chrome/lmenu.mc &> +<& /chrome/lmenu.mc &>

- + - -
- <& /chrome/menu.mc &> +<& /chrome/menu.mc &>   - <% $text %> - - - <& /chrome/pmenu.mc &> +<& $component, %ARGS &>