X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffind.mc;h=e56bc1a7ee7c38d1bfb8cbf0c8bc6fa66c248c5f;hp=bb611d2c4af7053f2bcc05fc2cc1d3fdda61203a;hb=7cfc11f45ee2e7e9a09f3b5ff66a6d1ab214bce7;hpb=1cea7fbb98c05ceb6b5a574757388d691dbd1b95 diff --git a/web/htdocs/details/find.mc b/web/htdocs/details/find.mc index bb611d2..e56bc1a 100644 --- a/web/htdocs/details/find.mc +++ b/web/htdocs/details/find.mc @@ -1,4 +1,4 @@ -%# $Id: find.mc,v 1.10 2007-03-29 15:49:52 mike Exp $ +%# $Id: find.mc,v 1.11 2007-03-29 17:14:47 mike Exp $ % if ($r->param("_search")) { % $m->comp("found.mc"); % } else { @@ -21,11 +21,12 @@ Country - +% my $options = $m->comp("country-list.mc"); +% foreach my $option (@$options) { + +% } @@ -74,11 +75,12 @@ Type of Library - +% $options = $m->comp("libtype-list.mc"); +% foreach my $option (@$options) { + +% }