23 August 2005 * * @package webtrees * @subpackage Charts * @version $Id$ */ define('WT_SCRIPT_NAME', 'hourglass.php'); require './includes/session.php'; require_once WT_ROOT.'includes/controllers/hourglass_ctrl.php'; $controller = new HourglassController(); $controller->init(); // -- print html header information print_header(PrintReady($controller->name)." ".i18n::translate('Hourglass Chart')); if ($ENABLE_AUTOCOMPLETE) require WT_ROOT.'js/autocomplete.js.htm'; if ($controller->view=="preview") { print "

".i18n::translate('Hourglass Chart').":   ".PrintReady($controller->name)."

"; } else { print ""; print "
"; print "

".i18n::translate('Hourglass Chart').":
".PrintReady($controller->name)."

"; } $controller->setupJavascript(); // LBox ===================================================================================== if (WT_USE_LIGHTBOX) { require WT_ROOT.'modules/lightbox/lb_defaultconfig.php'; require WT_ROOT.'modules/lightbox/functions/lb_call_js.php'; } // ========================================================================================== $gencount=0; if ($view!="preview") { ?>
 
" />
show_spouse) print " checked=\"checked\""; ?> />
%   
', i18n::translate('Click on any of the boxes to get more information about that person.'), '
'; } } ?>
" isPrintPreview()) print " style=\"top: 1px;\""; else print "style=\"width:98%; direction:".$TEXT_DIRECTION."; z-index:1;\""; ?> >
print_descendency($controller->pid, 1); ?> print_person_pedigree($controller->pid, 1); ?>