Beispiel #1
0
        }
        $statusStr = $tEditor->editImageSort($imgSortArr);
    } elseif ($action == "Upload Image") {
        if ($tEditor->loadImage($_POST)) {
            $statusStr = 'Image uploaded successfully';
        }
        if ($tEditor->getErrorStr()) {
            $statusStr .= '<br/>' . $tEditor->getErrorStr();
        }
    }
}
?>
<html>
<head>
	<title><?php 
echo $defaultTitle . " Taxon Editor: " . $tEditor->getSciName();
?>
</title>
	<meta http-equiv="Content-Type" content="text/html; charset=<?php 
echo $charset;
?>
" />
	<link href="../../css/base.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
	<link href="../../css/main.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
	<link type="text/css" href="../../css/jquery-ui.css" rel="Stylesheet" />