'.MenuBar::getColorMenu($COLOR_THEME_LIST)->getMenuAsDropdown().''; case 1: return '
'.MenuBar::getColorMenu($COLOR_THEME_LIST)->getMenu().'
'; } } return ' '; } /** * Define the default palette to be used. Set $subColor * to one of the collowing values to determine the default: * */ $COLOR_THEME_LIST=array( 'aquamarine' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Aqua Marine'), 'ash' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Ash'), 'belgianchocolate'=> /* I18N: This is the name of theme color-scheme */ i18n::translate('Belgian Chocolate'), 'bluelagoon' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Blue Lagoon'), 'bluemarine' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Blue Marine'), 'coldday' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Cold Day'), 'greenbeam' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Green Beam'), 'mediterranio' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Mediterranio'), 'mercury' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Mercury'), 'nocturnal' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Nocturnal'), 'olivia' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Olivia'), 'pinkplastic' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Pink Plastic'), 'shinytomato' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Shiny Tomato'), 'tealtop' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Teal Top'), ); if (isset($_GET['themecolor']) && array_key_exists($_GET['themecolor'], $COLOR_THEME_LIST)) { // Request to change color $subColor=$_GET['themecolor']; if (WT_USER_ID) { set_user_setting(WT_USER_ID, 'themecolor', $subColor); set_site_setting('DEFAULT_COLOR_PALETTE', $subColor); } unset($_GET['themecolor']); } elseif (isset($_SESSION['themecolor'])) { // Previously selected color $subColor=$_SESSION['themecolor']; } else { if (WT_USER_ID) { $subColor=get_user_setting(WT_USER_ID, 'themecolor'); if (!array_key_exists($subColor, $COLOR_THEME_LIST)) { $subColor = get_site_setting('DEFAULT_COLOR_PALETTE','ash'); } } else { $subColor=get_site_setting('DEFAULT_COLOR_PALETTE','ash'); } } $_SESSION['themecolor']=$subColor; $theme_name = "colors"; // need double quotes, as file is scanned/parsed by script $footerfile = WT_THEME_DIR . 'footer.php'; $headerfile = WT_THEME_DIR . 'header.php'; $modules = WT_THEME_DIR . 'modules.css'; $print_stylesheet = WT_THEME_DIR . 'print.css'; $rtl_stylesheet = WT_THEME_DIR . 'style_rtl.css'; $stylesheet = WT_THEME_DIR . 'css/' . $subColor . '.css'; $WT_MENU_LOCATION = 'top'; $WT_USE_HELPIMG = true; //-- variables for image names $WT_IMAGES['selected'] = 'images/selected.png'; $WT_IMAGES['sex_m_9x9'] = 'images/sex_m_9x9.gif'; $WT_IMAGES['sex_f_9x9'] = 'images/sex_f_9x9.gif'; $WT_IMAGES['sex_u_9x9'] = 'images/sex_u_9x9.gif'; $WT_IMAGES['sex_m_15x15'] = 'images/sex_m_15x15.gif'; $WT_IMAGES['sex_f_15x15'] = 'images/sex_f_15x15.gif'; $WT_IMAGES['sex_u_15x15'] = 'images/sex_u_15x15.gif'; //- WT main icons $WT_IMAGES['admin'] = WT_THEME_DIR.'images/admin.gif'; $WT_IMAGES['ancestry'] = WT_THEME_DIR.'images/ancestry.gif'; $WT_IMAGES['calendar'] = WT_THEME_DIR.'images/calendar.gif'; $WT_IMAGES['cfamily'] = WT_THEME_DIR.'images/cfamily.gif'; $WT_IMAGES['charts'] = WT_THEME_DIR.'images/charts.gif'; $WT_IMAGES['childless'] = WT_THEME_DIR.'images/childless.gif'; $WT_IMAGES['clippings'] = WT_THEME_DIR.'images/clippings.gif'; $WT_IMAGES['descendant'] = WT_THEME_DIR.'images/descendancy.gif'; $WT_IMAGES['edit_fam'] = WT_THEME_DIR.'images/edit_fam.gif'; $WT_IMAGES['edit_indi'] = WT_THEME_DIR.'images/edit_indi.gif'; $WT_IMAGES['edit_media'] = WT_THEME_DIR.'images/edit_media.gif'; $WT_IMAGES['edit_note'] = WT_THEME_DIR.'images/edit_note.gif'; $WT_IMAGES['edit_repo'] = WT_THEME_DIR.'images/edit_repo.gif'; $WT_IMAGES['edit_sour'] = WT_THEME_DIR.'images/edit_sour.gif'; $WT_IMAGES['fambook'] = WT_THEME_DIR.'images/fambook.gif'; $WT_IMAGES['fanchart'] = WT_THEME_DIR.'images/fanchart.gif'; $WT_IMAGES['favorites'] = WT_THEME_DIR.'images/favorites.gif'; $WT_IMAGES['gedcom'] = WT_THEME_DIR.'images/gedcom.gif'; $WT_IMAGES['help'] = WT_THEME_DIR.'images/help.gif'; $WT_IMAGES['home'] = WT_THEME_DIR.'images/home.gif'; $WT_IMAGES['hourglass'] = WT_THEME_DIR.'images/hourglass.gif'; $WT_IMAGES['indis'] = WT_THEME_DIR.'images/indis.gif'; $WT_IMAGES['lists'] = WT_THEME_DIR.'images/lists.gif'; $WT_IMAGES['media'] = WT_THEME_DIR.'images/media.gif'; $WT_IMAGES['menu_help'] = WT_THEME_DIR.'images/menu_help.gif'; $WT_IMAGES['menu_media'] = WT_THEME_DIR.'images/menu_media.gif'; $WT_IMAGES['menu_repository'] = WT_THEME_DIR.'images/menu_repository.gif'; $WT_IMAGES['menu_note'] = WT_THEME_DIR.'images/menu_note.gif'; $WT_IMAGES['menu_source'] = WT_THEME_DIR.'images/menu_source.gif'; $WT_IMAGES['mypage'] = WT_THEME_DIR.'images/mypage.gif'; $WT_IMAGES['notes'] = WT_THEME_DIR.'images/notes.gif'; $WT_IMAGES['patriarch'] = WT_THEME_DIR.'images/patriarch.gif'; $WT_IMAGES['pedigree'] = WT_THEME_DIR.'images/pedigree.gif'; $WT_IMAGES['place'] = WT_THEME_DIR.'images/place.gif'; $WT_IMAGES['relationship'] = WT_THEME_DIR.'images/relationship.gif'; $WT_IMAGES['reports'] = WT_THEME_DIR.'images/report.gif'; $WT_IMAGES['repository'] = WT_THEME_DIR.'images/repository.gif'; $WT_IMAGES['rings'] = WT_THEME_DIR.'images/rings.gif'; $WT_IMAGES['search'] = WT_THEME_DIR.'images/search.gif'; $WT_IMAGES['sfamily'] = WT_THEME_DIR.'images/sfamily.gif'; $WT_IMAGES['source'] = WT_THEME_DIR.'images/source.gif'; $WT_IMAGES['statistic'] = WT_THEME_DIR.'images/statistic.gif'; $WT_IMAGES['timeline'] = WT_THEME_DIR.'images/timeline.gif'; $WT_IMAGES['tree'] = WT_THEME_DIR.'images/gedcom.gif'; $WT_IMAGES['wiki'] = WT_THEME_DIR.'images/w_22.png'; //- PGV buttons for data entry pages $WT_IMAGES['button_addmedia'] = WT_THEME_DIR.'images/buttons/addmedia.gif'; $WT_IMAGES['button_addnote'] = WT_THEME_DIR.'images/buttons/addnote.gif'; $WT_IMAGES['button_addrepository'] = WT_THEME_DIR.'images/buttons/addrepository.gif'; $WT_IMAGES['button_addsource'] = WT_THEME_DIR.'images/buttons/addsource.gif'; $WT_IMAGES['button_autocomplete'] = WT_THEME_DIR.'images/buttons/autocomplete.gif'; $WT_IMAGES['button_calendar'] = WT_THEME_DIR.'images/buttons/calendar.gif'; $WT_IMAGES['button_family'] = WT_THEME_DIR.'images/buttons/family.gif'; $WT_IMAGES['button_find_facts'] = WT_THEME_DIR.'images/buttons/find_facts.png'; $WT_IMAGES['button_head'] = WT_THEME_DIR.'images/buttons/head.gif'; $WT_IMAGES['button_head'] = WT_THEME_DIR.'images/buttons/head.gif'; $WT_IMAGES['button_indi'] = WT_THEME_DIR.'images/buttons/indi.gif'; $WT_IMAGES['button_keyboard'] = WT_THEME_DIR.'images/buttons/keyboard.gif'; $WT_IMAGES['button_media'] = WT_THEME_DIR.'images/buttons/media.gif'; $WT_IMAGES['button_note'] = WT_THEME_DIR.'images/buttons/note.gif'; $WT_IMAGES['button_note'] = WT_THEME_DIR.'images/buttons/note.gif'; $WT_IMAGES['button_place'] = WT_THEME_DIR.'images/buttons/place.gif'; $WT_IMAGES['button_refresh'] = WT_THEME_DIR.'images/buttons/refresh.gif'; $WT_IMAGES['button_repository'] = WT_THEME_DIR.'images/buttons/repository.gif'; $WT_IMAGES['button_source'] = WT_THEME_DIR.'images/buttons/source.gif'; // Media images $WT_IMAGES['media_audio'] = WT_THEME_DIR.'images/media/audio.png'; $WT_IMAGES['media_doc'] = WT_THEME_DIR.'images/media/doc.gif'; $WT_IMAGES['media_flash'] = WT_THEME_DIR.'images/media/flash.png'; $WT_IMAGES['media_flashrem'] = WT_THEME_DIR.'images/media/flashrem.png'; $WT_IMAGES['media_ged'] = WT_THEME_DIR.'images/media/ged.gif'; $WT_IMAGES['media_globe'] = WT_THEME_DIR.'images/media/globe.png'; $WT_IMAGES['media_html'] = WT_THEME_DIR.'images/media/html.gif'; $WT_IMAGES['media_picasa'] = WT_THEME_DIR.'images/media/picasa.png'; $WT_IMAGES['media_pdf'] = WT_THEME_DIR.'images/media/pdf.gif'; $WT_IMAGES['media_tex'] = WT_THEME_DIR.'images/media/tex.gif'; $WT_IMAGES['media_wmv'] = WT_THEME_DIR.'images/media/wmv.png'; $WT_IMAGES['media_wmvrem'] = WT_THEME_DIR.'images/media/wmvrem.png'; //- other images $WT_IMAGES['add'] = WT_THEME_DIR.'images/add.gif'; $WT_IMAGES['darrow'] = WT_THEME_DIR.'images/darrow.gif'; $WT_IMAGES['darrow2'] = WT_THEME_DIR.'images/darrow2.gif'; $WT_IMAGES['ddarrow'] = WT_THEME_DIR.'images/ddarrow.gif'; $WT_IMAGES['default_image_F'] = WT_THEME_DIR.'images/silhouette_female.gif'; $WT_IMAGES['default_image_M'] = WT_THEME_DIR.'images/silhouette_male.gif'; $WT_IMAGES['default_image_U'] = WT_THEME_DIR.'images/silhouette_unknown.gif'; $WT_IMAGES['dline'] = WT_THEME_DIR.'images/dline.gif'; $WT_IMAGES['dline2'] = WT_THEME_DIR.'images/dline2.gif'; $WT_IMAGES['hline'] = WT_THEME_DIR.'images/hline.gif'; $WT_IMAGES['larrow'] = WT_THEME_DIR.'images/larrow.gif'; $WT_IMAGES['larrow2'] = WT_THEME_DIR.'images/larrow2.gif'; $WT_IMAGES['ldarrow'] = WT_THEME_DIR.'images/ldarrow.gif'; $WT_IMAGES['minus'] = WT_THEME_DIR.'images/minus.gif'; $WT_IMAGES['note'] = WT_THEME_DIR.'images/notes.gif'; $WT_IMAGES['pin-in'] = WT_THEME_DIR.'images/pin-in.png'; $WT_IMAGES['pin-out'] = WT_THEME_DIR.'images/pin-out.png'; $WT_IMAGES['plus'] = WT_THEME_DIR.'images/plus.gif'; $WT_IMAGES['rarrow'] = WT_THEME_DIR.'images/rarrow.gif'; $WT_IMAGES['rarrow2'] = WT_THEME_DIR.'images/rarrow2.gif'; $WT_IMAGES['rdarrow'] = WT_THEME_DIR.'images/rdarrow.gif'; $WT_IMAGES['remove'] = WT_THEME_DIR.'images/remove.gif'; $WT_IMAGES['slide_close'] = WT_THEME_DIR.'images/close.png'; $WT_IMAGES['slide_open'] = WT_THEME_DIR.'images/open.png'; $WT_IMAGES['spacer'] = WT_THEME_DIR.'images/spacer.gif'; $WT_IMAGES['stop'] = WT_THEME_DIR.'images/stop.gif'; $WT_IMAGES['uarrow'] = WT_THEME_DIR.'images/uarrow.gif'; $WT_IMAGES['uarrow2'] = WT_THEME_DIR.'images/uarrow2.gif'; $WT_IMAGES['uarrow3'] = WT_THEME_DIR.'images/uarrow3.gif'; $WT_IMAGES['udarrow'] = WT_THEME_DIR.'images/udarrow.gif'; $WT_IMAGES['vline'] = WT_THEME_DIR.'images/vline.gif'; $WT_IMAGES['webtrees'] = WT_THEME_DIR.'images/webtrees.png'; $WT_IMAGES['zoomin'] = WT_THEME_DIR.'images/zoomin.gif'; $WT_IMAGES['zoomout'] = WT_THEME_DIR.'images/zoomout.gif'; $WT_IMAGES['reminder'] = 'images/reminder.gif'; $WT_IMAGES['children'] = 'images/children.gif'; // - lifespan chart arrows $WT_IMAGES['lsltarrow'] = WT_THEME_DIR.'images/lsltarrow.gif'; $WT_IMAGES['lsrtarrow'] = WT_THEME_DIR.'images/lsrtarrow.gif'; $WT_IMAGES['lsdnarrow'] = WT_THEME_DIR.'images/lsdnarrow.gif'; $WT_IMAGES['lsuparrow'] = WT_THEME_DIR.'images/lsuparrow.gif'; //-- Variables for the Fan chart $fanChart = array( 'font' => WT_ROOT.'includes/fonts/DejaVuSans.ttf', 'size' => '7px', 'color' => '#000000', 'bgColor' => '#eeeeee', 'bgMColor' => '#b1cff0', 'bgFColor' => '#e9daf1' ); //-- This section defines variables for the pedigree chart $bwidth = 225; // -- width of boxes on pedigree chart $bheight = 78; // -- height of boxes on pedigree chart $baseyoffset = -20; // -- position the entire pedigree tree relative to the top of the page $basexoffset = 10; // -- position the entire pedigree tree relative to the left of the page $bxspacing = 4; // -- horizontal spacing between boxes on the pedigree chart $byspacing = 5; // -- vertical spacing between boxes on the pedigree chart $brborder = 1; // -- box right border thickness // -- global variables for the descendancy chart $Dbaseyoffset = 20; // -- position the entire descendancy tree relative to the top of the page $Dbasexoffset = 20; // -- position the entire descendancy tree relative to the left of the page $Dbxspacing = 0; // -- horizontal spacing between boxes $Dbyspacing = 10; // -- vertical spacing between boxes $Dbwidth = 250; // -- width of DIV layer boxes $Dbheight = 78; // -- height of DIV layer boxes $Dindent = 15; // -- width to indent descendancy boxes $Darrowwidth = 30; // -- additional width to include for the up arrows $CHARTS_CLOSE_HTML = true; //-- should the charts, pedigree, descendacy, etc close the HTML on the page // -- The largest possible area for charts is 300,000 pixels. As the maximum height or width is 1000 pixels $WT_STATS_S_CHART_X = "440"; $WT_STATS_S_CHART_Y = "125"; $WT_STATS_L_CHART_X = "900"; // -- For map charts, the maximum size is 440 pixels wide by 220 pixels high $WT_STATS_MAP_X = "440"; $WT_STATS_MAP_Y = "220"; $WT_STATS_CHART_COLOR1 = "ffffff"; $WT_STATS_CHART_COLOR2 = "95b8e0"; $WT_STATS_CHART_COLOR3 = "c8e7ff"; // Arrow symbol or icon for up-page links on Help pages $UpArrow = "\"^\"";