X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Flayout.mc;h=6e976d210a50a2fd2270e79069193f32ff6775f6;hb=f6f41f0106c494ee244b98457de3ee11a460b906;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..6e976d2 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.6 2006-09-20 14:14:30 mike Exp $ <%args> $debug => undef $title @@ -8,30 +8,22 @@ $component use lib "/usr/local/src/cvs/irspy/lib"; use ZOOM::IRSpy; -<%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 &>