X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Flayout.mc;h=ce8e73969aa0f0ba03dce9dda3ebdd8ea71825d9;hb=31a4a85969b4d333003c6616ea72574f025aae88;hp=d00a496145d90bbb3b1f4748833badff5ce2cea9;hpb=b34e426b9e12c34f941fe2d66fdf0a3a967dd09b;p=irspy-moved-to-github.git diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index d00a496..ce8e739 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,16 +1,14 @@ -%# $Id: layout.mc,v 1.2 2006-09-15 16:49:05 mike Exp $ +%# $Id: layout.mc,v 1.13 2006-10-30 16:13:49 mike Exp $ <%args> $debug => undef $title $component <%once> -use lib "/usr/local/src/cvs/irspy/lib"; -use ZOOM::IRSpy; +use URI::Escape; +use ZOOM::IRSpy::Web; +use ZOOM::IRSpy::Utils qw(irspy_xpath_context xml_encode); -<%perl> -my $text = $m->scomp($component, %ARGS); - <& /chrome/head.mc, title => $title &> <& /chrome/bannerrow.mc, title => $title &> @@ -24,14 +22,9 @@ my $text = $m->scomp($component, %ARGS); - + - -
<& /chrome/menu.mc &>   - <% $text %> - - -<& /chrome/pmenu.mc &> +<& $component, %ARGS &>