init(); print_header(/* I18N: %s is a person's name */ WT_I18N::translate('Ancestors of %s', $controller->name)); if ($ENABLE_AUTOCOMPLETE) require WT_ROOT.'js/autocomplete.js.htm'; // LightBox if (WT_USE_LIGHTBOX) { require WT_ROOT.WT_MODULES_DIR.'lightbox/functions/lb_call_js.php'; } echo '
';
echo '', WT_I18N::translate('Ancestors of %s', $controller->name), help_link('ancestry_chart'), ''; // -- print the form to change the number of displayed generations echo WT_JS_START, 'var pastefield; function paste_id(value) {pastefield.value=value;}', WT_JS_END; ?> |