X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffind.mc;h=9edbe8d74b63836bd88a57473ff7ba927e95af39;hb=9b3b58e46da3867cabcc6a6c54442ea2e6431f9a;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..9edbe8d 100644 --- a/web/htdocs/details/find.mc +++ b/web/htdocs/details/find.mc @@ -1,5 +1,5 @@ -%# $Id: find.mc,v 1.10 2007-03-29 15:49:52 mike Exp $ -% if ($r->param("_search")) { +%# $Id: find.mc,v 1.12 2009-04-15 18:16:46 wosch Exp $ +% if (&utf8param($r,"_search")) { % $m->comp("found.mc"); % } else {

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