X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffind.mc;h=dff561ff4466982d7a429fe069dba03e4877c90f;hb=f3a397adb560c87e648fb7817daa64c3dea29167;hp=bb611d2c4af7053f2bcc05fc2cc1d3fdda61203a;hpb=1e414302c699aeaf7ae8aed1cf668f97a36c0c69;p=irspy-moved-to-github.git diff --git a/web/htdocs/details/find.mc b/web/htdocs/details/find.mc index bb611d2..dff561f 100644 --- a/web/htdocs/details/find.mc +++ b/web/htdocs/details/find.mc @@ -1,5 +1,4 @@ -%# $Id: find.mc,v 1.10 2007-03-29 15:49:52 mike Exp $ -% if ($r->param("_search")) { +% if (&utf8param($r,"_search")) { % $m->comp("found.mc"); % } else {

@@ -21,11 +20,12 @@ Country - +% my $options = $m->comp("country-list.mc"); +% foreach my $option (@$options) { + +% } @@ -53,6 +53,10 @@ Database Name + + Reliability at least + + <%doc>   @@ -74,11 +78,12 @@ Type of Library - +% $options = $m->comp("libtype-list.mc"); +% foreach my $option (@$options) { + +% }