X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Flayout.mc;h=88cc9e1e9f2ff4d193b292089247fd975cf228b2;hb=b317327c6c0750293f0639ee119066dccb2ae8f8;hp=a5fefe8f592724cb0e2f99cb4d3bada0a0a3bdb4;hpb=23cbbcae5ae046c840d65d350b1e36019f5665cd;p=irspy-moved-to-github.git diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index a5fefe8..88cc9e1 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,16 +1,14 @@ -%# $Id: layout.mc,v 1.3 2006-09-19 11:13:58 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,9 +22,10 @@ my $text = $m->scomp($component, %ARGS); - +
<& /chrome/menu.mc &>   - <% $text %> +<& $component, %ARGS &> +
<& /chrome/tail.mc &>