init(); if ($controller->family && $controller->family->canDisplayName()) { print_header($controller->getPageTitle()); if ($controller->family->isMarkedDeleted()) { if (WT_USER_CAN_ACCEPT) { echo '
', WT_I18N::translate('This family has been deleted. You should review the deletion and then accept or reject it.', $controller->family->getHtmlUrl().'&action=accept', $controller->family->getHtmlUrl().'&action=undo'), '
'; } elseif (WT_USER_CAN_EDIT) { echo '', WT_I18N::translate('This family has been deleted. The deletion will need to be reviewed by a moderator.'), '
'; } } elseif (find_updated_record($controller->family->getXref(), WT_GED_ID)!==null) { if (WT_USER_CAN_ACCEPT) { echo '', WT_I18N::translate('This family has been edited. You should review the changes and then accept or reject them.', $controller->family->getHtmlUrl().'&action=accept', $controller->family->getHtmlUrl().'&action=undo'), '
'; } elseif (WT_USER_CAN_EDIT) { echo '', WT_I18N::translate('This family has been edited. The changes need to be reviewed by a moderator.'), '
'; } } elseif ($controller->accept_success) { echo '', WT_I18N::translate('The changes have been accepted.'), '
'; } elseif ($controller->reject_success) { echo '', WT_I18N::translate('The changes have been rejected.'), '
'; } } else { print_header(WT_I18N::translate('Family')); echo '', WT_I18N::translate('This family does not exist or you do not have permission to view it.'), '
'; print_footer(); exit; } // We have finished writing session data, so release the lock Zend_Session::writeClose(); if (WT_USE_LIGHTBOX) { require_once WT_ROOT.WT_MODULES_DIR.'lightbox/functions/lb_call_js.php'; } $PEDIGREE_FULL_DETAILS = "1"; // Override GEDCOM configuration $show_full = "1"; ?>|
family->getFullName(); ?> |
| getFamilyID()); ?> |
|
|||||||