print($open);
// Not sure what to do with these, but at least show that we received them.
if ($class) {
print "";
}
if ($title) {
print "";
}
function DrawForm($inputs, $level=1) {
$error_messages = array();
$prefix = str_repeat(" ", $level);
foreach ($inputs as $input) {
if ($input->type == 'group') {
print "$prefix