X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Flayout.mc;h=88cc9e1e9f2ff4d193b292089247fd975cf228b2;hb=3e66ce37f8d9b3cf5a726d158580fa581e5dfde6;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..88cc9e1 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.15 2006-11-01 10:01:14 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 modify_xml_document); -<%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 &>