pageHeader() ->addExternalJavascript(WT_STATIC_URL.'js/autocomplete.js'); ?>

getPageTitle(); ?>

% chart_style==0 ? ' checked="checked"' : ''; ?>>
chart_style==1 ? ' checked="checked"' : ''; ?>>
chart_style==2 ? ' checked="checked"' : ''; ?>>
chart_style==3 ? ' checked="checked"' : ''; ?>>
generations, 2, $MAX_DESCENDANCY_GENERATIONS); ?> >
error_message) { echo '

', $controller->error_message, '

'; } else { switch ($controller->chart_style) { case 0: // List echo ''; break; case 1: // Booklet echo '
'; $show_cousins = true; $controller->print_child_family($controller->root, $controller->generations); echo '
'; break; case 2: // Individual list $descendants = $controller->indi_desc($controller->root, $controller->generations, array()); echo '
'; echo format_indi_table($descendants, WT_I18N::translate('Descendants of %s', $controller->name)); echo '
'; break; case 3: // Family list $descendants = $controller->fam_desc($controller->root, $controller->generations, array()); echo '
'; echo format_fam_table($descendants, WT_I18N::translate('Descendants of %s', $controller->name)); echo '
'; break; } } ?>