$naam
( $latijn )


$coll_synoniem_text $synoniem
$coll_lengte_text $lengte
$coll_verspreiding_text $verspreiding

"; if ($foto1 != "") { print" "; } print "


$coll_behuizing_text $behuizing
$coll_temperatuur_text $temperatuur
$coll_opmerkingen_text $opmerkingen




"; if ($foto2 != "") { print " "; } if ($foto3 != "") { print " "; } if ($foto4 != "") { print " "; } print "

| Terug |
"; } else { $soort = mysql_query("select * from soort ORDER BY SOORTID"); $nummer=1; while ($row=mysql_fetch_array($soort)) { print "


"; if ($lg == nl) { print $row["naam"]; } else { print $row["name"]; } print "
"; if ($lg == nl) { print $row["omschrijving"]; } else { print $row["description"]; } print "

"; $id=$row["soortid"]; $gegevens = mysql_query("$coll_queryoverall from collectie where soortid='$id' order by latijn"); $kant=links; while ($row=mysql_fetch_array($gegevens)) { $id= $row["collid"]; $naam = $row["$coll_naam"]; $latijn = $row["latijn"]; $voorfoto = $row["voorfoto"]; $alt = $row["$coll_alt"]; print " "; if ($kant==rechts) { print " "; } else { print " "; } if ($kant == "rechts") { $kant='links'; } else { $kant=rechts; } } print "
$alt
$naam
($latijn)

$alt
$naam
($latijn)

"; $nummer++; } } ?>