addExternalJavaScript(WT_STATIC_URL.'js/jquery/jquery.cookie.js'); $controller->addInlineJavaScript('var catch_and_ignore; function paste_id(value) {catch_and_ignore = value;}'); if ($controller->record && $controller->record->canDisplayDetails()) { if (safe_GET('action')=='ajax') { $controller->ajaxRequest(); exit; } // Generate the sidebar content *before* we display the page header, // as the clippings cart needs to have write access to the session. $sidebar_html=$controller->getSideBarContent(); $controller->pageHeader(); if ($controller->record->isMarkedDeleted()) { if (WT_USER_CAN_ACCEPT) { echo '
', /* I18N: %1$s is "accept", %2$s is "reject". These are links. */ WT_I18N::translate( 'This individual has been deleted. You should review the deletion and then %1$s or %2$s it.', '' . WT_I18N::translate_c('You should review the deletion and then accept or reject it.', 'accept') . '', '' . WT_I18N::translate_c('You should review the deletion and then accept or reject it.', 'reject') . '' ), ' ', help_link('pending_changes'), '
'; } elseif (WT_USER_CAN_EDIT) { echo '', WT_I18N::translate('This individual has been deleted. The deletion will need to be reviewed by a moderator.'), ' ', help_link('pending_changes'), '
'; } } elseif (find_updated_record($controller->record->getXref(), WT_GED_ID)!==null) { if (WT_USER_CAN_ACCEPT) { echo '', /* I18N: %1$s is "accept", %2$s is "reject". These are links. */ WT_I18N::translate( 'This individual has been edited. You should review the changes and then %1$s or %2$s them.', '' . WT_I18N::translate_c('You should review the changes and then accept or reject them.', 'accept') . '', '' . WT_I18N::translate_c('You should review the changes and then accept or reject them.', 'reject') . '' ), ' ', help_link('pending_changes'), '
'; } elseif (WT_USER_CAN_EDIT) { echo '', WT_I18N::translate('This individual has been edited. The changes need to be reviewed by a moderator.'), ' ', help_link('pending_changes'), '
'; } } } elseif ($controller->record && $controller->record->canDisplayName()) { // Just show the name. $controller->pageHeader(); echo '', WT_I18N::translate('The details of this individual are private.'), '
'; exit; } else { header($_SERVER['SERVER_PROTOCOL'].' 403 Forbidden'); $controller->pageHeader(); echo '', WT_I18N::translate('This individual does not exist or you do not have permission to view it.'), '
'; exit; } // tell tabs that use jquery that it is already loaded define('WT_JQUERY_LOADED', 1); $linkToID=$controller->record->getXref(); // -- Tell addmedia.php what to link to echo WT_JS_START; echo 'function show_gedcom_record() {'; echo ' var recwin=window.open("gedrecord.php?pid=', $controller->record->getXref(), '", "_blank", "top=0, left=0, width=600, height=400, scrollbars=1, scrollable=1, resizable=1");'; echo '}'; echo 'function showchanges() { window.location="'.$controller->record->getRawUrl().'"; }'; ?> jQuery(document).ready(function() { jQuery("#tabs").tabs({ spinner: '