',strtr($cavename, "_", " "),'';
echo 'Location: ';
printlocation($cavename);
echo '
';
if(file_exists("$cavename.3dz"))
{
echo "- 3D View
";
}
if(file_exists("$cavename.form.pdf") || file_exists("$cavename.form.html") )
{
echo "- Cave survey form (description, access, rigging etc.)
\n";
echo "\n";
}
if(file_exists("$cavename.survey.en.pdf"))
{
echo '- Drawn survey';
echo '';
echo '
';
}
echo '
';
if(file_exists("$cavename.survey.en.png"))
{
$imgsize=getimagesize("$cavename.survey.en.png");
echo "";
}
?>