X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Flayout.mc;h=b99cb80e7ebf22f6cdced5772f179834c580481b;hb=90f83a165ee416c2c1bcbb378e5283d08316c1dd;hp=6cb7ec88248464b256abd6005150fa0394652dd0;hpb=44adc9125cce9876463001278090b4a0a5e26343;p=irspy-moved-to-github.git diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index 6cb7ec8..b99cb80 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,4 +1,4 @@ -%# $Id: layout.mc,v 1.36 2007-07-13 16:07:52 mike Exp $ +%# $Id: layout.mc,v 1.38 2007-07-17 13:07:57 mike Exp $ <%args> $debug => undef $title @@ -15,6 +15,7 @@ use ZOOM::IRSpy::Utils qw(utf8param isodate xml_encode cql_target cql_quote bib1_access_point); % $r->content_type("text/html; charset=utf-8"); +% my $text = $m->scomp($component, %ARGS); Home
Test all targets
Find a target
- Add a target
- Upload a target
+ Add a target
+ Upload a target
Statistics

@@ -144,7 +145,7 @@ my $id = utf8param($r, "id");   -<& $component, %ARGS &> +% print $text;