$title="Collectie";
include "header.php";
include "config_$lg.php";
body($coll_titel);
$overzicht = mysql_query("select * from collectie where collid='$id' order by latijn");
if ($row=mysql_fetch_array($overzicht))
{
$naam=$row["$coll_naam"];
$latijn=$row["latijn"];
$synoniem=$row["$coll_synoniem"];
$lengte=$row["$coll_lengte"];
$verspreiding=$row["$coll_verspreiding"];
$behuizing=$row["$coll_behuizing"];
$temperatuur=$row["$coll_temperatuur"];
$opmerkingen=$row["$coll_opmerkingen"];
$foto1=$row["foto1"];
$foto2=$row["foto2"];
$foto3=$row["foto3"];
$foto4=$row["foto4"];
print "
|
$coll_synoniem_text
$synoniem
$coll_lengte_text $lengte $coll_verspreiding_text $verspreiding |
|
|
$coll_behuizing_text $behuizing | |
| $coll_temperatuur_text $temperatuur | |
| $coll_opmerkingen_text $opmerkingen | |
![]() $naam ($latijn) |
";
}
else
{
print "
![]() $naam ($latijn) |
";
}
if ($kant == "rechts")
{
$kant='links';
}
else
{
$kant=rechts;
}
}
print "