X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fhelp.html;h=87930110829ca7e1659d2ea0d42f80003f73dba5;hp=1ebf917998e54a7b7a5a9e65900dac39fa87b5b1;hb=67816c4b41d81490a999e7c8e26d93f4d532b8c7;hpb=ae841c563fa70598176291605ebcb8199a50eb41 diff --git a/web/htdocs/help.html b/web/htdocs/help.html index 1ebf917..8793011 100644 --- a/web/htdocs/help.html +++ b/web/htdocs/help.html @@ -1,4 +1,4 @@ -%# $Id: help.html,v 1.2 2006-12-04 15:41:23 mike Exp $ +%# $Id: help.html,v 1.3 2006-12-05 12:24:51 mike Exp $ <%args> $help @@ -35,7 +35,7 @@ asks and answers the question: Not that I know of, other than using javascript. -Nice one, W3C! Way to improve portability! +Nice one, W3C! Way to improve cross-browser portability! IRSpy help: <% $help %>

IRSpy help: <% $help %>

-% $m->comp("/help/$help.html"); +% my @path = split /\//, $help; +% foreach my $i (0 .. $#path) { +% $m->comp("/help/" . join("/", @path[0..$#path-$i]) . ".html"); +% }