diff options
| author | Veit Olschinski <veit@olschinski.de> | 2010-04-05 10:29:41 +0000 |
|---|---|---|
| committer | Veit Olschinski <veit@olschinski.de> | 2010-04-05 10:29:41 +0000 |
| commit | 5bc7b36708d272081ffd2df5658ddf12275447dd (patch) | |
| tree | 7884d88bd634f62d94e0239c911305ac4349dba8 /themes/fab | |
| parent | 5dbb23df7f03aeb32c6c5a3fa6139dd479f9c0b4 (diff) | |
| download | webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.gz webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.bz2 webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.zip | |
Diffstat (limited to 'themes/fab')
168 files changed, 1911 insertions, 0 deletions
diff --git a/themes/fab/footer.php b/themes/fab/footer.php new file mode 100644 index 0000000000..2b782644ae --- /dev/null +++ b/themes/fab/footer.php @@ -0,0 +1,39 @@ +<?php +// Footer for FAB theme +// +// webtrees: Web based Family History software +// Copyright (C) 2010 webtrees development team. +// +// Derived from PhpGedView +// Modifications Copyright (c) 2010 Greg Roach +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// @package webtrees +// @subpackage Themes +// @version $Id$ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +echo '</div><div id="footer" class="block">', contact_links(); + +if ($SHOW_STATS || WT_DEBUG) { + echo execution_stats(); +} +echo '</div>'; +echo '<div id="footer" ><a href="', WT_WEBTREES_URL, '" target="_blank" alt="', WT_WEBTREES, WT_USER_IS_ADMIN? (" - " .WT_VERSION_TEXT): "" , '" title="', WT_WEBTREES , WT_USER_IS_ADMIN? (" - " .WT_VERSION_TEXT): "", '"><span style="font-size:150%; color:#888888;">', WT_WEBTREES, '</span></a></div>'; diff --git a/themes/fab/header.php b/themes/fab/header.php new file mode 100644 index 0000000000..1e9a813466 --- /dev/null +++ b/themes/fab/header.php @@ -0,0 +1,185 @@ +<?php +// Header for FAB theme +// +// webtrees: Web based Family History software +// Copyright (C) 2010 webtrees development team. +// +// Derived from PhpGedView +// Modifications Copyright (c) 2010 Greg Roach +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// @package webtrees +// @subpackage Themes +// @version $Id$ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +// Definitions to simplify logic on pages with right-to-left languages +// TODO: merge this into the trunk? +if ($TEXT_DIRECTION=='ltr') { + define ('WT_CSS_ALIGN', 'left'); + define ('WT_CSS_REVERSE_ALIGN', 'right'); +} else { + define ('WT_CSS_ALIGN', 'right'); + define ('WT_CSS_REVERSE_ALIGN', 'left'); +} + +echo + '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">', + '<html xmlns="http://www.w3.org/1999/xhtml" ', i18n::html_markup(), '>', + '<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />', + '<title>', htmlspecialchars($GEDCOM_TITLE), '</title>', + '<link rel="shortcut icon" href="', $FAVICON, '" type="image/x-icon">', + '<link rel="stylesheet" href="', $stylesheet, '" type="text/css" media="all" />'; + +if ($ENABLE_RSS && !$REQUIRE_AUTHENTICATION) { + echo '<link href="', urlencode($SERVER_URL.'rss.php?ged='.WT_GEDCOM), '" rel="alternate" type="', $applicationType, '" title="', htmlspecialchars($GEDCOM_TITLE), '" />'; +} + +if (WT_USE_LIGHTBOX) { + if ($TEXT_DIRECTION=='rtl') { + echo + '<link rel="stylesheet" href="modules/lightbox/css/clearbox_music_RTL.css" type="text/css" />', + '<link rel="stylesheet" href="modules/lightbox/css/album_page_RTL_ff.css" type="text/css" media="screen" />'; + } else { + echo + '<link rel="stylesheet" href="modules/lightbox/css/clearbox_music.css" type="text/css" />', + '<link rel="stylesheet" href="modules/lightbox/css/album_page.css" type="text/css" media="screen" />'; + } +} + +echo + '<meta name="author" content="', htmlspecialchars($META_AUTHOR), '" />', + '<meta name="publisher" content="', htmlspecialchars($META_PUBLISHER), '" />', + '<meta name="copyright" content="', htmlspecialchars($META_COPYRIGHT), '" />', + '<meta name="description" content="', htmlspecialchars($META_DESCRIPTION), '" />', + '<meta name="page-topic" content="', htmlspecialchars($META_PAGE_TOPIC), '" />', + '<meta name="audience" content="', htmlspecialchars($META_AUDIENCE), '" />', + '<meta name="page-type" content="', htmlspecialchars($META_PAGE_TYPE), '" />', + '<meta name="robots" content="', htmlspecialchars($META_ROBOTS), '" />', + '<meta name="revisit-after" content="', htmlspecialchars($META_REVISIT), '" />', + '<meta name="keywords" content="', htmlspecialchars($META_KEYWORDS), '" />', + '<meta name="generator" content="', WT_WEBTREES, ' ', WT_VERSION_TEXT, '" />'; + +echo + $javascript, $head, + '<script type="text/javascript" src="js/jquery/jquery.min.js"></script>', + '<script type="text/javascript" src="js/jquery/jquery-ui.min.js"></script>', + '<link type="text/css" href="js/jquery/css/jquery-ui.custom.css" rel="Stylesheet" />'; + +?> + +<link type="text/css" href="<?php echo WT_THEME_DIR?>jquery/jquery-ui_theme.css" rel="Stylesheet" /> + +<?php if ($TEXT_DIRECTION=='rtl') {?> + <link type="text/css" href="<?php echo WT_THEME_DIR?>jquery/jquery-ui_theme_rtl.css" rel="Stylesheet" /> +<?php }?> + +<link rel="stylesheet" href="<?php echo $rtl_stylesheet; ?>" type="text/css" media="all" /> + +<?php +echo + '</head><body id="body" ', $bodyOnLoad, '>'; +flush(); // Allow the browser to start fetching external stylesheets, javascript, etc. + +echo '<div id="header" class="block">'; // Every page has a header +if ($view!='simple') { + echo + '<div style="float:', WT_CSS_ALIGN, '; font-size:250%;"><a style="color:#888888;" href="', $HOME_SITE_URL, '?>">', $HOME_SITE_TEXT, '</div>'; + // Print the user links + if ($SEARCH_SPIDER) { + // Search engines get a reduced menu + $menu_items=array( + MenuBar::getGedcomMenu(), + MenuBar::getListsMenu(), + MenuBar::getCalendarMenu() + ); + } else { + // Options for real users + echo '<div style="float:', WT_CSS_REVERSE_ALIGN, ';"><ul class="makeMenu">'; + if (WT_USER_ID) { + echo + '<li><a href="edituser.php" class="link">', getUserFullName(WT_USER_ID), '</a></li>', + ' | <li><a href="index.php?logout=1" class="link">', i18n::translate('Logout'), '</a></li>'; + if (WT_USER_GEDCOM_ADMIN) { + echo ' | <li><a href="admin.php" class="link">', i18n::translate('Admin'), '</a></li>'; + } + if (WT_USER_CAN_ACCEPT && exists_pending_change()) { + echo ' | <li><a href="javascript:;" onclick="window.open(\'edit_changes.php\',\'_blank\',\'width=600,height=500,resizable=1,scrollbars=1\'); return false;" style="color:red;">', i18n::translate('Pending Changes'), '</a></li>'; + } + } else { + global $LOGIN_URL; + if (WT_SCRIPT_NAME==basename($LOGIN_URL)) { + echo '<li><a href="', $LOGIN_URL, '" class="link">', i18n::translate('Login'), '</a></li>'; + } else { + $QUERY_STRING = normalize_query_string($QUERY_STRING.'&logout='); + echo '<li><a href="', $LOGIN_URL, '?url=', WT_SCRIPT_PATH, WT_SCRIPT_NAME, decode_url(normalize_query_string($QUERY_STRING.'&ged='.WT_GEDCOM)), '" class="link">', i18n::translate('Login'), '</a></li>'; + } + } + echo '<span class="link"> | ', MenuBar::getFavoritesMenu()->getMenuAsList(); + echo ' | ', MenuBar::getLanguageMenu()->getMenuAsList(); + global $ALLOW_THEME_DROPDOWN, $ALLOW_USER_THEMES; + if ($ALLOW_THEME_DROPDOWN && $ALLOW_USER_THEMES) { + echo ' | ', MenuBar::getThemeMenu()->getMenuAsList(); + } + echo + '</span> | <form style="display:inline;" action="search.php" method="get">', + '<input type="hidden" name="action" value="general" />', + '<input type="hidden" name="topsearch" value="yes" />', + '<input type="text" name="query" size="20" value="', i18n::translate('Search'), '" onfocus="if (this.value==\'', i18n::translate('Search'), '\') this.value=\'\'; focusHandler();" onblur="if (this.value==\'\') this.value=\'', i18n::translate('Search'), '\';" />', + '</form>', + '</ul></div>'; + $menu_items=array( + MenuBar::getGedcomMenu(), + MenuBar::getMygedviewMenu(), + MenuBar::getChartsMenu(), + MenuBar::getListsMenu(), + MenuBar::getCalendarMenu(), + MenuBar::getReportsMenu(), + MenuBar::getSearchMenu(), + MenuBar::getOptionalMenu() + ); + foreach (MenuBar::getModuleMenus() as $menu) { + $menu_items[]=$menu; + } + + // Help menu + $menu = new Menu(i18n::translate('Help'), "#", "down"); + $menu->addOnclick('return helpPopup("'.WT_SCRIPT_NAME.'");'); + $menu_items[]=$menu; + echo + '<div style="float:', WT_CSS_ALIGN, '; clear:', WT_CSS_ALIGN, '; font-size:175%;">', + htmlspecialchars($GEDCOM_TITLE), + '</div>'; + } + // Print the menu bar + echo '<div id="topMenu"><ul class="makeMenu">'; + foreach ($menu_items as $n=>$menu) { + if ($menu && $menu->link) { + if ($n>0) { + echo ' | '; + } + echo $menu->getMenuAsList(); + } + } + unset($menu_items, $n, $menu); + echo '</ul></div>'; +} +echo '</div><div id="content">'; +flush(); // Allow the browser to format the header/menus while we generate the page diff --git a/themes/fab/images/RESN_confidential.gif b/themes/fab/images/RESN_confidential.gif Binary files differnew file mode 100644 index 0000000000..48738aaa65 --- /dev/null +++ b/themes/fab/images/RESN_confidential.gif diff --git a/themes/fab/images/RESN_locked.gif b/themes/fab/images/RESN_locked.gif Binary files differnew file mode 100644 index 0000000000..87cc0724b9 --- /dev/null +++ b/themes/fab/images/RESN_locked.gif diff --git a/themes/fab/images/RESN_none.gif b/themes/fab/images/RESN_none.gif Binary files differnew file mode 100644 index 0000000000..ef95d14cc2 --- /dev/null +++ b/themes/fab/images/RESN_none.gif diff --git a/themes/fab/images/RESN_privacy.gif b/themes/fab/images/RESN_privacy.gif Binary files differnew file mode 100644 index 0000000000..d4879ba5e5 --- /dev/null +++ b/themes/fab/images/RESN_privacy.gif diff --git a/themes/fab/images/add.gif b/themes/fab/images/add.gif Binary files differnew file mode 100644 index 0000000000..f2a9aa9d3e --- /dev/null +++ b/themes/fab/images/add.gif diff --git a/themes/fab/images/admin.gif b/themes/fab/images/admin.gif Binary files differnew file mode 100644 index 0000000000..a408a198af --- /dev/null +++ b/themes/fab/images/admin.gif diff --git a/themes/fab/images/bubble.gif b/themes/fab/images/bubble.gif Binary files differnew file mode 100644 index 0000000000..30bb3ca923 --- /dev/null +++ b/themes/fab/images/bubble.gif diff --git a/themes/fab/images/buttons/addmedia.gif b/themes/fab/images/buttons/addmedia.gif Binary files differnew file mode 100644 index 0000000000..816fecedab --- /dev/null +++ b/themes/fab/images/buttons/addmedia.gif diff --git a/themes/fab/images/buttons/addnote.gif b/themes/fab/images/buttons/addnote.gif Binary files differnew file mode 100644 index 0000000000..e6ae69e484 --- /dev/null +++ b/themes/fab/images/buttons/addnote.gif diff --git a/themes/fab/images/buttons/addrepository.gif b/themes/fab/images/buttons/addrepository.gif Binary files differnew file mode 100644 index 0000000000..ffeee3f0f9 --- /dev/null +++ b/themes/fab/images/buttons/addrepository.gif diff --git a/themes/fab/images/buttons/addsource.gif b/themes/fab/images/buttons/addsource.gif Binary files differnew file mode 100644 index 0000000000..0023855e70 --- /dev/null +++ b/themes/fab/images/buttons/addsource.gif diff --git a/themes/fab/images/buttons/autocomplete.gif b/themes/fab/images/buttons/autocomplete.gif Binary files differnew file mode 100644 index 0000000000..ca3ff39587 --- /dev/null +++ b/themes/fab/images/buttons/autocomplete.gif diff --git a/themes/fab/images/buttons/calendar.gif b/themes/fab/images/buttons/calendar.gif Binary files differnew file mode 100644 index 0000000000..d9955da5bd --- /dev/null +++ b/themes/fab/images/buttons/calendar.gif diff --git a/themes/fab/images/buttons/family.gif b/themes/fab/images/buttons/family.gif Binary files differnew file mode 100644 index 0000000000..8a04504c3e --- /dev/null +++ b/themes/fab/images/buttons/family.gif diff --git a/themes/fab/images/buttons/head.gif b/themes/fab/images/buttons/head.gif Binary files differnew file mode 100644 index 0000000000..24cb7f2f8c --- /dev/null +++ b/themes/fab/images/buttons/head.gif diff --git a/themes/fab/images/buttons/indi.gif b/themes/fab/images/buttons/indi.gif Binary files differnew file mode 100644 index 0000000000..581bdd59ad --- /dev/null +++ b/themes/fab/images/buttons/indi.gif diff --git a/themes/fab/images/buttons/keyboard.gif b/themes/fab/images/buttons/keyboard.gif Binary files differnew file mode 100644 index 0000000000..9f39b2c5ea --- /dev/null +++ b/themes/fab/images/buttons/keyboard.gif diff --git a/themes/fab/images/buttons/media.gif b/themes/fab/images/buttons/media.gif Binary files differnew file mode 100644 index 0000000000..f0dca9492e --- /dev/null +++ b/themes/fab/images/buttons/media.gif diff --git a/themes/fab/images/buttons/note.gif b/themes/fab/images/buttons/note.gif Binary files differnew file mode 100644 index 0000000000..7e3da7ccf5 --- /dev/null +++ b/themes/fab/images/buttons/note.gif diff --git a/themes/fab/images/buttons/place.gif b/themes/fab/images/buttons/place.gif Binary files differnew file mode 100644 index 0000000000..4ac65dc184 --- /dev/null +++ b/themes/fab/images/buttons/place.gif diff --git a/themes/fab/images/buttons/refresh.gif b/themes/fab/images/buttons/refresh.gif Binary files differnew file mode 100644 index 0000000000..b397e18d28 --- /dev/null +++ b/themes/fab/images/buttons/refresh.gif diff --git a/themes/fab/images/buttons/repository.gif b/themes/fab/images/buttons/repository.gif Binary files differnew file mode 100644 index 0000000000..88075abe97 --- /dev/null +++ b/themes/fab/images/buttons/repository.gif diff --git a/themes/fab/images/buttons/source.gif b/themes/fab/images/buttons/source.gif Binary files differnew file mode 100644 index 0000000000..23dbaf6232 --- /dev/null +++ b/themes/fab/images/buttons/source.gif diff --git a/themes/fab/images/buttons/target.gif b/themes/fab/images/buttons/target.gif Binary files differnew file mode 100644 index 0000000000..796ee0d164 --- /dev/null +++ b/themes/fab/images/buttons/target.gif diff --git a/themes/fab/images/buttons/view_all.gif b/themes/fab/images/buttons/view_all.gif Binary files differnew file mode 100644 index 0000000000..42c1848d2e --- /dev/null +++ b/themes/fab/images/buttons/view_all.gif diff --git a/themes/fab/images/calendar.gif b/themes/fab/images/calendar.gif Binary files differnew file mode 100644 index 0000000000..66a5ca4b5e --- /dev/null +++ b/themes/fab/images/calendar.gif diff --git a/themes/fab/images/cfamily.gif b/themes/fab/images/cfamily.gif Binary files differnew file mode 100644 index 0000000000..7d859dfb9a --- /dev/null +++ b/themes/fab/images/cfamily.gif diff --git a/themes/fab/images/checked.gif b/themes/fab/images/checked.gif Binary files differnew file mode 100644 index 0000000000..bb7c935983 --- /dev/null +++ b/themes/fab/images/checked.gif diff --git a/themes/fab/images/checked_qm.gif b/themes/fab/images/checked_qm.gif Binary files differnew file mode 100644 index 0000000000..c78efa55d5 --- /dev/null +++ b/themes/fab/images/checked_qm.gif diff --git a/themes/fab/images/children.gif b/themes/fab/images/children.gif Binary files differnew file mode 100644 index 0000000000..c91b68359d --- /dev/null +++ b/themes/fab/images/children.gif diff --git a/themes/fab/images/clippings.gif b/themes/fab/images/clippings.gif Binary files differnew file mode 100644 index 0000000000..6f00a3b3eb --- /dev/null +++ b/themes/fab/images/clippings.gif diff --git a/themes/fab/images/darrow.gif b/themes/fab/images/darrow.gif Binary files differnew file mode 100644 index 0000000000..d0ad0b0ce5 --- /dev/null +++ b/themes/fab/images/darrow.gif diff --git a/themes/fab/images/darrow2.gif b/themes/fab/images/darrow2.gif Binary files differnew file mode 100644 index 0000000000..a5e115725c --- /dev/null +++ b/themes/fab/images/darrow2.gif diff --git a/themes/fab/images/ddarrow.gif b/themes/fab/images/ddarrow.gif Binary files differnew file mode 100644 index 0000000000..a24a3ddc67 --- /dev/null +++ b/themes/fab/images/ddarrow.gif diff --git a/themes/fab/images/descendancy.gif b/themes/fab/images/descendancy.gif Binary files differnew file mode 100644 index 0000000000..d24b21d5ee --- /dev/null +++ b/themes/fab/images/descendancy.gif diff --git a/themes/fab/images/dline.gif b/themes/fab/images/dline.gif Binary files differnew file mode 100644 index 0000000000..8456420b86 --- /dev/null +++ b/themes/fab/images/dline.gif diff --git a/themes/fab/images/dline2.gif b/themes/fab/images/dline2.gif Binary files differnew file mode 100644 index 0000000000..495f2ded9b --- /dev/null +++ b/themes/fab/images/dline2.gif diff --git a/themes/fab/images/edit_sour.gif b/themes/fab/images/edit_sour.gif Binary files differnew file mode 100644 index 0000000000..28644438d8 --- /dev/null +++ b/themes/fab/images/edit_sour.gif diff --git a/themes/fab/images/favicon.ico b/themes/fab/images/favicon.ico Binary files differnew file mode 100644 index 0000000000..053c0d570b --- /dev/null +++ b/themes/fab/images/favicon.ico diff --git a/themes/fab/images/fe_male.gif b/themes/fab/images/fe_male.gif Binary files differnew file mode 100644 index 0000000000..215d6f1947 --- /dev/null +++ b/themes/fab/images/fe_male.gif diff --git a/themes/fab/images/feed-icon16x16.png b/themes/fab/images/feed-icon16x16.png Binary files differnew file mode 100644 index 0000000000..6e7b676b34 --- /dev/null +++ b/themes/fab/images/feed-icon16x16.png diff --git a/themes/fab/images/female.gif b/themes/fab/images/female.gif Binary files differnew file mode 100644 index 0000000000..18fcacded1 --- /dev/null +++ b/themes/fab/images/female.gif diff --git a/themes/fab/images/forbidden.gif b/themes/fab/images/forbidden.gif Binary files differnew file mode 100644 index 0000000000..48738aaa65 --- /dev/null +++ b/themes/fab/images/forbidden.gif diff --git a/themes/fab/images/gedcom.gif b/themes/fab/images/gedcom.gif Binary files differnew file mode 100644 index 0000000000..c5d048b256 --- /dev/null +++ b/themes/fab/images/gedcom.gif diff --git a/themes/fab/images/gedview.gif b/themes/fab/images/gedview.gif Binary files differnew file mode 100644 index 0000000000..7b2343957c --- /dev/null +++ b/themes/fab/images/gedview.gif diff --git a/themes/fab/images/gedview.png b/themes/fab/images/gedview.png Binary files differnew file mode 100644 index 0000000000..adf5c1389e --- /dev/null +++ b/themes/fab/images/gedview.png diff --git a/themes/fab/images/hcal.png b/themes/fab/images/hcal.png Binary files differnew file mode 100644 index 0000000000..4d00c048c5 --- /dev/null +++ b/themes/fab/images/hcal.png diff --git a/themes/fab/images/help.gif b/themes/fab/images/help.gif Binary files differnew file mode 100644 index 0000000000..35e9733f4c --- /dev/null +++ b/themes/fab/images/help.gif diff --git a/themes/fab/images/hline.gif b/themes/fab/images/hline.gif Binary files differnew file mode 100644 index 0000000000..0f6a93c945 --- /dev/null +++ b/themes/fab/images/hline.gif diff --git a/themes/fab/images/hourglass.gif b/themes/fab/images/hourglass.gif Binary files differnew file mode 100644 index 0000000000..45cc6cadae --- /dev/null +++ b/themes/fab/images/hourglass.gif diff --git a/themes/fab/images/indicator.gif b/themes/fab/images/indicator.gif Binary files differnew file mode 100644 index 0000000000..085ccaecaf --- /dev/null +++ b/themes/fab/images/indicator.gif diff --git a/themes/fab/images/indis.gif b/themes/fab/images/indis.gif Binary files differnew file mode 100644 index 0000000000..5d357356fd --- /dev/null +++ b/themes/fab/images/indis.gif diff --git a/themes/fab/images/larrow.gif b/themes/fab/images/larrow.gif Binary files differnew file mode 100644 index 0000000000..5fbff4ad1c --- /dev/null +++ b/themes/fab/images/larrow.gif diff --git a/themes/fab/images/larrow2.gif b/themes/fab/images/larrow2.gif Binary files differnew file mode 100644 index 0000000000..e9d1c14eb8 --- /dev/null +++ b/themes/fab/images/larrow2.gif diff --git a/themes/fab/images/ldarrow.gif b/themes/fab/images/ldarrow.gif Binary files differnew file mode 100644 index 0000000000..88b84dce7b --- /dev/null +++ b/themes/fab/images/ldarrow.gif diff --git a/themes/fab/images/loading.gif b/themes/fab/images/loading.gif Binary files differnew file mode 100644 index 0000000000..5bb90fd6a4 --- /dev/null +++ b/themes/fab/images/loading.gif diff --git a/themes/fab/images/lsdnarrow.gif b/themes/fab/images/lsdnarrow.gif Binary files differnew file mode 100644 index 0000000000..03acc3852c --- /dev/null +++ b/themes/fab/images/lsdnarrow.gif diff --git a/themes/fab/images/lsltarrow.gif b/themes/fab/images/lsltarrow.gif Binary files differnew file mode 100644 index 0000000000..e7caf29f12 --- /dev/null +++ b/themes/fab/images/lsltarrow.gif diff --git a/themes/fab/images/lsrtarrow.gif b/themes/fab/images/lsrtarrow.gif Binary files differnew file mode 100644 index 0000000000..ddbe5827f4 --- /dev/null +++ b/themes/fab/images/lsrtarrow.gif diff --git a/themes/fab/images/lsuparrow.gif b/themes/fab/images/lsuparrow.gif Binary files differnew file mode 100644 index 0000000000..ddf8af7e1d --- /dev/null +++ b/themes/fab/images/lsuparrow.gif diff --git a/themes/fab/images/male.gif b/themes/fab/images/male.gif Binary files differnew file mode 100644 index 0000000000..c1f4daf1c6 --- /dev/null +++ b/themes/fab/images/male.gif diff --git a/themes/fab/images/mapq.gif b/themes/fab/images/mapq.gif Binary files differnew file mode 100644 index 0000000000..164dece859 --- /dev/null +++ b/themes/fab/images/mapq.gif diff --git a/themes/fab/images/media.gif b/themes/fab/images/media.gif Binary files differnew file mode 100644 index 0000000000..c59a23c605 --- /dev/null +++ b/themes/fab/images/media.gif diff --git a/themes/fab/images/media/audio.png b/themes/fab/images/media/audio.png Binary files differnew file mode 100644 index 0000000000..e479fb2ad9 --- /dev/null +++ b/themes/fab/images/media/audio.png diff --git a/themes/fab/images/media/doc.gif b/themes/fab/images/media/doc.gif Binary files differnew file mode 100644 index 0000000000..0a79098d9b --- /dev/null +++ b/themes/fab/images/media/doc.gif diff --git a/themes/fab/images/media/flash.png b/themes/fab/images/media/flash.png Binary files differnew file mode 100644 index 0000000000..2703e0de00 --- /dev/null +++ b/themes/fab/images/media/flash.png diff --git a/themes/fab/images/media/flashrem.png b/themes/fab/images/media/flashrem.png Binary files differnew file mode 100644 index 0000000000..c328d0bb95 --- /dev/null +++ b/themes/fab/images/media/flashrem.png diff --git a/themes/fab/images/media/ged.gif b/themes/fab/images/media/ged.gif Binary files differnew file mode 100644 index 0000000000..34f58f06b8 --- /dev/null +++ b/themes/fab/images/media/ged.gif diff --git a/themes/fab/images/media/globe.png b/themes/fab/images/media/globe.png Binary files differnew file mode 100644 index 0000000000..734c694502 --- /dev/null +++ b/themes/fab/images/media/globe.png diff --git a/themes/fab/images/media/html.gif b/themes/fab/images/media/html.gif Binary files differnew file mode 100644 index 0000000000..c520975cb9 --- /dev/null +++ b/themes/fab/images/media/html.gif diff --git a/themes/fab/images/media/pdf.gif b/themes/fab/images/media/pdf.gif Binary files differnew file mode 100644 index 0000000000..26523ea6bf --- /dev/null +++ b/themes/fab/images/media/pdf.gif diff --git a/themes/fab/images/media/picasa.png b/themes/fab/images/media/picasa.png Binary files differnew file mode 100644 index 0000000000..4a7112b0a7 --- /dev/null +++ b/themes/fab/images/media/picasa.png diff --git a/themes/fab/images/media/tex.gif b/themes/fab/images/media/tex.gif Binary files differnew file mode 100644 index 0000000000..3975e0f947 --- /dev/null +++ b/themes/fab/images/media/tex.gif diff --git a/themes/fab/images/media/wmv.png b/themes/fab/images/media/wmv.png Binary files differnew file mode 100644 index 0000000000..3848206eb7 --- /dev/null +++ b/themes/fab/images/media/wmv.png diff --git a/themes/fab/images/media/wmvrem.png b/themes/fab/images/media/wmvrem.png Binary files differnew file mode 100644 index 0000000000..cc682b778f --- /dev/null +++ b/themes/fab/images/media/wmvrem.png diff --git a/themes/fab/images/menu_gallery.gif b/themes/fab/images/menu_gallery.gif Binary files differnew file mode 100644 index 0000000000..c59a23c605 --- /dev/null +++ b/themes/fab/images/menu_gallery.gif diff --git a/themes/fab/images/menu_punbb.gif b/themes/fab/images/menu_punbb.gif Binary files differnew file mode 100644 index 0000000000..ed29b3e3c6 --- /dev/null +++ b/themes/fab/images/menu_punbb.gif diff --git a/themes/fab/images/menu_research.gif b/themes/fab/images/menu_research.gif Binary files differnew file mode 100644 index 0000000000..44ab25b585 --- /dev/null +++ b/themes/fab/images/menu_research.gif diff --git a/themes/fab/images/minus.gif b/themes/fab/images/minus.gif Binary files differnew file mode 100644 index 0000000000..9e250e6fea --- /dev/null +++ b/themes/fab/images/minus.gif diff --git a/themes/fab/images/move.gif b/themes/fab/images/move.gif Binary files differnew file mode 100644 index 0000000000..7feb9f240f --- /dev/null +++ b/themes/fab/images/move.gif diff --git a/themes/fab/images/multim.gif b/themes/fab/images/multim.gif Binary files differnew file mode 100644 index 0000000000..611f483fef --- /dev/null +++ b/themes/fab/images/multim.gif diff --git a/themes/fab/images/notes.gif b/themes/fab/images/notes.gif Binary files differnew file mode 100644 index 0000000000..f8eb4b3253 --- /dev/null +++ b/themes/fab/images/notes.gif diff --git a/themes/fab/images/patriarch.gif b/themes/fab/images/patriarch.gif Binary files differnew file mode 100644 index 0000000000..2e630f617f --- /dev/null +++ b/themes/fab/images/patriarch.gif diff --git a/themes/fab/images/pedigree.gif b/themes/fab/images/pedigree.gif Binary files differnew file mode 100644 index 0000000000..6f3463816a --- /dev/null +++ b/themes/fab/images/pedigree.gif diff --git a/themes/fab/images/pin-in.png b/themes/fab/images/pin-in.png Binary files differnew file mode 100644 index 0000000000..28bd3a3a7f --- /dev/null +++ b/themes/fab/images/pin-in.png diff --git a/themes/fab/images/pin-out.png b/themes/fab/images/pin-out.png Binary files differnew file mode 100644 index 0000000000..35f50c3c27 --- /dev/null +++ b/themes/fab/images/pin-out.png diff --git a/themes/fab/images/pix1.gif b/themes/fab/images/pix1.gif Binary files differnew file mode 100644 index 0000000000..2154e67b56 --- /dev/null +++ b/themes/fab/images/pix1.gif diff --git a/themes/fab/images/place.gif b/themes/fab/images/place.gif Binary files differnew file mode 100644 index 0000000000..89894331b8 --- /dev/null +++ b/themes/fab/images/place.gif diff --git a/themes/fab/images/plus.gif b/themes/fab/images/plus.gif Binary files differnew file mode 100644 index 0000000000..8d20365780 --- /dev/null +++ b/themes/fab/images/plus.gif diff --git a/themes/fab/images/rarrow.gif b/themes/fab/images/rarrow.gif Binary files differnew file mode 100644 index 0000000000..ba4ba3ac32 --- /dev/null +++ b/themes/fab/images/rarrow.gif diff --git a/themes/fab/images/rarrow2.gif b/themes/fab/images/rarrow2.gif Binary files differnew file mode 100644 index 0000000000..484a2ead21 --- /dev/null +++ b/themes/fab/images/rarrow2.gif diff --git a/themes/fab/images/rdarrow.gif b/themes/fab/images/rdarrow.gif Binary files differnew file mode 100644 index 0000000000..290054f690 --- /dev/null +++ b/themes/fab/images/rdarrow.gif diff --git a/themes/fab/images/relationship.gif b/themes/fab/images/relationship.gif Binary files differnew file mode 100644 index 0000000000..67e7cb79e1 --- /dev/null +++ b/themes/fab/images/relationship.gif diff --git a/themes/fab/images/reminder.gif b/themes/fab/images/reminder.gif Binary files differnew file mode 100644 index 0000000000..b69b885b08 --- /dev/null +++ b/themes/fab/images/reminder.gif diff --git a/themes/fab/images/remove-dis.png b/themes/fab/images/remove-dis.png Binary files differnew file mode 100644 index 0000000000..80c7fc83d3 --- /dev/null +++ b/themes/fab/images/remove-dis.png diff --git a/themes/fab/images/remove.gif b/themes/fab/images/remove.gif Binary files differnew file mode 100644 index 0000000000..53253a9db4 --- /dev/null +++ b/themes/fab/images/remove.gif diff --git a/themes/fab/images/reports.gif b/themes/fab/images/reports.gif Binary files differnew file mode 100644 index 0000000000..c2b2618220 --- /dev/null +++ b/themes/fab/images/reports.gif diff --git a/themes/fab/images/repository.gif b/themes/fab/images/repository.gif Binary files differnew file mode 100644 index 0000000000..f238244c34 --- /dev/null +++ b/themes/fab/images/repository.gif diff --git a/themes/fab/images/search.gif b/themes/fab/images/search.gif Binary files differnew file mode 100644 index 0000000000..9a9920c226 --- /dev/null +++ b/themes/fab/images/search.gif diff --git a/themes/fab/images/selected.png b/themes/fab/images/selected.png Binary files differnew file mode 100644 index 0000000000..189d071d1c --- /dev/null +++ b/themes/fab/images/selected.png diff --git a/themes/fab/images/sfamily.gif b/themes/fab/images/sfamily.gif Binary files differnew file mode 100644 index 0000000000..b881506039 --- /dev/null +++ b/themes/fab/images/sfamily.gif diff --git a/themes/fab/images/silhouette_female.gif b/themes/fab/images/silhouette_female.gif Binary files differnew file mode 100644 index 0000000000..d24efe022a --- /dev/null +++ b/themes/fab/images/silhouette_female.gif diff --git a/themes/fab/images/silhouette_male.gif b/themes/fab/images/silhouette_male.gif Binary files differnew file mode 100644 index 0000000000..ebae9f4046 --- /dev/null +++ b/themes/fab/images/silhouette_male.gif diff --git a/themes/fab/images/silhouette_unknown.gif b/themes/fab/images/silhouette_unknown.gif Binary files differnew file mode 100644 index 0000000000..e8b9830cc8 --- /dev/null +++ b/themes/fab/images/silhouette_unknown.gif diff --git a/themes/fab/images/small/admin.gif b/themes/fab/images/small/admin.gif Binary files differnew file mode 100644 index 0000000000..3712754982 --- /dev/null +++ b/themes/fab/images/small/admin.gif diff --git a/themes/fab/images/small/ancestry.gif b/themes/fab/images/small/ancestry.gif Binary files differnew file mode 100644 index 0000000000..0ff2be2671 --- /dev/null +++ b/themes/fab/images/small/ancestry.gif diff --git a/themes/fab/images/small/calendar.gif b/themes/fab/images/small/calendar.gif Binary files differnew file mode 100644 index 0000000000..32478eb892 --- /dev/null +++ b/themes/fab/images/small/calendar.gif diff --git a/themes/fab/images/small/cfamily.gif b/themes/fab/images/small/cfamily.gif Binary files differnew file mode 100644 index 0000000000..579d00622e --- /dev/null +++ b/themes/fab/images/small/cfamily.gif diff --git a/themes/fab/images/small/childless.gif b/themes/fab/images/small/childless.gif Binary files differnew file mode 100644 index 0000000000..5f875d2ddd --- /dev/null +++ b/themes/fab/images/small/childless.gif diff --git a/themes/fab/images/small/clippings.gif b/themes/fab/images/small/clippings.gif Binary files differnew file mode 100644 index 0000000000..1beeca4bcd --- /dev/null +++ b/themes/fab/images/small/clippings.gif diff --git a/themes/fab/images/small/descendancy.gif b/themes/fab/images/small/descendancy.gif Binary files differnew file mode 100644 index 0000000000..b2c77c087d --- /dev/null +++ b/themes/fab/images/small/descendancy.gif diff --git a/themes/fab/images/small/edit_fam.gif b/themes/fab/images/small/edit_fam.gif Binary files differnew file mode 100644 index 0000000000..b4fcd8ac4e --- /dev/null +++ b/themes/fab/images/small/edit_fam.gif diff --git a/themes/fab/images/small/edit_indi.gif b/themes/fab/images/small/edit_indi.gif Binary files differnew file mode 100644 index 0000000000..88e7849c31 --- /dev/null +++ b/themes/fab/images/small/edit_indi.gif diff --git a/themes/fab/images/small/edit_repo.gif b/themes/fab/images/small/edit_repo.gif Binary files differnew file mode 100644 index 0000000000..5aa206174a --- /dev/null +++ b/themes/fab/images/small/edit_repo.gif diff --git a/themes/fab/images/small/edit_sour.gif b/themes/fab/images/small/edit_sour.gif Binary files differnew file mode 100644 index 0000000000..a5c2ab395b --- /dev/null +++ b/themes/fab/images/small/edit_sour.gif diff --git a/themes/fab/images/small/fambook.gif b/themes/fab/images/small/fambook.gif Binary files differnew file mode 100644 index 0000000000..fb37cea2c6 --- /dev/null +++ b/themes/fab/images/small/fambook.gif diff --git a/themes/fab/images/small/fanchart.gif b/themes/fab/images/small/fanchart.gif Binary files differnew file mode 100644 index 0000000000..cd77d251da --- /dev/null +++ b/themes/fab/images/small/fanchart.gif diff --git a/themes/fab/images/small/fe_male.gif b/themes/fab/images/small/fe_male.gif Binary files differnew file mode 100644 index 0000000000..f61de02c16 --- /dev/null +++ b/themes/fab/images/small/fe_male.gif diff --git a/themes/fab/images/small/female.gif b/themes/fab/images/small/female.gif Binary files differnew file mode 100644 index 0000000000..8ff3c20f4e --- /dev/null +++ b/themes/fab/images/small/female.gif diff --git a/themes/fab/images/small/gedcom.gif b/themes/fab/images/small/gedcom.gif Binary files differnew file mode 100644 index 0000000000..0dd0a00c37 --- /dev/null +++ b/themes/fab/images/small/gedcom.gif diff --git a/themes/fab/images/small/help.gif b/themes/fab/images/small/help.gif Binary files differnew file mode 100644 index 0000000000..1b760345b2 --- /dev/null +++ b/themes/fab/images/small/help.gif diff --git a/themes/fab/images/small/hourglass.gif b/themes/fab/images/small/hourglass.gif Binary files differnew file mode 100644 index 0000000000..25cf249341 --- /dev/null +++ b/themes/fab/images/small/hourglass.gif diff --git a/themes/fab/images/small/indis.gif b/themes/fab/images/small/indis.gif Binary files differnew file mode 100644 index 0000000000..202ac809ac --- /dev/null +++ b/themes/fab/images/small/indis.gif diff --git a/themes/fab/images/small/male.gif b/themes/fab/images/small/male.gif Binary files differnew file mode 100644 index 0000000000..635309ca23 --- /dev/null +++ b/themes/fab/images/small/male.gif diff --git a/themes/fab/images/small/media.gif b/themes/fab/images/small/media.gif Binary files differnew file mode 100644 index 0000000000..c2d0473638 --- /dev/null +++ b/themes/fab/images/small/media.gif diff --git a/themes/fab/images/small/my_gedview.gif b/themes/fab/images/small/my_gedview.gif Binary files differnew file mode 100644 index 0000000000..acf4cde367 --- /dev/null +++ b/themes/fab/images/small/my_gedview.gif diff --git a/themes/fab/images/small/notes.gif b/themes/fab/images/small/notes.gif Binary files differnew file mode 100644 index 0000000000..1014c171d3 --- /dev/null +++ b/themes/fab/images/small/notes.gif diff --git a/themes/fab/images/small/patriarch.gif b/themes/fab/images/small/patriarch.gif Binary files differnew file mode 100644 index 0000000000..be6804da95 --- /dev/null +++ b/themes/fab/images/small/patriarch.gif diff --git a/themes/fab/images/small/pedigree.gif b/themes/fab/images/small/pedigree.gif Binary files differnew file mode 100644 index 0000000000..bdddf26053 --- /dev/null +++ b/themes/fab/images/small/pedigree.gif diff --git a/themes/fab/images/small/place.gif b/themes/fab/images/small/place.gif Binary files differnew file mode 100644 index 0000000000..c4ebc7be66 --- /dev/null +++ b/themes/fab/images/small/place.gif diff --git a/themes/fab/images/small/relationship.gif b/themes/fab/images/small/relationship.gif Binary files differnew file mode 100644 index 0000000000..883332a195 --- /dev/null +++ b/themes/fab/images/small/relationship.gif diff --git a/themes/fab/images/small/reports.gif b/themes/fab/images/small/reports.gif Binary files differnew file mode 100644 index 0000000000..5543950c43 --- /dev/null +++ b/themes/fab/images/small/reports.gif diff --git a/themes/fab/images/small/repository.gif b/themes/fab/images/small/repository.gif Binary files differnew file mode 100644 index 0000000000..c7301e92e5 --- /dev/null +++ b/themes/fab/images/small/repository.gif diff --git a/themes/fab/images/small/rings.gif b/themes/fab/images/small/rings.gif Binary files differnew file mode 100644 index 0000000000..776931379e --- /dev/null +++ b/themes/fab/images/small/rings.gif diff --git a/themes/fab/images/small/search.gif b/themes/fab/images/small/search.gif Binary files differnew file mode 100644 index 0000000000..120b553593 --- /dev/null +++ b/themes/fab/images/small/search.gif diff --git a/themes/fab/images/small/sfamily.gif b/themes/fab/images/small/sfamily.gif Binary files differnew file mode 100644 index 0000000000..e24cf50005 --- /dev/null +++ b/themes/fab/images/small/sfamily.gif diff --git a/themes/fab/images/small/source.gif b/themes/fab/images/small/source.gif Binary files differnew file mode 100644 index 0000000000..16fa931c88 --- /dev/null +++ b/themes/fab/images/small/source.gif diff --git a/themes/fab/images/small/statistic.gif b/themes/fab/images/small/statistic.gif Binary files differnew file mode 100644 index 0000000000..4d33e95ae9 --- /dev/null +++ b/themes/fab/images/small/statistic.gif diff --git a/themes/fab/images/small/timeline.gif b/themes/fab/images/small/timeline.gif Binary files differnew file mode 100644 index 0000000000..aa79772361 --- /dev/null +++ b/themes/fab/images/small/timeline.gif diff --git a/themes/fab/images/source.gif b/themes/fab/images/source.gif Binary files differnew file mode 100644 index 0000000000..44ab25b585 --- /dev/null +++ b/themes/fab/images/source.gif diff --git a/themes/fab/images/spacer.gif b/themes/fab/images/spacer.gif Binary files differnew file mode 100644 index 0000000000..634eece7f7 --- /dev/null +++ b/themes/fab/images/spacer.gif diff --git a/themes/fab/images/statistic.gif b/themes/fab/images/statistic.gif Binary files differnew file mode 100644 index 0000000000..37dfb40151 --- /dev/null +++ b/themes/fab/images/statistic.gif diff --git a/themes/fab/images/stop.gif b/themes/fab/images/stop.gif Binary files differnew file mode 100644 index 0000000000..516227b1f9 --- /dev/null +++ b/themes/fab/images/stop.gif diff --git a/themes/fab/images/terrasrv.gif b/themes/fab/images/terrasrv.gif Binary files differnew file mode 100644 index 0000000000..46de029560 --- /dev/null +++ b/themes/fab/images/terrasrv.gif diff --git a/themes/fab/images/timeline.gif b/themes/fab/images/timeline.gif Binary files differnew file mode 100644 index 0000000000..b058b3fcca --- /dev/null +++ b/themes/fab/images/timeline.gif diff --git a/themes/fab/images/timelineChunk.gif b/themes/fab/images/timelineChunk.gif Binary files differnew file mode 100644 index 0000000000..1df84af9b7 --- /dev/null +++ b/themes/fab/images/timelineChunk.gif diff --git a/themes/fab/images/topdown.gif b/themes/fab/images/topdown.gif Binary files differnew file mode 100644 index 0000000000..c3f58d2279 --- /dev/null +++ b/themes/fab/images/topdown.gif diff --git a/themes/fab/images/trashcan.gif b/themes/fab/images/trashcan.gif Binary files differnew file mode 100644 index 0000000000..69b1365c3d --- /dev/null +++ b/themes/fab/images/trashcan.gif diff --git a/themes/fab/images/uarrow.gif b/themes/fab/images/uarrow.gif Binary files differnew file mode 100644 index 0000000000..0ed1a080f7 --- /dev/null +++ b/themes/fab/images/uarrow.gif diff --git a/themes/fab/images/uarrow2.gif b/themes/fab/images/uarrow2.gif Binary files differnew file mode 100644 index 0000000000..146cfc1947 --- /dev/null +++ b/themes/fab/images/uarrow2.gif diff --git a/themes/fab/images/uarrow3.gif b/themes/fab/images/uarrow3.gif Binary files differnew file mode 100644 index 0000000000..6241168658 --- /dev/null +++ b/themes/fab/images/uarrow3.gif diff --git a/themes/fab/images/udarrow.gif b/themes/fab/images/udarrow.gif Binary files differnew file mode 100644 index 0000000000..3eada0fc26 --- /dev/null +++ b/themes/fab/images/udarrow.gif diff --git a/themes/fab/images/video.png b/themes/fab/images/video.png Binary files differnew file mode 100644 index 0000000000..b447c4e307 --- /dev/null +++ b/themes/fab/images/video.png diff --git a/themes/fab/images/vline.gif b/themes/fab/images/vline.gif Binary files differnew file mode 100644 index 0000000000..7e987f1783 --- /dev/null +++ b/themes/fab/images/vline.gif diff --git a/themes/fab/images/warning.gif b/themes/fab/images/warning.gif Binary files differnew file mode 100644 index 0000000000..2d6689a2da --- /dev/null +++ b/themes/fab/images/warning.gif diff --git a/themes/fab/images/xml.gif b/themes/fab/images/xml.gif Binary files differnew file mode 100644 index 0000000000..36ae21534f --- /dev/null +++ b/themes/fab/images/xml.gif diff --git a/themes/fab/images/zoomin.gif b/themes/fab/images/zoomin.gif Binary files differnew file mode 100644 index 0000000000..09844eb899 --- /dev/null +++ b/themes/fab/images/zoomin.gif diff --git a/themes/fab/images/zoomout.gif b/themes/fab/images/zoomout.gif Binary files differnew file mode 100644 index 0000000000..f65cc043ef --- /dev/null +++ b/themes/fab/images/zoomout.gif diff --git a/themes/fab/jquery/jquery-ui_theme.css b/themes/fab/jquery/jquery-ui_theme.css new file mode 100644 index 0000000000..ec9e3a9b46 --- /dev/null +++ b/themes/fab/jquery/jquery-ui_theme.css @@ -0,0 +1,79 @@ +/* jquery css THEME adjustments */
+
+/* Tabs --------------------------------*/
+.ui-widget-content a:hover { color: red; }
+
+.ui-tabs-nav li.ui-tabs-selected { background: #f8f8f8; }
+.ui-tabs-nav li.ui-tabs-selected a { font-weight:600; color: black; }
+.ui-tabs-nav li.ui-tabs-selected a:hover { font-weight:600; color: black; }
+
+
+.static_tab_content {
+ border-style:none solid solid solid;
+ border-color: #c8c8c8
+}
+
+.static_tab_ltr {
+ float: right;
+ margin-right: 1px;
+ border-color: #cccccc;
+}
+.static_tab_content_ltr {
+ position: absolute;
+ z-index: 100;
+ right: 11px;
+ margin-top:-2px;
+
+}
+.static_tab_rtl { display: none; }
+
+/* ------- Sidebar ------- */
+#sidebar_open img {
+ margin-left: 0px;
+}
+
+/* Navigator and Flyout menu Styles */
+.nam a:hover{
+color:red;
+}
+.nav_content {
+ width:240px;
+ padding-left:5px;
+ padding-right:5px;
+ padding-top:3px;
+ background-color: white;
+}
+.flyout {
+ color:#000000;
+ text-align: left;
+ margin-top: -20px;
+ right: 210px;
+ padding: 3px;
+}
+.flyout2 {
+ color:#000000;
+ text-align: left;
+ margin-top: -2px;
+ left: 70px;
+ padding: 3px;
+}
+.flyout2 a:hover{
+ color:#ff0000;
+}
+.flyout4 {
+ color:#000000;
+ text-align: left;
+ margin-top: 0px;
+ margin-left: 0px;
+ padding: 3px;
+}
+#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse {
+ background:none;
+ border:none;
+ text-decoration:none;
+ text-align: left;
+ margin-top: 0px;
+ left: 0px;
+ padding: 0px;
+}
+/* End of Flyout Menu styles*/
diff --git a/themes/fab/jquery/jquery-ui_theme_rtl.css b/themes/fab/jquery/jquery-ui_theme_rtl.css new file mode 100644 index 0000000000..7bcd14baf9 --- /dev/null +++ b/themes/fab/jquery/jquery-ui_theme_rtl.css @@ -0,0 +1,74 @@ +/* jquery css THEME adjustments for RTL */ + +/* Tabs --------------------------------*/ +.ui-tabs { direction: rtl; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected, +.ui-tabs .ui-tabs-nav li.ui-state-default {float: right; } +.ui-tabs .ui-tabs-nav li a { float: right; } + +.static_tab_rtl { + float: left; + margin-right: 1px; + border-color: #cccccc; +} +.static_tab_content_rtl { + position: absolute; + z-index: 100; + left: 10px; + margin-top:-2px; + +} +.static_tab_rtl { display: none; } + +/* ----- Sidebar (rtl) ----- */ +#sidebar { + position: absolute; + left: 1px; + width: 0px; + height: 450px; + z-index: 50; + margin-top: 10px; + margin-left: 19px; + background-color: #dddddd; +} +#sidebar_controls { + position: absolute; + float: right; + right: -22px; + margin-top: 0px; + margin-right: 5px; + height: 28px; + width: 16px; + z-index: 10; +} +#sidebar_open img { + padding-top: 2px; + padding-bottom: 3px; + margin-right: 0px; + height: 15px; + background-color: #ffffff; +} + +/* Navigator & Flyout menu Styles ------*/ +.flyoutrtl { + color:#000000; + text-align: right; + margin-top: -20px; + left: 210px; + padding: 3px; +} +.flyout2rtl { + color:#000000; + text-align: right; + margin-top: -2px; + right: 70px; + padding: 3px; +} +.flyout2rtl a:hover{ + color:#ff0000; +} +#flyout3 { + text-align: right; +} + + diff --git a/themes/fab/modules.css b/themes/fab/modules.css new file mode 100644 index 0000000000..1080e84f95 --- /dev/null +++ b/themes/fab/modules.css @@ -0,0 +1,273 @@ +/** + * Theme specific module CSS for PHPGedView + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2010 PGV Development Team. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @package webtrees + * @subpackage module themes + * @version $Id$ + */ + +/* GEDFact_assistant - Census - module ===================================== */ +/* Date Drop-down menu (census_asst_date.php) */ +.UK { + background-color:#aaffaa; + color:black; + } +.USA { + background-color:#aaccff; + color:black; + } +/* Indi Page - Shared Note column headers/cells (census_note_decode.php) */ +.note1 { + margin-left: -0.05em; + font-weight: bold; +} +.note2 { + margin-left: -0.25em; + font-weight: bold; +} +.notecell { + white-space: nowrap; +} +/* Navigator */ +.cens_search { + position: relative; + float: left; + margin: 0.3em 0 0 0.5em; + width: 23.1em; + height: 37.4em; + overflow: auto; + /* border: 1px solid red; */ +} +#navenclose { + margin-left: -0.4em; + margin-top: -0.4em; + margin-bottom: -0.3em; + border-bottom: 0px; + width: 22.3em; + /* border: 1px solid green; */ +} +.linkcell a { + display: block; + padding: 0.3em 0.3em 0.6em 0.3em; + margin: -0.3em -0.3em -0.6em -0.3em; +} +.linkcell a:hover{ + /* background: #888888; */ +} +a.linka { + padding: 0 0 0 0; + margin: 0 0 0 0; +} +.ltrnav { + position: absolute; + top:-1.6em; + left:5.9em; +} +.rtlnav { + position: absolute; + top:-1.5em; + right:5.5em; +} +.headimg { + margin-top:-4px; + border:0; +} +.headimg2 { + height:17px; + border-style:none; + margin:-3px; + margin-left:0px; +} +/* Container for Census & Source Information Area */ +.cens_container { + clear: both; + float: left; + width: 53.0em; + margin: 0 0 0 0.3em; + padding: 0; + /* border: 1px solid red; */ +} +.cens_container span { + margin: 0 0.5em; +} +/* Header of assistant window */ +.cens_header { + text-align: left; + margin-top: 0.3em; + height: 2.5em; +} +.cens_header_left { + float: left; + margin-left: 1.5em; + font-weight: bold; +} +.cens_header_right { + float: right; + margin: 0 2em 0 0; +} +/* Source Input section */ +.cens_sour { + font-weight: bold; + font-size: 0.9em; + text-align: left; + /*padding: 0.3em; + border: 0.3em outset;*/ + margin-bottom : 0.3em; + overflow: hidden; + width: 57.8em; +} +.cens_sour_country { + float: left; + width: 5.3em; + text-align: left; + padding-bottom: .2em; + margin-left: -0.4em; +} +.cens_sour_sour { + position: absolute; + margin-top: 3.4em; + float: left; + width: 12.5em; + text-align: left; + padding-bottom: 0em; +} +.cens_sour_obje { + position: absolute; + margin-top: 5.2em; + margin-left: 0.37em; + float: left; + width: 12.5em; + text-align: left; + padding-bottom: 0em; +} +.cens_sour_year { + float: left; + width: 3.6em; + text-align: left; + margin-left: .25em; + padding-bottom: .2em; +} +.cens_sour_scs { + float: right; + width: 74%; +} +.cens_sour select { + font-weight: normal; + margin: 0 0.5em; +} +.cens_sour input { + font-weight: normal; + font-size: 0.9em; + margin-top: 0.25em; + width: 78%; +} +.spacer { + padding-top:.5em; +} +.cens_sour_1 { + width: 100%; + margin: 0; + padding: 0; +} +.cens_sour_2 { + width: 17%; + float: left; + margin-top: 0.25em; +} +#notes, #locality { + margin-top: 0.20em; +} +/* Census Text Input Area */ +.cens_text { + font-size: 0.9em; + text-align: left; + padding: 0.3em; + /*border: 0.3em outset;*/ + margin-bottom: 0.3em; + margin-right: -0.17em; + width: 57.9em; +} +.cens_text span { + margin: 0 1em 0 0.3em; +} +textarea#NOTE { + height: 16.4em; + width: 98.5%; + overflow: auto; +} +.cens_textinput { + clear: both; + /*border: 0.3em outset;*/ + float: left; + margin: 0.2em 0 0 0.5em; + width: 76.5em; +} +.cens_textinput_left { + float: left; + width: 90%; + text-align: center; +} +.cens_textinput_right { + float: right; + font-size: 1em; + margin-right: 2.2em; +} +/* Census Add Rows Area */ +.cens_addrows { + clear: both; + /*border: 0em outset;*/ + float: left; + margin: 0; + width: 100%; +} +/* Census data Input area */ +.cens_data { + width:100%; + height:14.0em; + overflow:scroll; +} + +.cens_data table { + width: 100%; + border: 0; + margin: 0; + padding: 0; +} + +.cens_data input, .cens_data div { + padding: 0.1em; + margin-top: 0em; + margin-bottom: 0.2em; + margin-left:0; + margin-right:0; +} + +.cens_data button { + padding: 0em; + margin-top: -0.18em; + height: 1.5em; +} + +/* xxxxxxxxxx - module ===================================================== */ + +/* yyyyyyyyyy - module ===================================================== */
\ No newline at end of file diff --git a/themes/fab/style.css b/themes/fab/style.css new file mode 100644 index 0000000000..b711cfec6d --- /dev/null +++ b/themes/fab/style.css @@ -0,0 +1,938 @@ +/* +* Style for FAB theme +* +* Copyright (c) 2010 Greg Roach +* +* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. +* +* $Id$ +*/ + +/* temp stuff - for old PGV menus */ +.submenu, .sublinks_table { + background-color:#EEE; + border:thin solid #AAA; +} +.sublinks_cell { + text-align:center; +} +.sublinks_cell .icon { + display:none; +} +@media print { + .submenu, .sublinks_table { + display:none; + } +} + +/* Thin grey borders around block-level elements */ +input, +textarea, +fieldset, +.border1, +.block, +.descriptionbox, +.facts_label, .facts_label02, .facts_label03, .facts_value, +.image, +.lifespan_outer, +.list_label, .list_label_wrap, .list_value, .list_value_wrap, +.messagebox, +.optionbox, +.person_box, .person_boxF, .person_boxNN, +.person0, .person1, .person2, .person3, .person4, .person5 +.subbar, +.topbottombar { + margin:3px; + padding:3px; + border:1px solid DarkGray; + border-radius:3px; + -moz-border-radius:3px; + -webkit-border-radius:3px; +} + +legend { + font-weight:bold; +} + +/* Indicate that the parent died shortly after the birth */ +.parentdeath { + border:1px solid Black; +} + +/* Hyperlinks: regular and help */ +a { + text-decoration:none; +} +a:link, a:visited { + color:DarkSlateGray; +} +a:hover, a:active { + color:White !important; + background-color:DarkSlateGray; +} +a.help { + font-weight:bold; + text-shadow: Black 1px 1px 1px; + color:Yellow !important; + cursor:help; +} + +body { + color:DimGray; + background-color:White; + font:12px sans-serif; + margin:0px; +} + +img { + border:0; +} + +/* Various text styles */ +.warning .error .largeError { + color: red; + font-weight: bold; +} + +/* Fact labels */ +.label { + font-weight:bold; +} + +/* Main name on INDI/FAM/etc. pages */ +.name_head { + font-size:150%; +} + +/* Elements used on every page */ +#header { + color:#888; + text-align:center; +} +#topMenu { + clear:both; + text-align:center; + padding-top:1em; +} +#content { + margin-top:1em; + margin-bottom:1em; +} +#footer { + text-align:center; +} + +/* Block level objects, such as header, footer, etc. */ +.block { + background-color:#EEE; + clear:none; +} + +/* Pending edits */ +.change_new, .nameblue { + border: solid blue 2px !important; +} +.change_old, .namered { + color: #888 !important; + text-decoration:line-through !important; +} + +/* Use CSS menus based on nested <ul> */ +.makeMenu li { + display:inline; + position:relative; + white-space:nowrap; +} + +.makeMenu li ul { + display:none; + position:absolute; + left:0px; + top:1.1em; + background-color:#EEE; + border:thin solid #AAA; + z-index:999; +} + +.makeMenu li ul li { + display:block; + text-align:left; +} + +.makeMenu, .makeMenu li ul { + list-style:none; + margin:0; + padding:1px; +} + +.makeMenu li:hover > ul { + display:block; +} + +/* person boxes are used in various charts */ +.person_box { + background-color:#DDF; +} + +.person_boxF { + background-color:#FDD; +} + +.person_boxNN { + background-color:#DFD; +} + +/* index.php */ +#index_main_blocks { + width:60%; + float:left; +} +#index_small_blocks { + width:40%; + float:right; +} +#index_full_blocks { +} + + +.facts_table, .facts_table_rtl { + width:100%; +} + +/* pedigree.php */ +.pedigree_image_portrait, .pedigree_image_landscape { + float:left; + height:48px; + margin-right:3px; +} + +.pedigree_image_portrait_rtl, .pedigree_image_landscape_rtl { + float:right; + height:48px; + margin-left:3px; +} + +/* Printer friendliness */ +@media print { + #header, #footer { + display:none; + } +} + +/* Tabular data */ +.list_table { + padding: 3px; + margin-left:auto; + margin-right:auto; +} +.topbottombar { + font-weight:bold; + font-size:125%; + background-color:#BBB; + text-align:center; +} +.descriptionbox { + font-weight:bold; + background-color:#CCC; + vertical-align:top; + white-space: nowrap; +} +.optionbox { + background-color:#DDD; + color:black; + vertical-align:top; + white-space:nowrap; +} +.facts_label, .facts_label02, .facts_label03 { + background-color: #CCC; + width: 20%; + text-align: center; +} + +.list_label, .list_value { + white-space: nowrap; +} +.list_label_wrap, .list_value_wrap { + white-space: normal; +} + +.list_label, .list_label_wrap { + background-color:#CCC; +} + +.list_value, .list_value_wrap { + background-color:#DDD; +} + +/* Autocomplete styles*/ +.ac_input { + background-color: #EEE8AA; +} +.ac_results { + padding: 0px; + border:thin solid #AAA; + background-color: white; + overflow: hidden; + z-index: 99999; +} +.ac_results ul { + width: 100%; + list-style-position: outside; + list-style: none; + padding: 0; + margin: 0; +} +.ac_results li { + margin: 0px; + padding: 2px 5px; + cursor: default; + display: block; + font: menu; + line-height: 14px; /* absolute setting required for firefox? */ + overflow: hidden; +} +.ac_loading { + xbackground: white url(../../images/indicator.gif) right center no-repeat; +} +.ac_odd { + background-color: #eee; +} +.ac_over { + background-color:navy; + color:white; +} + +/* Review everything below this line */ + +.center { + text-align:center; + margin-left:auto; + margin-right:auto; +} +.nowrap { + white-space: nowrap; +} +.wrap { + white-space: normal; +} + +.tabs_table { + width: 99%; +} + +.tab_cell_active { + background-color: white; + border-left: outset #9ca3d4 2px; + border-top: outset #9ca3d4 2px; + border-right: outset #9ca3d4 2px; + text-align: center; + font-weight: bold; +} + +.tab_cell_inactive { + background-color: #d6e0ea; + border-left: solid #9ca3d4 2px; + border-top: solid #9ca3d4 2px; + border-right: outset #9ca3d4 2px; + text-align: center; + font-weight: bold; +} + +.tab_cell_inactive_empty { + background-color: #c6d0da; + border-left: solid #9ca3d4 2px; + border-top: solid #9ca3d4 2px; + border-right: outset #9ca3d4 2px; + text-align: center; + font-weight: bold; +} + +.tab_cell_inactive_empty a { + color: #999999; +} + +.tab_active_bottom { + border-top: none; + border-bottom: none; + border-left: none; + border-right: none; + height: 5px; +} + +.tab_inactive_bottom { + border-left: none; + border-right: none; + border-top: outset #9ca3d4 2px; + height: 5px; +} + +.tab_inactive_bottom_right { + border-left: none; + border-right: none; + border-top: outset #9ca3d4 2px; + width: 33%; + height: 5px; +} + +.indent { + padding-left: 7px; +} + +.indent_rtl { + padding-right: 7px; +} + +.image { + height: 150px; + padding: 5px; + margin: 2px; +} + +.icon, .adminicon { + padding-left: 0pt; + padding-right: 5pt; +} + +.link { + font-size: 11px; + text-align: center; +} + +.subheaders { + margin-top: 15px; + vertical-align: bottom; +} + +.age { + font-size: 9px; +} + +.source_citations { + display: none; +} + +.favorites_form { + margin-top:2px; + margin-bottom:2px; +} + +.selected-option { + background-color: #d6e0ea; +} + +.user_links { + white-space: nowrap; +} + +.hit-counter { + background: black; + color: white; + font-weight: bold; +} + +.current_day { + font-weight: bold; + font-size: 16px; +} + +.cal_day { + float: left; + font-weight: bold; +} + +.rtl_cal_day { + direction: rtl; + float: right; + color: blue; + font-weight: bold; +} +.helpcontent { + margin-left: 10px; + margin-right:10px; +} + +.helpfooter { + margin: 10px; +} + +.helpheader { + margin: 10px; + font-size: 18px; + font-weight: bold; + color: black; +} + +.helpstart { + margin: 10px; + color: blue; + text-decoration: none; +} + +.helptext { + color: black; +} + +/*-- descendancy chart specific stylesheets --*/ +#descendancy_chart ul { + background-image: url(../../images/vline.gif); + background-repeat: repeat-y; + background-position: left top; + list-style: none; + margin: 0px 0px 5px 15px; /* top right bottom left */ + padding-top: 0px; + padding-right: 0px; + padding-bottom: 0px; +} + +#descendancy_chart li { + list-style: none; + margin: 0px 0px 0px -15px; /* top right bottom left */ + padding-top: 0px; + padding-right: 0px; + padding-bottom: 0px; +} + +/*-- descendancy chart rtl specific stylesheets --*/ +#descendancy_chart_rtl ul { + background-image: url(../../images/vline.gif); + background-repeat: repeat-y; + background-position: right top; + list-style: none; + margin: 0px 15px 5px 0px; /* top right bottom left */ + padding-top: 0px; + padding-bottom: 0px; + padding-left: 0px; +} + +#descendancy_chart_rtl li { + list-style: none; + margin: 0px -15px 0px 0px; /* top right bottom left */ + padding: 0px 0px 0px 0px; /* top right bottom left */ +} + +/*-- relationship chart specific stylesheets --*/ +#relationship_chart { + position: relative; + top: -40px; + left: 0px; +} + +#relationship_chart_rtl { + position: relative; + top: -40px; + right: 10px; +} + +/*-- ancestry chart specific stylesheets --*/ +#ancestry_chart ul { + background-image: url(../../images/vline.gif); + background-repeat: repeat-y; + background-position: left top; + list-style: none; + margin: 0px 0px 0px 15px; /* top right bottom left */ + padding-top: 0px; + padding-right: 0px; + padding-bottom: 0px; +} + +#ancestry_chart li { + list-style: none; + margin: 0px 0px 2px -13px; /* top right bottom left */ + padding-top: 0px; + padding-right: 0px; + padding-bottom: 0px; +} + +/*-- ancestry chart rtl specific stylesheets --*/ +#ancestry_chart_rtl ul { + background-image: url(../../images/vline.gif); + background-repeat: repeat-y; + background-position: right top; + list-style: none; + margin: 0px 15px 0px 0px; /* top right bottom left */ + padding-top: 0px; + padding-bottom: 0px; + padding-left: 0px; +} + +#ancestry_chart_rtl li { + list-style: none; + margin: 0px -15px 2px 0px; /* top right bottom left */ + padding: 0px 2px 0px 0px; /* top right bottom left */ +} + +/*-- relationship chart specific stylesheets --*/ +#relationship_chart { + position: relative; + top: -40px; + left: 0px; +} + +#relationship_chart_rtl { + position: relative; + top: -40px; + right: 0px; +} + +/*-- timeline chart specific styles --*/ +#timeline_chart { + position: relative; + top: 0px; + left: 0px; +} + +.person0 { + background-color: #aaaaff; + vertical-align: top; +} + +.person1 { + background-color: #aaffaa; + vertical-align: top; +} + +.person2 { + background-color: #ffaaaa; + vertical-align: top; +} + +.person3 { + background-color: #5555ff; + vertical-align: top; +} + +.person4 { + background-color: #ff5555; + vertical-align: top; +} + +.person5 { + background-color: #55ff55; + vertical-align: top; +} + +.listlog { + line-height: 20pt; + color: #555555; +} + +.starredname { + text-decoration: underline; +} + +.search_hit { + background-color: yellow; +} + +.title { + font-size: 150%; +} + +/* Style for the subbar in */ +/* facts_value */ +.subbar { + background-color: #d1d9ef; + color: black; + vertical-align: top; + white-space: nowrap; + padding: 3px; +} + +.vmiddle { + vertical-align: middle +} + +/* Colors */ +.red { + color: red; +} + +.rela { + opacity: 0.67; +} + +/* Text direction */ +.ltr { + text-align: left; +} + +.rtl { + text-align: right; + direction: rtl; +} + +/* Width settings */ +.width10 { + width: 10%; +} + +.width20 { + width: 20%; +} + +.width25 { + width: 25%; +} + +.width30 { + width: 30%; +} + +.width33 { + width: 33%; +} + +.width40 { + width: 40%; +} + +.width50 { + width: 50%; +} + +.width60 { + width: 60%; +} + +.width66 { + width: 66%; +} + +.width70 { + width: 70%; +} + +.width75 { + width: 75%; +} + +.width80 { + width: 80%; +} + +.width90 { + width: 90%; +} + +.width100 { + width: 100%; +} + +/* Font sizes */ +.font11 { + font-size: 11px; +} + +.font9 { + font-size: 9px; +} + +/* Message box */ +.messagebox { + background-color: #c2ceef; +} + +.door { + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; +} + +.door dd { + margin: 2px 2px 2px 2px; + padding: 2px 6px 2px 6px; + height: 100%; float: left; + font-weight: bold; + display: none; +} + +.note_details { + display: none; +} + +a.showit { + position: relative; + z-index: 24; + color: black; + text-decoration: none; +} + +a.showit:hover { + z-index: 25; + background-color: #ffff9b; + cursor: crosshair; +} + +a.showit span { + display: none; +} + +a.showit:hover span { + display: block; + position: absolute; + top: 22px; + left: 0px; + width: 225px; + border-style: outset; + border-left: 15px outset #1f1f1f; + border-top: 2px solid #1f1f1f; + border-bottom: 2px solid black; + border-right: 2px solid black; + padding: 3px; + background: #4f4f4f; + color: white; + text-align: left; + opacity: .85; + z-index: 5; +} + +.lifespan_people span:first-letter { + font-variant: small-caps; + padding: 1px; +} + +.lifespan_outer { + position: relative; + width: 99.5%; + height: 600px; + overflow: hidden; +} + +.lifespan_outer a { + color: black; +} + +.lifespan_outer a:hover { + color: red; + text-decoration: none; +} + +.lifespan_timeline { + position: absolute; + width: 100%; + left: -10px; + top: -65px; + z-index: 2; + background-color: white +} + +.lifespan_people { + position: absolute; + width: 500px; + left: -10px; + top: -60px; + z-index: 1; +} +.iwstyle { + width:360px; + /*background-color: #FFFFFF;*/ +} +.iwstyle a { +} +.iwstyle a:hover { +} + +#map_nav { + position: relative; + top: -484px; + left: 101%; +} + +#tree_nav { + position: relative; + top: -584px; + left: 90%; + z-index: 100; +} + +#map_type +{ + margin: 0; + padding: 0; + font-family: Arial; + font-size: 10px; + list-style: none; +} +#map_type li +{ + display: block; + width: 70px; + text-align: center; + padding: 2px; + border:thin solid #AAA; + cursor: pointer; + float: left; + margin-left: 2px; +} +#map_type li.non_active +{ + background: white; + color: black; + font-weight: normal; +} +#map_type li.active +{ + background: gray; + color: white; + font-weight: bold; +} +#map_type li:hover +{ + background: #ddd; +} + +/* Tag Cloud styles*/ +.tag_cloud_table { + width:70%; + margin-left: auto; + margin-right: auto; +} + +.tag_cloud { + text-align: justify; + padding: 10px 5px 10px 15px; /* top right bottom left */ +} + +.tag_cloud_sub { + font-size: 8px; + color:#808080; +} +/* End of Tag Cloud styles*/ + + +dl { + margin-bottom:20px; +} + +dt { + float:left; + font-weight:bold; + margin-right:10px; + clear:both; +} + +#indi_details dt:after { content: ":"; } + +#facts_content dd { + float:left; + width: 70%; +} + +#indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { + float:left; + margin-right:15px; +} + +#hitcounter { + display: block; + width: 100%; + margin-bottom:10px; +} + +.clearfloat { + clear: both; +} + +#indi_details { + display: block; + width: 100%; +} diff --git a/themes/fab/templates/block_main_temp.php b/themes/fab/templates/block_main_temp.php new file mode 100644 index 0000000000..1714ae06a7 --- /dev/null +++ b/themes/fab/templates/block_main_temp.php @@ -0,0 +1,33 @@ +<?php +// Template for drawing the full-height blocks on the portal pages +// +// This template expects that the following variables will be set +// $id - the DOM id for the block div +// $title - the title of the block +// $content - the content of the block +// +// Copyright (c) 2010 Greg Roach +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// @package webtrees +// @subpackage Themes +// @version $Id$ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} +echo '<div id="', $id, '" class="block"><b>', $title, '</b><br /><div style="overflow:hidden;">', $content, '</div></div>'; diff --git a/themes/fab/templates/block_small_temp.php b/themes/fab/templates/block_small_temp.php new file mode 100644 index 0000000000..9a5ee55f1e --- /dev/null +++ b/themes/fab/templates/block_small_temp.php @@ -0,0 +1,15 @@ +<?php +// Template for drawing the height-restricted blocks on the portal pages +// +// This template expects that the following variables will be set +// $id - the DOM id for the block div +// $title - the title of the block +// $content - the content of the block +// +// Copyright (C) 2010 Greg Roach. All rights reserved. + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} +echo '<div id="', $id, '" class="block"><b>', $title, '</b><div style="max-height:240px; overflow:auto;">', $content, '</div></div>'; diff --git a/themes/fab/templates/personbox_template.php b/themes/fab/templates/personbox_template.php new file mode 100644 index 0000000000..5958e82529 --- /dev/null +++ b/themes/fab/templates/personbox_template.php @@ -0,0 +1,42 @@ +<?php +// Template for drawing person boxes +// +// This template expects that the following variables will be set +// $pid, $boxID, $personlinks, $icons, $title, $GEDCOM, $style, +// $name, $classfacts, $genderImage, $BirthDeath, $isF, $outBoxAdd, +// $addname, $showid, $float +// +// Copyright (c) 2010 Greg Roach +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// @package webtrees +// @subpackage Themes +// @version $Id$ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +echo + '<div id="I', $boxID, 'links" style="position:absolute;left:0px;top:0px;width:', $lbwidth, 'px;visibility:hidden;z-index:100;">', $personlinks, '</div>', + '<div id="out-', $boxID, '" ', $outBoxAdd, '>', + '<div id="icons-', $boxID, '" style="', $iconsStyleAdd, 'width:25px;height:50px;">', $icons, '</div>', + $thumbnail, + '<a class="name', $style, ' ', $classfacts, '" onclick="event.cancelBubble=true;" href="individual.php?pid=', $pid, '&ged=', WT_GEDCOM, '">', $name.$addname, '</a>', + '<div id="inout2-', $boxID, '" class="details', $style, '" style="display:block;">', $BirthDeath, '</div>', + '<div id="inout-', $boxID, '" style="display:none;"><div id="LOADING-inout-', $boxID, '"></div></div>', + '</div>'; diff --git a/themes/fab/theme.php b/themes/fab/theme.php new file mode 100644 index 0000000000..2b1ec19a9b --- /dev/null +++ b/themes/fab/theme.php @@ -0,0 +1,233 @@ +<?php +// FAB theme +// +// webtrees: Web based Family History software +// Copyright (C) 2010 webtrees development team. +// +// Derived from PhpGedView +// Copyright (c) 2010 Greg Roach +// +// Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// @package webtrees +// @subpackage Themes +// @version $Id$ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +// Remove non-standard tags. +$date_and_time=array(); +unset ($level2_tags['CEME']); + +$theme_name="F.A.B."; /* need double quotes, as file is scanned/parsed by script */ + +$stylesheet=WT_THEME_DIR.'style.css'; +$headerfile=WT_THEME_DIR.'header.php'; +$footerfile=WT_THEME_DIR.'footer.php'; + +$WT_USE_HELPIMG=false; +$WT_IMAGE_DIR = WT_THEME_DIR."images"; //-- directory to look for images +$FAVICON=$WT_IMAGE_DIR."/favicon.ico"; +$WT_MENU_LOCATION="top"; + +//-- variables for image names +//- PGV main icons +$WT_IMAGES["calendar"]["large"] = "calendar.gif"; +$WT_IMAGES["clippings"]["large"] = "clippings.gif"; +$WT_IMAGES["gedcom"]["large"] = "gedcom.gif"; +$WT_IMAGES["help"]["large"] = "help.gif"; +$WT_IMAGES["indis"]["large"] = "indis.gif"; +$WT_IMAGES["media"]["large"] = "media.gif"; +$WT_IMAGES["notes"]["large"] = "notes.gif"; +$WT_IMAGES["pedigree"]["large"] = "pedigree.gif"; +$WT_IMAGES["reports"]["large"] = "reports.gif"; +$WT_IMAGES["repository"]["large"] = "repository.gif"; +$WT_IMAGES["search"]["large"] = "search.gif"; +$WT_IMAGES["sfamily"]["large"] = "sfamily.gif"; +$WT_IMAGES["source"]["large"] = "source.gif"; +$WT_IMAGES["sex"]["large"] = "male.gif"; +$WT_IMAGES["sexf"]["large"] = "female.gif"; +$WT_IMAGES["sexn"]["large"] = "fe_male.gif"; + +//- PGV main icons for optional modules +$WT_IMAGES["menu_gallery"]["large"] = "menu_gallery.gif"; +$WT_IMAGES["menu_punbb"]["large"] = "menu_punbb.gif"; +$WT_IMAGES["menu_research"]["large"] = "menu_research.gif"; + +//- PGV small icons +$WT_IMAGES["admin"]["small"] = "small/admin.gif"; +$WT_IMAGES["ancestry"]["small"] = "small/ancestry.gif"; +$WT_IMAGES["calendar"]["small"] = "small/calendar.gif"; +$WT_IMAGES["cfamily"]["small"] = "small/cfamily.gif"; +$WT_IMAGES["clippings"]["small"] = "small/clippings.gif"; +$WT_IMAGES["descendant"]["small"] = "small/descendancy.gif"; +$WT_IMAGES["edit_fam"]["small"] = "small/edit_fam.gif"; +$WT_IMAGES["edit_indi"]["small"] = "small/edit_indi.gif"; +$WT_IMAGES["edit_sour"]["small"] = "small/edit_sour.gif"; +$WT_IMAGES["edit_repo"]["small"] = "small/edit_repo.gif"; +$WT_IMAGES["fambook"]["small"] = "small/fambook.gif"; +$WT_IMAGES["fanchart"]["small"] = "small/fanchart.gif"; +$WT_IMAGES["gedcom"]["small"] = "small/gedcom.gif"; +$WT_IMAGES["help"]["small"] = "small/help.gif"; +$WT_IMAGES["hourglass"]["small"] = "small/hourglass.gif"; +$WT_IMAGES["indis"]["small"] = "small/indis.gif"; +$WT_IMAGES["media"]["small"] = "small/media.gif"; +$WT_IMAGES["menu_help"]["small"] = "small/help.gif"; +$WT_IMAGES["menu_media"]["small"] = "small/media.gif"; +$WT_IMAGES["menu_repository"]["small"] = "small/repository.gif"; +$WT_IMAGES["menu_source"]["small"] = "small/source.gif"; +$WT_IMAGES["mygedview"]["small"] = "small/my_gedview.gif"; +$WT_IMAGES["notes"]["small"] = "small/notes.gif"; +$WT_IMAGES["patriarch"]["small"] = "small/patriarch.gif"; +$WT_IMAGES["pedigree"]["small"] = "small/pedigree.gif"; +$WT_IMAGES["place"]["small"] = "small/place.gif"; +$WT_IMAGES["relationship"]["small"] = "small/relationship.gif"; +$WT_IMAGES["reports"]["small"] = "small/reports.gif"; +$WT_IMAGES["repository"]["small"] = "small/repository.gif"; +$WT_IMAGES["search"]["small"] = "small/search.gif"; +$WT_IMAGES["sex"]["small"] = "small/male.gif"; +$WT_IMAGES["sexf"]["small"] = "small/female.gif"; +$WT_IMAGES["sexn"]["small"] = "small/fe_male.gif"; +$WT_IMAGES["sfamily"]["small"] = "small/sfamily.gif"; +$WT_IMAGES["source"]["small"] = "small/source.gif"; +$WT_IMAGES["statistic"]["small"] = "small/statistic.gif"; +$WT_IMAGES["timeline"]["small"] = "small/timeline.gif"; + +//- PGV buttons for data entry pages +$WT_IMAGES["addmedia"]["button"] = "buttons/addmedia.gif"; +$WT_IMAGES["addrepository"]["button"] = "buttons/addrepository.gif"; +$WT_IMAGES["addsource"]["button"] = "buttons/addsource.gif"; +$WT_IMAGES["addnote"]["button"] = "buttons/addnote.gif"; +$WT_IMAGES["calendar"]["button"] = "buttons/calendar.gif"; +$WT_IMAGES["family"]["button"] = "buttons/family.gif"; +$WT_IMAGES["indi"]["button"] = "buttons/indi.gif"; +$WT_IMAGES["keyboard"]["button"] = "buttons/keyboard.gif"; +$WT_IMAGES["media"]["button"] = "buttons/media.gif"; +$WT_IMAGES["place"]["button"] = "buttons/place.gif"; +$WT_IMAGES["repository"]["button"] = "buttons/repository.gif"; +$WT_IMAGES["source"]["button"] = "buttons/source.gif"; +$WT_IMAGES["note"]["button"] = "buttons/note.gif"; +$WT_IMAGES["head"]["button"] = "buttons/head.gif"; + +// Media images +$WT_IMAGES["media"]["audio"] = "media/audio.png"; +$WT_IMAGES["media"]["doc"] = "media/doc.gif"; +$WT_IMAGES["media"]["flash"] = "media/flash.png"; +$WT_IMAGES["media"]["flashrem"] = "media/flashrem.png"; +$WT_IMAGES["media"]["ged"] = "media/ged.gif"; +$WT_IMAGES["media"]["globe"] = "media/globe.png"; +$WT_IMAGES["media"]["html"] = "media/html.gif"; +$WT_IMAGES["media"]["picasa"] = "media/picasa.png"; +$WT_IMAGES["media"]["pdf"] = "media/pdf.gif"; +$WT_IMAGES["media"]["tex"] = "media/tex.gif"; +$WT_IMAGES["media"]["wmv"] = "media/wmv.png"; +$WT_IMAGES["media"]["wmvrem"] = "media/wmvrem.png"; + +//- other images +$WT_IMAGES["add"]["other"] = "add.gif"; +$WT_IMAGES["darrow"]["other"] = "darrow.gif"; +$WT_IMAGES["darrow2"]["other"] = "darrow2.gif"; +$WT_IMAGES["ddarrow"]["other"] = "ddarrow.gif"; +$WT_IMAGES["dline"]["other"] = "dline.gif"; +$WT_IMAGES["dline2"]["other"] = "dline2.gif"; +$WT_IMAGES["gedview"]["other"] = "gedview.png"; +$WT_IMAGES["hline"]["other"] = "hline.gif"; +$WT_IMAGES["larrow"]["other"] = "larrow.gif"; +$WT_IMAGES["larrow2"]["other"] = "larrow2.gif"; +$WT_IMAGES["ldarrow"]["other"] = "ldarrow.gif"; +$WT_IMAGES["minus"]["other"] = "minus.gif"; +$WT_IMAGES["note"]["other"] = "notes.gif"; +$WT_IMAGES["plus"]["other"] = "plus.gif"; +$WT_IMAGES["rarrow"]["other"] = "rarrow.gif"; +$WT_IMAGES["rarrow2"]["other"] = "rarrow2.gif"; +$WT_IMAGES["rdarrow"]["other"] = "rdarrow.gif"; +$WT_IMAGES["remove"]["other"] = "remove.gif"; +$WT_IMAGES["spacer"]["other"] = "spacer.gif"; +$WT_IMAGES["uarrow"]["other"] = "uarrow.gif"; +$WT_IMAGES["uarrow2"]["other"] = "uarrow2.gif"; +$WT_IMAGES["uarrow3"]["other"] = "uarrow3.gif"; +$WT_IMAGES["udarrow"]["other"] = "udarrow.gif"; +$WT_IMAGES["vline"]["other"] = "vline.gif"; +$WT_IMAGES["zoomin"]["other"] = "zoomin.gif"; +$WT_IMAGES["zoomout"]["other"] = "zoomout.gif"; +$WT_IMAGES["stop"]["other"] = "stop.gif"; +$WT_IMAGES["pin-out"]["other"] = "pin-out.png"; +$WT_IMAGES["pin-in"]["other"] = "pin-in.png"; +$WT_IMAGES["default_image_M"]["other"] = "silhouette_male.gif"; +$WT_IMAGES["default_image_F"]["other"] = "silhouette_female.gif"; +$WT_IMAGES["default_image_U"]["other"] = "silhouette_unknown.gif"; +$WT_IMAGES['slide_open']['other'] = "ldarrow.gif"; +$WT_IMAGES['slide_close']['other'] = "rdarrow.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' +); + +// - lifespan chart arrows +$WT_IMAGES["lsltarrow"]["other"] = "lsltarrow.gif"; +$WT_IMAGES["lsrtarrow"]["other"] = "lsrtarrow.gif"; +$WT_IMAGES["lsdnarrow"]["other"] = "lsdnarrow.gif"; +$WT_IMAGES["lsuparrow"]["other"] = "lsuparrow.gif"; + +//-- This section defines variables for the pedigree chart +$bwidth = 225; // -- width of boxes on pedigree chart +$bheight = 80; // -- height of boxes on pedigree chart +$baseyoffset = 10; // -- 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 = 0; // -- 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 = 0; // -- position the entire descendancy tree relative to the top of the page +$Dbasexoffset = 0; // -- position the entire descendancy tree relative to the left of the page +$Dbxspacing = 0; // -- horizontal spacing between boxes +$Dbyspacing = 1; // -- vertical spacing between boxes +$Dbwidth = 270; // -- width of DIV layer boxes +$Dbheight = 80; // -- height of DIV layer boxes +$Dindent = 15; // -- width to indent descendancy boxes +$Darrowwidth = 15; // -- 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 = "9ca3d4"; +$WT_STATS_CHART_COLOR3 = "e5e6ef"; + +// Arrow symbol or icon for up-page links on Help pages +// This icon is referred to in Help text by: #GLOBALS[UpArrow]# +if (file_exists($WT_IMAGE_DIR."/uarrow3.gif")) $UpArrow = "<img src=\"{$WT_IMAGE_DIR}/uarrow3.gif\" class=\"icon\" border=\"0\" alt=\"^\" />"; +else $UpArrow = "<b>^^ </b>"; + +$WT_MENUS_AS_LISTS=false;//'makeMenu'; |
