X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Flayout.mc;h=14e760803dc5e4b27c089f1e9a2906fe7ec40139;hp=a5fefe8f592724cb0e2f99cb4d3bada0a0a3bdb4;hb=819ec0cee5b008c5da38c61793cdd4e18b2632b1;hpb=de2feb2e4c70233edbb972e032f5d21ee33ee5cd diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index a5fefe8..14e7608 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,4 +1,4 @@ -%# $Id: layout.mc,v 1.3 2006-09-19 11:13:58 mike Exp $ +%# $Id: layout.mc,v 1.7 2006-09-25 16:47:36 mike Exp $ <%args> $debug => undef $title @@ -7,10 +7,8 @@ $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 &> @@ -24,9 +22,10 @@ my $text = $m->scomp($component, %ARGS); - +
<& /chrome/menu.mc &>   - <% $text %> +<& $component, %ARGS &> +
<& /chrome/tail.mc &>