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/minimal | |
| parent | 5dbb23df7f03aeb32c6c5a3fa6139dd479f9c0b4 (diff) | |
| download | webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.gz webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.bz2 webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.zip | |
Diffstat (limited to 'themes/minimal')
111 files changed, 2742 insertions, 0 deletions
diff --git a/themes/minimal/footer.php b/themes/minimal/footer.php new file mode 100644 index 0000000000..ee3e3bf205 --- /dev/null +++ b/themes/minimal/footer.php @@ -0,0 +1,52 @@ +<?php +/** + * Footer for Minimal theme + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2002 to 2009 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 Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +echo "</div><!-- closing div id=\"content\" -->"; +echo "<div id=\"footer\" class=\"$TEXT_DIRECTION\">"; +echo "\n\t<br /><div align=\"center\" style=\"width:99%;\">"; +echo contact_links(); +echo '<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>'; +echo "\n\t<br />"; +echo '<a href="', WT_SCRIPT_NAME, '?view=preview&', get_query_string(), '">', i18n::translate('Printer-friendly Version'), '</a>'; +echo help_link('preview'); +echo "<br />"; +if ($SHOW_STATS || WT_DEBUG) { + echo execution_stats(); +} +if (exists_pending_change()) { + echo "<br />", i18n::translate('Changes have been made to this GEDCOM.'), " <a href=\"javascript:;\" onclick=\"window.open('edit_changes.php', '_blank', 'width=600, height=500, resizable=1, scrollbars=1'); return false;\">", i18n::translate('Accept / Reject Changes'), "</a>\n"; +} +echo "</div>"; +echo "</div> <!-- close div id=\"footer\" -->\n"; +?> diff --git a/themes/minimal/header.php b/themes/minimal/header.php new file mode 100644 index 0000000000..3bdb3cb7e1 --- /dev/null +++ b/themes/minimal/header.php @@ -0,0 +1,140 @@ +<?php +/** + * Header for Minimal theme + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2002 to 2009 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 Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +?> +<!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" <?php echo i18n::html_markup(); ?>> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <?php if (isset($_GET["pgvaction"]) && $_GET["pgvaction"]=="places_edit") { ?> + <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <?php } + ?> + <?php if ($FAVICON) { ?><link rel="shortcut icon" href="<?php echo $FAVICON; ?>" type="image/x-icon" /> <?php } ?> + + <title><?php echo $title; ?></title> + <?php if ($ENABLE_RSS && !$REQUIRE_AUTHENTICATION){ ?> + <link href="<?php echo encode_url("{$SERVER_URL}rss.php?ged={$GEDCOM}"); ?>" rel="alternate" type="<?php echo $applicationType; ?>" title=" <?php echo htmlspecialchars($GEDCOM_TITLE); ?>" /> + <?php } ?> + <link rel="stylesheet" href="<?php echo $stylesheet; ?>" type="text/css" media="all" /> + <?php if ((!empty($rtl_stylesheet))&&($TEXT_DIRECTION=="rtl")) {?> <link rel="stylesheet" href="<?php echo $rtl_stylesheet; ?>" type="text/css" media="all" /> <?php } ?> + <?php if ($use_alternate_styles && $BROWSERTYPE != "other") { ?> + <link rel="stylesheet" href="<?php echo WT_THEME_DIR.$BROWSERTYPE; ?>.css" type="text/css" media="all" /> + <?php } + // Additional css files required (Only if Lightbox installed) + if (WT_USE_LIGHTBOX) { + if ($TEXT_DIRECTION=='rtl') { + echo '<link rel="stylesheet" href="modules/lightbox/css/clearbox_music_RTL.css" type="text/css" />'; + echo '<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" />'; + echo '<link rel="stylesheet" href="modules/lightbox/css/album_page.css" type="text/css" media="screen" />'; + } + } ?> + + <link rel="stylesheet" href="<?php echo $print_stylesheet; ?>" type="text/css" media="print" /> + <?php if ($BROWSERTYPE == "msie") { ?> + <style type="text/css"> + FORM { margin-top: 0px; margin-bottom: 0px; } + </style> + <?php } + if ($view!="preview" && $view!="simple") { ?> + <?php if (!empty($META_AUTHOR)) { ?><meta name="author" content="<?php echo htmlspecialchars($META_AUTHOR); ?>" /><?php } ?> + <?php if (!empty($META_PUBLISHER)) { ?><meta name="publisher" content="<?php echo htmlspecialchars($META_PUBLISHER); ?>" /><?php } ?> + <?php if (!empty($META_COPYRIGHT)) { ?><meta name="copyright" content="<?php echo htmlspecialchars($META_COPYRIGHT); ?>" /><?php } ?> + <meta name="keywords" content="<?php echo htmlspecialchars($META_KEYWORDS); ?>" /> + <?php if (!empty($META_DESCRIPTION)) {?><meta name="description" content="<?php echo htmlspecialchars($META_DESCRIPTION); ?>" /><?php } ?> + <?php if (!empty($META_PAGE_TOPIC)) {?><meta name="page-topic" content="<?php echo htmlspecialchars($META_PAGE_TOPIC); ?>" /><?php } ?> + <?php if (!empty($META_AUDIENCE)) {?><meta name="audience" content="<?php echo htmlspecialchars($META_AUDIENCE); ?>" /><?php } ?> + <?php if (!empty($META_PAGE_TYPE)) {?><meta name="page-type" content="<?php echo htmlspecialchars($META_PAGE_TYPE); ?>" /><?php } ?> + <?php if (!empty($META_ROBOTS)) {?><meta name="robots" content="<?php echo htmlspecialchars($META_ROBOTS); ?>" /><?php } ?> + <?php if (!empty($META_REVISIT)) {?><meta name="revisit-after" content="<?php echo htmlspecialchars($META_REVISIT); ?>" /><?php } ?> + <meta name="generator" content="<?php echo WT_WEBTREES, ' - ', WT_WEBTREES_URL; ?>" /> + <?php } ?> + <?php echo $javascript; ?> + <?php echo $head; //-- additional header information ?> + <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 type="text/css" href="<?php echo WT_THEME_DIR?>modules.css" rel="Stylesheet" /> +</head> +<body id="body" <?php echo $bodyOnLoad; ?>> +<!-- begin header section --> +<?php +if ($view!='simple') +if ($view=='preview') include($print_headerfile); +else {?> +<div id="header" class="<?php echo $TEXT_DIRECTION; ?>"> +<table width="100%" cellpadding="0" cellspacing="0"> + <tr> + <td> + <table width="100%"> + <tr> + <td valign="middle"> + <a href="<?php echo $HOME_SITE_URL; ?>"><?php echo $HOME_SITE_TEXT; ?></a> + <br /> + <div class="title" style="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right"; ?>"> + <?php print_gedcom_title_link(TRUE); ?> + </div> + </td> + <td align="center" valign="middle"> + <?php print_user_links(); ?> + </td> + <?php if (empty($SEARCH_SPIDER)) { ?> + <td align="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right"; ?>" valign="middle" > + <?php print_theme_dropdown(); ?> + <?php print_lang_form(); ?> + </td> + <td style="white-space: normal;" align="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right"; ?>" valign="middle" > + <form 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="15" value="<?php echo i18n::translate('Search')?>" onfocus="if (this.value == '<?php echo i18n::translate('Search')?>') this.value=''; focusHandler();" onblur="if (this.value == '') this.value='<?php echo i18n::translate('Search')?>';" /> + <input type="submit" name="search" value=" > " /> + </form> + <?php print_favorite_selector(); ?> + </td> + <?php } ?> + </tr> + </table> + </td> + </tr> +</table> +<?php include($toplinks); +} ?> +<!-- end header section --> +<!-- begin content section --> diff --git a/themes/minimal/images/add.gif b/themes/minimal/images/add.gif Binary files differnew file mode 100644 index 0000000000..f2a9aa9d3e --- /dev/null +++ b/themes/minimal/images/add.gif diff --git a/themes/minimal/images/buttons/addmedia.gif b/themes/minimal/images/buttons/addmedia.gif Binary files differnew file mode 100644 index 0000000000..816fecedab --- /dev/null +++ b/themes/minimal/images/buttons/addmedia.gif diff --git a/themes/minimal/images/buttons/addnote.gif b/themes/minimal/images/buttons/addnote.gif Binary files differnew file mode 100644 index 0000000000..e6ae69e484 --- /dev/null +++ b/themes/minimal/images/buttons/addnote.gif diff --git a/themes/minimal/images/buttons/addrepository.gif b/themes/minimal/images/buttons/addrepository.gif Binary files differnew file mode 100644 index 0000000000..ffeee3f0f9 --- /dev/null +++ b/themes/minimal/images/buttons/addrepository.gif diff --git a/themes/minimal/images/buttons/addsource.gif b/themes/minimal/images/buttons/addsource.gif Binary files differnew file mode 100644 index 0000000000..0023855e70 --- /dev/null +++ b/themes/minimal/images/buttons/addsource.gif diff --git a/themes/minimal/images/buttons/calendar.gif b/themes/minimal/images/buttons/calendar.gif Binary files differnew file mode 100644 index 0000000000..d9955da5bd --- /dev/null +++ b/themes/minimal/images/buttons/calendar.gif diff --git a/themes/minimal/images/buttons/family.gif b/themes/minimal/images/buttons/family.gif Binary files differnew file mode 100644 index 0000000000..8a04504c3e --- /dev/null +++ b/themes/minimal/images/buttons/family.gif diff --git a/themes/minimal/images/buttons/head.gif b/themes/minimal/images/buttons/head.gif Binary files differnew file mode 100644 index 0000000000..24cb7f2f8c --- /dev/null +++ b/themes/minimal/images/buttons/head.gif diff --git a/themes/minimal/images/buttons/indi.gif b/themes/minimal/images/buttons/indi.gif Binary files differnew file mode 100644 index 0000000000..581bdd59ad --- /dev/null +++ b/themes/minimal/images/buttons/indi.gif diff --git a/themes/minimal/images/buttons/keyboard.gif b/themes/minimal/images/buttons/keyboard.gif Binary files differnew file mode 100644 index 0000000000..9f39b2c5ea --- /dev/null +++ b/themes/minimal/images/buttons/keyboard.gif diff --git a/themes/minimal/images/buttons/media.gif b/themes/minimal/images/buttons/media.gif Binary files differnew file mode 100644 index 0000000000..f0dca9492e --- /dev/null +++ b/themes/minimal/images/buttons/media.gif diff --git a/themes/minimal/images/buttons/note.gif b/themes/minimal/images/buttons/note.gif Binary files differnew file mode 100644 index 0000000000..7e3da7ccf5 --- /dev/null +++ b/themes/minimal/images/buttons/note.gif diff --git a/themes/minimal/images/buttons/place.gif b/themes/minimal/images/buttons/place.gif Binary files differnew file mode 100644 index 0000000000..4ac65dc184 --- /dev/null +++ b/themes/minimal/images/buttons/place.gif diff --git a/themes/minimal/images/buttons/repository.gif b/themes/minimal/images/buttons/repository.gif Binary files differnew file mode 100644 index 0000000000..88075abe97 --- /dev/null +++ b/themes/minimal/images/buttons/repository.gif diff --git a/themes/minimal/images/buttons/source.gif b/themes/minimal/images/buttons/source.gif Binary files differnew file mode 100644 index 0000000000..23dbaf6232 --- /dev/null +++ b/themes/minimal/images/buttons/source.gif diff --git a/themes/minimal/images/calendar.gif b/themes/minimal/images/calendar.gif Binary files differnew file mode 100644 index 0000000000..3fdc23c7a2 --- /dev/null +++ b/themes/minimal/images/calendar.gif diff --git a/themes/minimal/images/cfamily.gif b/themes/minimal/images/cfamily.gif Binary files differnew file mode 100644 index 0000000000..3820ae7500 --- /dev/null +++ b/themes/minimal/images/cfamily.gif diff --git a/themes/minimal/images/clippings.gif b/themes/minimal/images/clippings.gif Binary files differnew file mode 100644 index 0000000000..14bc0f0588 --- /dev/null +++ b/themes/minimal/images/clippings.gif diff --git a/themes/minimal/images/darrow.gif b/themes/minimal/images/darrow.gif Binary files differnew file mode 100644 index 0000000000..d0ad0b0ce5 --- /dev/null +++ b/themes/minimal/images/darrow.gif diff --git a/themes/minimal/images/darrow2.gif b/themes/minimal/images/darrow2.gif Binary files differnew file mode 100644 index 0000000000..a5e115725c --- /dev/null +++ b/themes/minimal/images/darrow2.gif diff --git a/themes/minimal/images/ddarrow.gif b/themes/minimal/images/ddarrow.gif Binary files differnew file mode 100644 index 0000000000..462d6b82a0 --- /dev/null +++ b/themes/minimal/images/ddarrow.gif diff --git a/themes/minimal/images/descendency.gif b/themes/minimal/images/descendency.gif Binary files differnew file mode 100644 index 0000000000..eb6f33185d --- /dev/null +++ b/themes/minimal/images/descendency.gif diff --git a/themes/minimal/images/dline.gif b/themes/minimal/images/dline.gif Binary files differnew file mode 100644 index 0000000000..5396341995 --- /dev/null +++ b/themes/minimal/images/dline.gif diff --git a/themes/minimal/images/dline2.gif b/themes/minimal/images/dline2.gif Binary files differnew file mode 100644 index 0000000000..97c23cc3fa --- /dev/null +++ b/themes/minimal/images/dline2.gif diff --git a/themes/minimal/images/favicon.ico b/themes/minimal/images/favicon.ico Binary files differnew file mode 100644 index 0000000000..053c0d570b --- /dev/null +++ b/themes/minimal/images/favicon.ico diff --git a/themes/minimal/images/gedcom.gif b/themes/minimal/images/gedcom.gif Binary files differnew file mode 100644 index 0000000000..03f608c0a7 --- /dev/null +++ b/themes/minimal/images/gedcom.gif diff --git a/themes/minimal/images/gedview.gif b/themes/minimal/images/gedview.gif Binary files differnew file mode 100644 index 0000000000..9f951aa56f --- /dev/null +++ b/themes/minimal/images/gedview.gif diff --git a/themes/minimal/images/help.gif b/themes/minimal/images/help.gif Binary files differnew file mode 100644 index 0000000000..4d6025d106 --- /dev/null +++ b/themes/minimal/images/help.gif diff --git a/themes/minimal/images/hline.gif b/themes/minimal/images/hline.gif Binary files differnew file mode 100644 index 0000000000..19e581f5cc --- /dev/null +++ b/themes/minimal/images/hline.gif diff --git a/themes/minimal/images/indis.gif b/themes/minimal/images/indis.gif Binary files differnew file mode 100644 index 0000000000..a3f10beea4 --- /dev/null +++ b/themes/minimal/images/indis.gif diff --git a/themes/minimal/images/larrow.gif b/themes/minimal/images/larrow.gif Binary files differnew file mode 100644 index 0000000000..5fbff4ad1c --- /dev/null +++ b/themes/minimal/images/larrow.gif diff --git a/themes/minimal/images/larrow2.gif b/themes/minimal/images/larrow2.gif Binary files differnew file mode 100644 index 0000000000..e9d1c14eb8 --- /dev/null +++ b/themes/minimal/images/larrow2.gif diff --git a/themes/minimal/images/ldarrow.gif b/themes/minimal/images/ldarrow.gif Binary files differnew file mode 100644 index 0000000000..efcb1e288d --- /dev/null +++ b/themes/minimal/images/ldarrow.gif diff --git a/themes/minimal/images/lsdnarrow.gif b/themes/minimal/images/lsdnarrow.gif Binary files differnew file mode 100644 index 0000000000..03acc3852c --- /dev/null +++ b/themes/minimal/images/lsdnarrow.gif diff --git a/themes/minimal/images/lsltarrow.gif b/themes/minimal/images/lsltarrow.gif Binary files differnew file mode 100644 index 0000000000..e7caf29f12 --- /dev/null +++ b/themes/minimal/images/lsltarrow.gif diff --git a/themes/minimal/images/lsrtarrow.gif b/themes/minimal/images/lsrtarrow.gif Binary files differnew file mode 100644 index 0000000000..ddbe5827f4 --- /dev/null +++ b/themes/minimal/images/lsrtarrow.gif diff --git a/themes/minimal/images/lsuparrow.gif b/themes/minimal/images/lsuparrow.gif Binary files differnew file mode 100644 index 0000000000..ddf8af7e1d --- /dev/null +++ b/themes/minimal/images/lsuparrow.gif diff --git a/themes/minimal/images/media.gif b/themes/minimal/images/media.gif Binary files differnew file mode 100644 index 0000000000..7b666dc8bc --- /dev/null +++ b/themes/minimal/images/media.gif diff --git a/themes/minimal/images/minus.gif b/themes/minimal/images/minus.gif Binary files differnew file mode 100644 index 0000000000..0d6c466a39 --- /dev/null +++ b/themes/minimal/images/minus.gif diff --git a/themes/minimal/images/move.gif b/themes/minimal/images/move.gif Binary files differnew file mode 100644 index 0000000000..5d1c4e9080 --- /dev/null +++ b/themes/minimal/images/move.gif diff --git a/themes/minimal/images/notes.gif b/themes/minimal/images/notes.gif Binary files differnew file mode 100644 index 0000000000..05fc2f1174 --- /dev/null +++ b/themes/minimal/images/notes.gif diff --git a/themes/minimal/images/pedigree.gif b/themes/minimal/images/pedigree.gif Binary files differnew file mode 100644 index 0000000000..b161e6a063 --- /dev/null +++ b/themes/minimal/images/pedigree.gif diff --git a/themes/minimal/images/pin-in.png b/themes/minimal/images/pin-in.png Binary files differnew file mode 100644 index 0000000000..28bd3a3a7f --- /dev/null +++ b/themes/minimal/images/pin-in.png diff --git a/themes/minimal/images/pin-out.png b/themes/minimal/images/pin-out.png Binary files differnew file mode 100644 index 0000000000..35f50c3c27 --- /dev/null +++ b/themes/minimal/images/pin-out.png diff --git a/themes/minimal/images/place.gif b/themes/minimal/images/place.gif Binary files differnew file mode 100644 index 0000000000..08d15aed0e --- /dev/null +++ b/themes/minimal/images/place.gif diff --git a/themes/minimal/images/plus.gif b/themes/minimal/images/plus.gif Binary files differnew file mode 100644 index 0000000000..bee7d356a9 --- /dev/null +++ b/themes/minimal/images/plus.gif diff --git a/themes/minimal/images/rarrow.gif b/themes/minimal/images/rarrow.gif Binary files differnew file mode 100644 index 0000000000..ba4ba3ac32 --- /dev/null +++ b/themes/minimal/images/rarrow.gif diff --git a/themes/minimal/images/rarrow2.gif b/themes/minimal/images/rarrow2.gif Binary files differnew file mode 100644 index 0000000000..484a2ead21 --- /dev/null +++ b/themes/minimal/images/rarrow2.gif diff --git a/themes/minimal/images/rdarrow.gif b/themes/minimal/images/rdarrow.gif Binary files differnew file mode 100644 index 0000000000..62c84037d0 --- /dev/null +++ b/themes/minimal/images/rdarrow.gif diff --git a/themes/minimal/images/relationship.gif b/themes/minimal/images/relationship.gif Binary files differnew file mode 100644 index 0000000000..12262bbac7 --- /dev/null +++ b/themes/minimal/images/relationship.gif diff --git a/themes/minimal/images/remove.gif b/themes/minimal/images/remove.gif Binary files differnew file mode 100644 index 0000000000..52dceeab59 --- /dev/null +++ b/themes/minimal/images/remove.gif diff --git a/themes/minimal/images/search.gif b/themes/minimal/images/search.gif Binary files differnew file mode 100644 index 0000000000..beb6e29289 --- /dev/null +++ b/themes/minimal/images/search.gif diff --git a/themes/minimal/images/sfamily.gif b/themes/minimal/images/sfamily.gif Binary files differnew file mode 100644 index 0000000000..b6d862d58c --- /dev/null +++ b/themes/minimal/images/sfamily.gif diff --git a/themes/minimal/images/silhouette_female.gif b/themes/minimal/images/silhouette_female.gif Binary files differnew file mode 100644 index 0000000000..d24efe022a --- /dev/null +++ b/themes/minimal/images/silhouette_female.gif diff --git a/themes/minimal/images/silhouette_male.gif b/themes/minimal/images/silhouette_male.gif Binary files differnew file mode 100644 index 0000000000..ebae9f4046 --- /dev/null +++ b/themes/minimal/images/silhouette_male.gif diff --git a/themes/minimal/images/silhouette_unknown.gif b/themes/minimal/images/silhouette_unknown.gif Binary files differnew file mode 100644 index 0000000000..e8b9830cc8 --- /dev/null +++ b/themes/minimal/images/silhouette_unknown.gif diff --git a/themes/minimal/images/small/admin.gif b/themes/minimal/images/small/admin.gif Binary files differnew file mode 100644 index 0000000000..4ceda3aa6b --- /dev/null +++ b/themes/minimal/images/small/admin.gif diff --git a/themes/minimal/images/small/ancestry.gif b/themes/minimal/images/small/ancestry.gif Binary files differnew file mode 100644 index 0000000000..6ce9203656 --- /dev/null +++ b/themes/minimal/images/small/ancestry.gif diff --git a/themes/minimal/images/small/calendar.gif b/themes/minimal/images/small/calendar.gif Binary files differnew file mode 100644 index 0000000000..22f10a4534 --- /dev/null +++ b/themes/minimal/images/small/calendar.gif diff --git a/themes/minimal/images/small/cfamily.gif b/themes/minimal/images/small/cfamily.gif Binary files differnew file mode 100644 index 0000000000..15c542f5aa --- /dev/null +++ b/themes/minimal/images/small/cfamily.gif diff --git a/themes/minimal/images/small/clippings.gif b/themes/minimal/images/small/clippings.gif Binary files differnew file mode 100644 index 0000000000..681a810990 --- /dev/null +++ b/themes/minimal/images/small/clippings.gif diff --git a/themes/minimal/images/small/descendency.gif b/themes/minimal/images/small/descendency.gif Binary files differnew file mode 100644 index 0000000000..ab66dc6869 --- /dev/null +++ b/themes/minimal/images/small/descendency.gif diff --git a/themes/minimal/images/small/fambook.gif b/themes/minimal/images/small/fambook.gif Binary files differnew file mode 100644 index 0000000000..5b8e70221c --- /dev/null +++ b/themes/minimal/images/small/fambook.gif diff --git a/themes/minimal/images/small/fanchart.gif b/themes/minimal/images/small/fanchart.gif Binary files differnew file mode 100644 index 0000000000..6ce9203656 --- /dev/null +++ b/themes/minimal/images/small/fanchart.gif diff --git a/themes/minimal/images/small/fe_male.gif b/themes/minimal/images/small/fe_male.gif Binary files differnew file mode 100644 index 0000000000..7d0b2e49d6 --- /dev/null +++ b/themes/minimal/images/small/fe_male.gif diff --git a/themes/minimal/images/small/female.gif b/themes/minimal/images/small/female.gif Binary files differnew file mode 100644 index 0000000000..8f8f3b6cb5 --- /dev/null +++ b/themes/minimal/images/small/female.gif diff --git a/themes/minimal/images/small/gedcom.gif b/themes/minimal/images/small/gedcom.gif Binary files differnew file mode 100644 index 0000000000..b95a4a2479 --- /dev/null +++ b/themes/minimal/images/small/gedcom.gif diff --git a/themes/minimal/images/small/help.gif b/themes/minimal/images/small/help.gif Binary files differnew file mode 100644 index 0000000000..d972b7be24 --- /dev/null +++ b/themes/minimal/images/small/help.gif diff --git a/themes/minimal/images/small/indis.gif b/themes/minimal/images/small/indis.gif Binary files differnew file mode 100644 index 0000000000..71807e375e --- /dev/null +++ b/themes/minimal/images/small/indis.gif diff --git a/themes/minimal/images/small/male.gif b/themes/minimal/images/small/male.gif Binary files differnew file mode 100644 index 0000000000..92af2cf08f --- /dev/null +++ b/themes/minimal/images/small/male.gif diff --git a/themes/minimal/images/small/media.gif b/themes/minimal/images/small/media.gif Binary files differnew file mode 100644 index 0000000000..f922bb3fbc --- /dev/null +++ b/themes/minimal/images/small/media.gif diff --git a/themes/minimal/images/small/my_gedview.gif b/themes/minimal/images/small/my_gedview.gif Binary files differnew file mode 100644 index 0000000000..1e17faaadf --- /dev/null +++ b/themes/minimal/images/small/my_gedview.gif diff --git a/themes/minimal/images/small/notes.gif b/themes/minimal/images/small/notes.gif Binary files differnew file mode 100644 index 0000000000..06d613af2e --- /dev/null +++ b/themes/minimal/images/small/notes.gif diff --git a/themes/minimal/images/small/patriarch.gif b/themes/minimal/images/small/patriarch.gif Binary files differnew file mode 100644 index 0000000000..fa279cfc36 --- /dev/null +++ b/themes/minimal/images/small/patriarch.gif diff --git a/themes/minimal/images/small/pedigree.gif b/themes/minimal/images/small/pedigree.gif Binary files differnew file mode 100644 index 0000000000..6ce9203656 --- /dev/null +++ b/themes/minimal/images/small/pedigree.gif diff --git a/themes/minimal/images/small/place.gif b/themes/minimal/images/small/place.gif Binary files differnew file mode 100644 index 0000000000..0af3b1d662 --- /dev/null +++ b/themes/minimal/images/small/place.gif diff --git a/themes/minimal/images/small/relationship.gif b/themes/minimal/images/small/relationship.gif Binary files differnew file mode 100644 index 0000000000..2c69bde89e --- /dev/null +++ b/themes/minimal/images/small/relationship.gif diff --git a/themes/minimal/images/small/repository.gif b/themes/minimal/images/small/repository.gif Binary files differnew file mode 100644 index 0000000000..f6dfdaa39a --- /dev/null +++ b/themes/minimal/images/small/repository.gif diff --git a/themes/minimal/images/small/search.gif b/themes/minimal/images/small/search.gif Binary files differnew file mode 100644 index 0000000000..c3a9947474 --- /dev/null +++ b/themes/minimal/images/small/search.gif diff --git a/themes/minimal/images/small/sfamily.gif b/themes/minimal/images/small/sfamily.gif Binary files differnew file mode 100644 index 0000000000..15c542f5aa --- /dev/null +++ b/themes/minimal/images/small/sfamily.gif diff --git a/themes/minimal/images/small/source.gif b/themes/minimal/images/small/source.gif Binary files differnew file mode 100644 index 0000000000..fb40194228 --- /dev/null +++ b/themes/minimal/images/small/source.gif diff --git a/themes/minimal/images/small/timeline.gif b/themes/minimal/images/small/timeline.gif Binary files differnew file mode 100644 index 0000000000..d201c2bc07 --- /dev/null +++ b/themes/minimal/images/small/timeline.gif diff --git a/themes/minimal/images/source.gif b/themes/minimal/images/source.gif Binary files differnew file mode 100644 index 0000000000..e4b5ce7bf9 --- /dev/null +++ b/themes/minimal/images/source.gif diff --git a/themes/minimal/images/spacer.gif b/themes/minimal/images/spacer.gif Binary files differnew file mode 100644 index 0000000000..99ebe2a6ed --- /dev/null +++ b/themes/minimal/images/spacer.gif diff --git a/themes/minimal/images/stop.gif b/themes/minimal/images/stop.gif Binary files differnew file mode 100644 index 0000000000..d2fba88f14 --- /dev/null +++ b/themes/minimal/images/stop.gif diff --git a/themes/minimal/images/timeline.gif b/themes/minimal/images/timeline.gif Binary files differnew file mode 100644 index 0000000000..f95c326190 --- /dev/null +++ b/themes/minimal/images/timeline.gif diff --git a/themes/minimal/images/uarrow.gif b/themes/minimal/images/uarrow.gif Binary files differnew file mode 100644 index 0000000000..0ed1a080f7 --- /dev/null +++ b/themes/minimal/images/uarrow.gif diff --git a/themes/minimal/images/uarrow2.gif b/themes/minimal/images/uarrow2.gif Binary files differnew file mode 100644 index 0000000000..146cfc1947 --- /dev/null +++ b/themes/minimal/images/uarrow2.gif diff --git a/themes/minimal/images/udarrow.gif b/themes/minimal/images/udarrow.gif Binary files differnew file mode 100644 index 0000000000..5fab7bd48a --- /dev/null +++ b/themes/minimal/images/udarrow.gif diff --git a/themes/minimal/images/vline.gif b/themes/minimal/images/vline.gif Binary files differnew file mode 100644 index 0000000000..01bc861409 --- /dev/null +++ b/themes/minimal/images/vline.gif diff --git a/themes/minimal/images/zoomin.gif b/themes/minimal/images/zoomin.gif Binary files differnew file mode 100644 index 0000000000..09844eb899 --- /dev/null +++ b/themes/minimal/images/zoomin.gif diff --git a/themes/minimal/images/zoomout.gif b/themes/minimal/images/zoomout.gif Binary files differnew file mode 100644 index 0000000000..f65cc043ef --- /dev/null +++ b/themes/minimal/images/zoomout.gif diff --git a/themes/minimal/jquery/jquery-ui_theme.css b/themes/minimal/jquery/jquery-ui_theme.css new file mode 100644 index 0000000000..bcfd29d26f --- /dev/null +++ b/themes/minimal/jquery/jquery-ui_theme.css @@ -0,0 +1,102 @@ +/* jquery css THEME adjustments */
+
+/* Tabs --------------------------------*/
+.ui-widget-content { color:black; border-color:#999999; }
+.ui-widget-content a { color:black; }
+.ui-widget-content a:hover { color:black; }
+
+.ui-tabs .ui-tabs-nav { padding: .3em .3em 0 .3em; border-color:#888888; background: #dddddd; }
+.ui-tabs .ui-tabs-nav li { font-size:1em; bottom:0px; margin:0 0.15em 0 0.1em; border-color:#888888; background: #efefef;}
+.ui-tabs .ui-tabs-nav li a { color:#555555; padding: .2em .2em .2em .2em; }
+.ui-tabs .ui-tabs-nav li:hover { color:black; background: #dfdfdf;}
+.ui-tabs .ui-tabs-nav li a:hover { color:black;}
+
+.ui-tabs-nav li.ui-tabs-selected { color:black; padding-top:0px; top:1px; bottom:0px; border-color: #888888; border-bottom-width: 0 !important; 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; background:#f8f8f8; }
+.ui-tabs-nav li.ui-tabs-selected:hover { background:#f8f8f8; }
+.ui-tabs .ui-tabs-panel { background:#f8f8f8; }
+
+.static_tab_content {
+ border-color: #999999;
+ border-style:none solid solid solid;
+ background: #efefef;
+}
+.static_tab_ltr {
+ float: right;
+ margin-right: 0px;
+ border-color: #cccccc;
+}
+.static_tab_content_ltr {
+ position: absolute;
+ z-index: 100;
+ right: 0px;
+ background: #efefef;
+ margin-top:0px;
+ margin-right:19px;
+}
+
+.static_tab_rtl { display: none; }
+
+/* ------- Sidebar ------- */
+#sidebar {
+ margin-left:0px;
+ margin-top: 9px;
+ margin-right: 19px;
+ background-color: #dddddd;
+}
+#sidebar_controls {
+ height: 22px;
+}
+#sidebar_open img {
+ padding-top: 3px;
+ padding-bottom: 3px;
+ margin-left: 0px;
+}
+
+
+/* Navigator & Flyout menu Styles --------*/
+.nam a:hover{
+color:black;
+}
+.nav_content {
+ width:240px;
+ background:#efefef;
+ padding-left:5px;
+ padding-right:5px;
+ padding-top:3px;
+}
+.flyout {
+ color:#000000;
+ text-align: left;
+ margin-top: -20px;
+ right: 210px;
+ padding: 3px;
+}
+.flyout2 {
+ color:#000000;
+ text-align: left;
+ margin-top: -2px;
+ left: 64px;
+ padding: 3px;
+}
+.flyout2 a:hover{
+ color:black;
+}
+.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:normal;
+ text-align: left;
+ margin-top: 0px;
+ left: 0px;
+ padding: 0px;
+}
+/* End of Flyout Menu styles*/
diff --git a/themes/minimal/jquery/jquery-ui_theme_rtl.css b/themes/minimal/jquery/jquery-ui_theme_rtl.css new file mode 100644 index 0000000000..fb381c2271 --- /dev/null +++ b/themes/minimal/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-left: 1px;
+ border-color: #cccccc;
+}
+.static_tab_content_rtl {
+ position: absolute;
+ z-index: 100;
+ left: 0px;
+ background: #eff8f8;
+ margin-top:-2px;
+ margin-left:19px;
+}
+
+.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: 21px;
+ width: 16px;
+ z-index: 10;
+}
+#sidebar_open img {
+ padding-top: 2px;
+ padding-bottom: 3px;
+ margin-right: 1px;
+ 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: 64px;
+ padding: 3px;
+}
+.flyout2rtl a:hover{
+ color:black;
+}
+#flyout3 {
+ text-align: right;
+}
\ No newline at end of file diff --git a/themes/minimal/modules.css b/themes/minimal/modules.css new file mode 100644 index 0000000000..ea2f879dc6 --- /dev/null +++ b/themes/minimal/modules.css @@ -0,0 +1,260 @@ +/** + * 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 (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.5em 0 0 0.5em; + width: 23.1em; + height: 34.25em; + 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: 50em; + margin: 0.5em 0 0 0.3em; + padding: 0; + /* border: 1px solid blue; */ +} +.cens_container span { + margin: 0 0.5em; +} +/* Header of assistant window */ +.cens_header { + text-align: left; + margin-top: 0.5em; + 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: 55em; + /* border: 1px solid red; */ +} +.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: 55em; + +} +.cens_text span { + margin: 0 1em 0 0.3em; +} +textarea#NOTE { + height: 20.6em; + width: 98.5%; + overflow: auto; +} +.cens_textinput { + clear: both; + /*border: 0.3em outset;*/ + float: left; + margin: 0.4em 0 0 0.3em; + width: 69.8em; +} +.cens_textinput_left { + float: left; + width: 90%; + text-align: center; +} +.cens_textinput_right { + float: right; + font-size: 1em; + margin-right: 2em; +} +/* Census Add Rows Area */ +.cens_addrows { + clear: both; + /*border: 0em outset;*/ + float: left; + margin: 0; + width: 69.8em; +} +/* Census data Input area */ +.cens_data { + width:100%; + height:12.46em; + overflow:auto; +} +.cens_data table { + width: 68em; + border: 0; + margin: 0; + padding: 0; +} + +/* xxxxxxxxxx - module ===================================================== */ + +/* yyyyyyyyyy - module ===================================================== */
\ No newline at end of file diff --git a/themes/minimal/mozilla.css b/themes/minimal/mozilla.css new file mode 100644 index 0000000000..201986d6bb --- /dev/null +++ b/themes/minimal/mozilla.css @@ -0,0 +1,8 @@ +/* + * @version $Id$ + */ +.door dd { + -moz-border-radius-topleft: 0.6em; + -moz-border-radius-topright: 0.6em; +} + diff --git a/themes/minimal/msie.css b/themes/minimal/msie.css new file mode 100644 index 0000000000..5fc435de9e --- /dev/null +++ b/themes/minimal/msie.css @@ -0,0 +1,30 @@ +/* + * @version $Id$ + */ +.small_inner_block { + height: expression( this.scrollHeight > 199 ? "200px" : "auto" ); +} + +.normal_inner_block { + width: 100%; +} + +/* + * The following style definitions can be removed when IE supports the "opacity" + * specification in place of its proprietary and non-standard method. + */ +.flag, .activeflag, .brightflag { + filter: alpha(opacity=100); +} + +.dimflag { + filter: alpha(opacity=50); +} + +.rela { + filter: alpha(opacity=67); +} + +a.showit:hover span { + filter: alpha(opacity=85); +} diff --git a/themes/minimal/netscape.css b/themes/minimal/netscape.css new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/themes/minimal/netscape.css @@ -0,0 +1 @@ + diff --git a/themes/minimal/opera.css b/themes/minimal/opera.css new file mode 100644 index 0000000000..1ef101305b --- /dev/null +++ b/themes/minimal/opera.css @@ -0,0 +1,3 @@ +/* + * @version $Id$ + */ diff --git a/themes/minimal/print.css b/themes/minimal/print.css new file mode 100644 index 0000000000..246d106ca2 --- /dev/null +++ b/themes/minimal/print.css @@ -0,0 +1,111 @@ +/** + * Print for Minimal theme + * + * Use this stylesheet to customize the display of your site. + * To learn more about CSS visit http://www.w3.org/TR/REC-CSS2/ + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2002 to 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 + * + * $Id$ + * + * @package webtrees + * @subpackage Themes + */ +#backprint { + display:none; +} +/*-- pedigree chart specific stylesheets --*/ +#pedigree_chart { + position: absolute; + top: 0px; + left: 0px; +} +/*-- pedigree chart rtl specific stylesheets --*/ +#pedigree_chart_rtl { + position: absolute; + float: right; + top: 0px; + right: 0px; +} + +/*-- descendancy chart specific stylesheets --*/ +#descendancy_chart ul { + list-style: none; + margin: 0px 0px 5px 15px; /* top right bottom left */ + padding: 0px 0px 0px auto; /* top right bottom left */ + border-left: thin solid black; +} +#descendancy_chart li { + list-style: none; + margin: 0px 0px 2px -16px; /* top right bottom left */ + padding: 0px 0px 0px auto; /* top right bottom left */ +} +/*-- descendancy chart rtl specific stylesheets --*/ +#descendancy_chart_rtl ul { + margin: 0px 15px 5px 0px; /* top right bottom left */ + padding: 0px auto 0px 0px; /* top right bottom left */ + border-right: thin solid black; +} +#descendancy_chart_rtl li { + list-style: none; + margin: 0px -18px 2px 0px; /* top right bottom left */ + padding: 0px 2px 0px 0px; /* top right bottom left */ +} + +/*-- ancestry chart specific stylesheets --*/ +#ancestry_chart ul { + border-left: thin solid black; + margin: 0px 0px 0px 15px; /* top right bottom left */ + padding: 0px 0px 0px auto; /* top right bottom left */ +} +#ancestry_chart li { + margin: 0px 0px 2px -16px; /* top right bottom left */ + padding: 0px 0px 0px auto; /* top right bottom left */ +} +/*-- ancestry chart rtl specific stylesheets --*/ +#ancestry_chart_rtl ul { + border-right: thin solid black; + margin: 0px 19px 5px 0px; /* top right bottom left */ + padding: 0px auto 0px 0px; /* top right bottom left */ +} +#ancestry_chart_rtl li { + margin: 0px -17px 2px 0px; /* top right bottom left */ + padding: 0px 2px 0px 0px; /* top right bottom left */ +} + +#header, #footer, .noprint {display:none !important;} +form, button, input {display: none;} /* buttons and input are used out of forms in sortable tables*/ + +.lifespan_outer { + position: relative; + width: auto; + height: auto; + overflow: visible; + border: none; +} + +.lifespan_people { + position: absolute; + width: auto; + left: -10px; + top: -60px; + z-index:1; +}
\ No newline at end of file diff --git a/themes/minimal/print_footer.php b/themes/minimal/print_footer.php new file mode 100644 index 0000000000..667f61df76 --- /dev/null +++ b/themes/minimal/print_footer.php @@ -0,0 +1,35 @@ +<?php +/** + * Print-friendly footer for Minimal theme pages + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (c) 2002 to 2008 John Finlay and others. 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 Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +?> diff --git a/themes/minimal/print_header.php b/themes/minimal/print_header.php new file mode 100644 index 0000000000..b665245b05 --- /dev/null +++ b/themes/minimal/print_header.php @@ -0,0 +1,35 @@ +<?php +/** + * Print-friendly header for Minimal theme pages + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (c) 2002 to 2008 John Finlay and others. 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 Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +?> diff --git a/themes/minimal/style.css b/themes/minimal/style.css new file mode 100644 index 0000000000..809040596c --- /dev/null +++ b/themes/minimal/style.css @@ -0,0 +1,1348 @@ +/** + * Style for Minimal theme + * + * Use this stylesheet to customize the display of your site. + * To learn more about CSS visit http://www.w3.org/TR/REC-CSS2/ + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2002 to 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 Themes + * @version $Id$ + */ + + +.something { + /*empty style to make sure that the BODY style is not ignored */ +} + +body { + color: black; + background-color: white; + font: 12px tahoma, arial, helvetica, sans-serif; +} + +fieldset { + margin: 8px 8px 4px 8px; +} + +legend { + font-weight: bold; +} + +a { + color: #666666; + font-family: tahoma, arial, helvetica, sans-serif; + text-decoration: none; +} + +a:hover { + color: black; + text-decoration: underline; +} + +h2 { + color: black; + font: bold 18px tahoma, arial, helvetica, sans-serif; +} + +h4 { + color: black; + font: bold 12px tahoma, arial, helvetica, sans-serif; +} + +th { + font-weight: 100; +} + +ul { + padding-left: 15px; + padding-right: 15px; + margin: 8px; +} + +.button { + width: 60px +} + +input, textarea { + padding-left: 3px; + padding-right: 3px; +} + +.gedcom_table { + border: 1px solid black; + margin:0; + width:99%; +} + +.person_box { + background-color: white; + border: solid black 1px; +} + +.person_boxF { + background-color: white; + border: solid black 1px; +} + +.person_boxNN { + background-color: white; + border: 1px dashed gray; +} + +.person_box:target, .news_box:target, #gedcom_stats:target { + background-color: #ffffcc; +} + +.list_table { + margin-left: auto; + margin-right: auto; +} + +.center { + text-align: center; +} + +table.center{ + margin-left: auto; + margin-right: auto; +} + +.list_label, .list_label_wrap { + color: black; + background-color: #aaaaaa; + font: 12px tahoma, arial, helvetica, sans-serif; + text-align: center; +} + +.list_value, .list_value_wrap { + background-color: white; + color: black; + border: solid black 1px; + font: 12px tahoma, arial, helvetica, sans-serif; + vertical-align: top; +} + +.list_label, .list_value { + white-space: nowrap; +} + +.list_label_wrap, .list_value_wrap { + white-space: normal; +} + +.list_item { + font-size:12px; +} + +.facts_table, .facts_table_rtl { + width: 100%; +} + +.facts_label { + color: black; + background-color: #aaaaaa; + font: 12px tahoma, arial, helvetica, sans-serif; + padding: 4px 4px 4px 4px; + width: 20%; + text-align: center; +} + +.facts_label02, .facts_label03 { + color: black; + background-color: #aaaaaa; + font: bold 12px tahoma, arial, helvetica, sans-serif; + padding: 4px 4px 4px 4px; + width: 20%; + text-align: center; +} + +.facts_value { + background-color: white; + color: black; + border: solid black 1px; + font: 12px tahoma, arial, helvetica, sans-serif; + padding: 4px 4px 4px 4px; +} + +.facts_value02 { + background-color: white; + color: black; + border: solid black 1px; + font: 12px tahoma, arial, helvetica, sans-serif; + padding: 5px; +} + +.facts_labelred, .facts_labelblue { + color: #333333; + background-color: #aaaaaa; + font: 12px tahoma, arial, helvetica, sans-serif; + padding: 4px 4px 4px 4px; + width: 20%; + text-align: center; +} + +.facts_valuered, .facts_valueblue { + background-color: white; + color: black; + font: 12px tahoma, arial, helvetica, sans-serif; + padding: 4px 4px 4px 4px; +} + +.facts_labelred, .facts_valuered { + border: solid red 2px; +} + +.facts_labelblue, .facts_valueblue { + border: solid blue 2px; +} + +.tabs_table { + width: 100%; +} + +.tab_cell_active { + background-color: white; + border-left: outset #aaaaaa 2px; + border-top: outset #aaaaaa 2px; + border-right: outset #aaaaaa 2px; + text-align: center; +} + +.tab_cell_inactive { + background-color: #aaaaaa; + border-left: solid black 2px; + border-top: solid black 2px; + border-right: outset black 2px; + text-align: center; +} + +.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 black 2px; + height: 5px; +} + +.tab_inactive_bottom_right { + border-left: none; + border-right: none; + border-top: outset black 2px; + width: 33%; + height: 5px; +} + +.tab_cell_inactive_empty { + background-color: #bababa; + border-left: solid black 2px; + border-top: solid black 2px; + border-right: outset black 2px; + text-align: center; +} + +.tab_cell_inactive_empty a { + color: #888888; +} + +.tab_page { + width: 100%; +} + +.name1 { + color: black; + font: bold 10px tahoma, arial, helvetica, sans-serif; +} + +.name1Hover { + color: black; + font: bold 10px tahoma, arial, helvetica, sans-serif; + text-decoration: underline; +} + +.namered { + border: solid red 1px; +} + +.nameblue { + border: solid blue 1px; +} + +.details1 { + font: normal 10px tahoma, arial, helvetica, sans-serif; +} + +.name2 { + color: black; + font: bold 12px tahoma, arial, helvetica, sans-serif; +} + +.name2Hover { + color: black; + font: bold 12px tahoma, arial, helvetica, sans-serif; + text-decoration: underline; +} + +.details2 { + font: normal 12px tahoma, arial, helvetica, sans-serif; +} + +.nameZoom { + color: black; + font: bold 14px tahoma, arial, helvetica, sans-serif; +} +.detailsZoom { + font: 14px tahoma, arial, helvetica, sans-serif; + text-decoration: none; +} + +.details_label { + font-weight: bold; +} + +.name_head { + color: black; + font: bold 16px tahoma, arial, helvetica, sans-serif; + letter-spacing: .2px; +} + +.date { + color: #666666; + font-weight: bold; +} + +.label, .field { + color: black; + font: 11px tahoma, arial, helvetica, sans-serif; +} + +.label { + font-weight: bold; +} + +.error { + color: #dd0000; + font-family: tahoma, arial, helvetica, sans-serif; + font-weight: bold; +} + +.largeError { + color: #dd0000; + font: large tahoma, arial, helvetica, sans-serif; + font-weight: bold; +} + +.warning { + color: #dd0000; + font-family: tahoma, arial, helvetica, sans-serif; + font-weight: bold; +} + +.indent { + padding-left: 7px; +} + +.indent_rtl { + padding-right: 7px; +} + +.image { + height: 150px; + padding: 5px; + border: solid black 1px; +} + +.gender_image { + padding-left: 3px; + padding-right: 3px; + border: none; + vertical-align: middle; +} + +.pedigree_image_portrait, .pedigree_image_landscape { + float: left; + height: 50px; + border: solid black 1px; + margin-right: 3px; +} + +.pedigree_image_portrait_rtl, .pedigree_image_landscape_rtl { + float: right; + height: 50px; + border: solid black 1px; + margin-left: 3px; +} + +.pedigree_form { + width: 45px; +} + +.thumbnail { + height: auto; + padding: 5px; +} + +.icon { + display: none; + border: none; + padding-left: 0pt; + padding-right: 5pt; +} + +.adminicon { + border: none; + padding-left: 0pt; + padding-right: 5pt; +} + +.link { + font-size: 11px; + text-align: center; +} + +.sublinks_table { + border: solid black 1px; +} + +.sublinks_cell { + font-size: 12px; + background-color: #aaaaaa; +} + +.sublinks_table .icon { + vertical-align: middle; + width: 25px; + height: 25px; +} + +.menuitem .icon { + width: 50px; + height: 50px; +} + +.submenu .icon { + vertical-align: middle; + width: 25px; + height: 25px; +} + +.subheaders { + font: bold 16px tahoma, arial, helvetica, sans-serif; + text-indent: 20px; + margin-top: 15px; + vertical-align: bottom; +} + +.age { + font-size: 9px; +} + +.source_citations { + display: none; +} + +.lang_form { + margin-top: 0px; +} + +.selected-option { + background-color: #aaaaaa; + border: solid black 1px; +} + +.user_links { + white-space: nowrap; +} + +.contact_links { + text-align: center; +} + +.hit-counter { + background: black; + color: white; + font-weight: bold; +} + +/* This is the original. + * It's not used, but it's left in in case you want to go back to it. */ +.flag { + width: 15px; + border: solid black 1px; +} +/* This one is for a place flag */ +.brightflag { + height: 15px; + border: none; + opacity: 1; /* IE's support is different */ +} + +.border1 { + border: solid black 1px; +} + +.header_select { + font-size: 9pt; +} + +.favorites_form { + margin-top: 0px; +} + +.help { + font-weight: bold; + cursor: help; +} + +.menuitem { + color: #555555; + text-decoration: none; + font: 11px tahoma, arial, helvetica, sans-serif; + text-align: center; + padding: 1px; +} + +.menuitem_hover { + color: black; + text-decoration: underline; + font: 11px tahoma, arial, helvetica, sans-serif; + text-align: center; + padding: 1px; +} + +.submenu { + visibility: hidden; + position: absolute; + z-index: 100; + color: black; + text-decoration: none; + font: 11px tahoma, arial, helvetica, sans-serif; + text-align: center; + background-color: #eeeeee; + border: solid black 1px; + white-space: nowrap; +} + +.submenu_rtl { + color: black; + text-decoration: none; + font: 11px tahoma, arial, helvetica, sans-serif; + text-align: center; + background-color: #eeeeee; + border: solid black 1px; + white-space: nowrap; +} + +.submenuitem { + color: #555555; + text-decoration: none; + font: 11px tahoma, arial, helvetica, sans-serif; + background-color: #eeeeee; + white-space: nowrap; + text-align: left; + padding: 1px; +} + +.submenuitem_rtl { + color: #555555; + text-decoration: none; + font: 11px tahoma, arial, helvetica, sans-serif; + background-color: #eeeeee; + white-space: nowrap; + text-align: right; + padding: 1px; +} + +.submenuitem_hover { + color: black; + text-decoration: underline; + font: 11px tahoma, arial, helvetica, sans-serif; + background-color: white; + white-space: nowrap; + text-align: left; + padding: 1px; +} + +.submenuitem_hover_rtl { + color: black; + text-decoration: underline; + font: 11px tahoma, arial, helvetica, sans-serif; + background-color: white; + white-space: nowrap; + text-align: right; + padding: 1px; +} + +.submenuitem a, .submenuitem_rtl a, .submenuitem_hover a, .submenuitem_hover_rtl a { + display: inline-block; + vertical-align: middle; +} + +.news_box { + background-color: white; + border: solid black 1px; +} + +.news_title { + font: bold 14px tahoma, arial, helvetica, sans-serif; + color: black; +} + +.news_date { + font: 12px tahoma, arial, helvetica, sans-serif; + color: black; +} + +.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; + font: bold 14px tahoma, arial, helvetica, sans-serif; + color: #444444; + text-decoration: none; +} + +.helptext { + font: 12px tahoma, arial, helvetica, sans-serif; + color: black; +} + +#content { + margin-left: 1px; +} + +#footer { + clear: both; + color: black; + font: 12px tahoma, arial, helvetica, sans-serif; +} + +/*-- index.php specific style sheets -- */ +.small_inner_block { + max-height: 200px; + overflow: auto; + font: normal 10px tahoma, tahoma, arial, helvetica, sans-serif; + text-decoration: none; +} + +.normal_inner_block { + overflow: auto; +} + +.block { + background-color: white; + color: black; + border: solid black 2px; + font: 12px tahoma, arial, helvetica, sans-serif; + vertical-align: top; + margin-bottom: 5px; + padding: 1px; +} + +#index_main_blocks { + clear: none; + width: 66%; + float: left; +} + +#index_small_blocks { + clear: none; + width: 33%; + float: right; +} + +#index_full_blocks { + clear: none; + width: 100%; +} + +#random_picture { + text-align: center; +} + +/*-- pedigree chart specific stylesheets --*/ +#pedigree_chart { + position: relative; + top: -240px; + left: 10px; + width: 99%; +} +/*-- pedigree chart rtl specific stylesheets --*/ +#pedigree_chart_rtl { + position: relative; + float: right; + top: -240px; + right: 10px; + width: 99%; +} + +/*-- 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 -14px; /* 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 -14px 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; + margin: 0px 0px 0px 15px; /* top right bottom left */ + padding-top: 0px; + padding-right: 0px; + padding-bottom: 0px; +} + +#ancestry_chart li { + list-style: url(images/spacer.gif); + 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; + margin: 0px 16px 0px 0px; /* top right bottom left */ + padding-top: 0px; + padding-bottom: 0px; + padding-left: 0px; +} + +#ancestry_chart_rtl li { + list-style: url(images/spacer.gif); + margin: 0px -15px 2px 0px; /* top right bottom left */ + padding: 0px 2px 0px 0px; /* top right bottom left */ +} + +/*-- timeline chart specific styles --*/ +#timeline_chart { + position: relative; + top: 0px; +} + +.timeline_table { +} + +.person0 { + background-color: #a5a5a5; + border: outset black 1px; + vertical-align: top; +} + +.person1 { + background-color: #bfbfbf; + border: outset black 1px; + vertical-align: top; +} + +.person2 { + background-color: #999999; + border: outset black 1px; + vertical-align: top; +} + +.person3 { + background-color: #dfdfdf; + border: outset black 1px; + vertical-align: top; +} + +.person4 { + background-color: #eeeeee; + border: outset black 1px; + vertical-align: top; +} + +.person5 { + background-color: #fefefe; + border: outset black 1px; + vertical-align: top; +} + +.listlog { + line-height: 20pt; + color: #555555; + font-family: tahoma, arial, helvetica, sans-serif; +} + +.formField { + font: 12px tahoma, arial, helvetica, sans-serif; +} + +.starredname { + text-decoration: underline; +} + +.search_hit { + background-color: #cccccc; +} + +.title { + font: 20px tahoma, arial, helvetica, sans-serif; +} + +/* Style for the top and bottom bar */ +.topbottombar { + color: black; + background-color: #aaaaaa; + font: bold 12px tahoma, arial, helvetica, sans-serif; + padding: 4px; + text-align: center; +} + +/* Style for the subbar in */ +.subbar { + background-color: white; + color: black; + border: solid black 1px; + font: 11px tahoma, arial, helvetica, sans-serif; + padding: 3px; + white-space: nowrap; + vertical-align: top; +} + +/* Style for the descriptionbox */ +.descriptionbox { + background-color: white; + color: black; + border: solid black 1px; + font: 12px tahoma, arial, helvetica, sans-serif; + padding: 3px; + white-space: nowrap; + vertical-align: top; +} + +/* Style for the optionbox */ +.optionbox { + background-color: white; + color: black; + border: solid black 1px; + font: 12px tahoma, arial, helvetica, sans-serif; + 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; +} + +/* Chart styles */ +.pedigree_table { + margin: 0; +} + +/* Message box */ +.messagebox { + background-color: white; + border: solid black 1px; +} + +/* Change indicators */ +.change_new { + border: solid blue 2px; +} + +.change_old { + border: solid red 2px; +} + +.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; + font: 15px tahoma, arial, helvetica, sans-serif; + text-align: left; + opacity: .85; + z-index: 5; + white-space: normal; +} +.lifespan_people span:first-letter { + font: bold 16px tahoma, arial, helvetica, sans-serif; + font-variant: small-caps; + padding: 1px; +} + +.lifespan_outer { + position: relative; + width: 99.5%; + height: 600px; + overflow: hidden; + border: solid blue 1px; +} + +.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: 1px solid black; + 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 { + font-family: tahoma, arial, helvetica, sans-serif; + text-align: justify; + padding: 10px 5px 10px 15px; /* top right bottom left */ +} + +.tag_cloud_sub { + font-family: tahoma, arial, helvetica, sans-serif; + font-size: 8px; + color:#808080; +} +/* End of Tag Cloud styles*/ + +/* Autocomplete styles*/ +.ac_input { + background-color: #EEE8AA; +} + +.ac_results { + padding: 0px; + border: 1px solid black; + 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; + /* + if width will be 100% horizontal scrollbar will apear + when scroll mode will be used + */ + /*width: 100%;*/ + font: menu; + font-size: 12px; + /* + it is very important, if line-height not setted or setted + in relative units scroll will be broken in firefox + */ + line-height: 14px; + overflow: hidden; +} + +.ac_loading { + background: white url(../../images/indicator.gif) right center no-repeat; +} + +.ac_odd { + background-color: #eee; +} + +.ac_over { + background-color: #0A246A; + color: white; +} +/* End of Autocomplete styles*/ + +/* Flyout menu Styles */ +.flyout { + color:#000000; + text-align: left; + margin-top: -20px; + right: 210px; + padding: 3px; +} +.flyoutrtl { + color:#000000; + text-align: right; + margin-top: -20px; + left: 210px; + padding: 3px; +} +/* End of Flyout Menu styles*/ + +.nowrap { + white-space: nowrap; +} + +.wrap { + white-space: normal; +} + +ul.clist { + list-style-image: none; + margin: 0px; +} + +.menu_separator img { + height: 3px; + width: 8em; +} + +/* +.menu_separator { + height: 3px; + display: block; + background-image: url(images/hline.gif); + background-repeat: repeat-x; + background-position: center middle; +} +*/ + +.statistics_chart { + text-align: center; + text-align: center; +} + +.gchart { + border: solid black 1px; +} + +.execution_stats { + padding-top: 12px; + text-align: center; +} + +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/minimal/style_rtl.css b/themes/minimal/style_rtl.css new file mode 100644 index 0000000000..eece15608d --- /dev/null +++ b/themes/minimal/style_rtl.css @@ -0,0 +1,33 @@ +/** + * Styles for rtl + * + * needed to fix some of the RTL theme problems + * + * @package webtrees + * @subpackage Themes + * @version $Id$ + */ +body { + direction: rtl; + text-align: right; +} +.door { + direction: rtl; +} +.door dd { + float: right; +} + +.icon { + display: none; + border: none; + padding-left: 5pt; + padding-right: 0pt; +} + +.adminicon { + border: none; + padding-left: 5pt; + padding-right: 0pt; +} + diff --git a/themes/minimal/templates/block_main_temp.php b/themes/minimal/templates/block_main_temp.php new file mode 100644 index 0000000000..9eac4af719 --- /dev/null +++ b/themes/minimal/templates/block_main_temp.php @@ -0,0 +1,54 @@ +<?php +/** + * Template for drawing the main 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 + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2008 to 2009 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 Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +?> +<div id="<?php print $id; ?>" class="block" > + <table class="blockheader" cellpadding="0" cellspacing="0" style="padding:0;margin:0;"> + <tr> + <td class="blockh1" ></td> + <td class="blockh2" > + <div class="blockhc"><b><?php print $title ?></b></div> + </td> + <td class="blockh3"></td> + </tr> + </table> + <div class="blockcontent"> + <?php print $content ?> + </div> +</div> diff --git a/themes/minimal/templates/block_small_temp.php b/themes/minimal/templates/block_small_temp.php new file mode 100644 index 0000000000..51cff34228 --- /dev/null +++ b/themes/minimal/templates/block_small_temp.php @@ -0,0 +1,56 @@ +<?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 + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2008 to 2009 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 Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +?> +<div id="<?php print $id; ?>" class="block" > + <table class="blockheader" cellpadding="0" cellspacing="0" style="padding:0;margin:0;"> + <tr> + <td class="blockh1" ></td> + <td class="blockh2" > + <div class="blockhc"><b><?php print $title ?></b></div> + </td> + <td class="blockh3"></td> + </tr> + </table> + <div class="blockcontent"> + <div class="small_inner_block"> + <?php print $content ?> + </div> + </div> +</div> diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php new file mode 100644 index 0000000000..e6f7904b5f --- /dev/null +++ b/themes/minimal/templates/personbox_template.php @@ -0,0 +1,65 @@ +<?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 + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2008 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 Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +?> +<div id="I<?php print $boxID; ?>links" + style="position: absolute; left: 0px; top: 0px; width: <?php print $lbwidth; ?>px; visibility: hidden; z-index: '100';"> +<?php print $personlinks; ?></div> +<div id="out-<?php print $boxID; ?>" <?php print $outBoxAdd; ?>> +<!-- table helps to maintain spacing --> +<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top"> + <div id="icons-<?php print $boxID; ?>" + style="<?php print $iconsStyleAdd; ?> width: 25px; height: 50px;"><?php print $icons; ?> + </div> + <?php print $thumbnail; ?> + <a onclick="event.cancelBubble = true;" + href="individual.php?pid=<?php print $pid; ?>&ged=<?php print $GEDCOM; ?>" + title="<?php print $title; ?>"> + <span id="namedef-<?php print $boxID; ?>" class="name<?php print $style; ?> <?php print $classfacts; ?>"> + <?php print $name.$addname; ?> + </span> + <span class="name<?php print $style; ?>"> <?php print $genderImage; ?></span> + <?php print $showid; ?> </a> + <div id="fontdef-<?php print $boxID; ?>" class="details<?php print $style; ?>"> + <div id="inout2-<?php print $boxID; ?>" style="display: block;"><?php print $BirthDeath; ?></div> + </div> + <div id="inout-<?php print $boxID; ?>" style="display: none;"> + <div id="LOADING-inout-<?php print $boxID; ?>"><?php print i18n::translate('Loading...'); ?></div> + </div> +</td></tr></table> +</div> diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php new file mode 100644 index 0000000000..158c9656dd --- /dev/null +++ b/themes/minimal/theme.php @@ -0,0 +1,207 @@ +<?php +/** + * Minimal theme + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2002 to 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 Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +$theme_name = "minimal"; //-- the name of this theme + +$stylesheet = WT_THEME_DIR."style.css"; //-- CSS level 2 stylesheet to use +$rtl_stylesheet = WT_THEME_DIR."style_rtl.css"; //-- CSS level 2 stylesheet to use +$print_stylesheet = WT_THEME_DIR."print.css"; //-- CSS level 2 print stylesheet to use +$toplinks = WT_THEME_DIR."toplinks.php"; //-- File to display the icons and links to different sections +$headerfile = WT_THEME_DIR."header.php"; //-- Header information for the site +$footerfile = WT_THEME_DIR."footer.php"; //-- Footer information for the site +$print_footerfile = WT_THEME_DIR."print_footer.php"; //-- Print Preview Footer information for the site +$print_headerfile = WT_THEME_DIR."print_header.php"; //-- Print Preview Header information for the site + +$WT_USE_HELPIMG = false; // set to true to use image for help questionmark, set to false to use i18n::translate('?') + +$WT_IMAGE_DIR = WT_THEME_DIR."images"; //-- directory to look for images +$FAVICON=$WT_IMAGE_DIR."/favicon.ico"; + +//-- variables for image names +//- PGV main icons +$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"] = "report.gif"; +$WT_IMAGES["search"]["large"] = "search.gif"; +$WT_IMAGES["sfamily"]["large"] = "sfamily.gif"; +$WT_IMAGES["source"]["large"] = "source.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["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["indis"]["small"] = "small/indis.gif"; +$WT_IMAGES["media"]["small"] = "small/media.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["repository"]["small"] = "small/repository.gif"; +$WT_IMAGES["search"]["small"] = "small/search.gif"; +$WT_IMAGES["sfamily"]["small"] = "sfamily.gif"; +$WT_IMAGES["source"]["small"] = "small/source.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"] = "../../../images/media/audio.png"; +$WT_IMAGES["media"]["doc"] = "../../../images/media/doc.gif"; +$WT_IMAGES["media"]["flash"] = "../../../images/media/flash.png"; +$WT_IMAGES["media"]["flashrem"] = "../../../images/media/flashrem.png"; +$WT_IMAGES["media"]["ged"] = "../../../images/media/ged.gif"; +$WT_IMAGES["media"]["globe"] = "../../../images/media/globe.png"; +$WT_IMAGES["media"]["html"] = "../../../images/media/html.gif"; +$WT_IMAGES["media"]["picasa"] = "../../../images/media/picasa.png"; +$WT_IMAGES["media"]["pdf"] = "../../../images/media/pdf.gif"; +$WT_IMAGES["media"]["tex"] = "../../../images/media/tex.gif"; +$WT_IMAGES["media"]["wmv"] = "../../../images/media/wmv.png"; +$WT_IMAGES["media"]["wmvrem"] = "../../../images/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.gif"; +$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"; + +// - 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"; + +//-- Variables for the Fan chart +$fanChart = array( + 'font' => WT_ROOT.'includes/fonts/DejaVuSans.ttf', + 'size' => '7px', + 'color' => '#000000', + 'bgColor' => '#eeeeee', + 'bgMColor' => '#cccccc', + 'bgFColor' => '#dddddd' +); + +//-- 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 = "555555"; +$WT_STATS_CHART_COLOR3 = "cccccc"; + +// 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>"; + +?> diff --git a/themes/minimal/toplinks.php b/themes/minimal/toplinks.php new file mode 100644 index 0000000000..72491819bc --- /dev/null +++ b/themes/minimal/toplinks.php @@ -0,0 +1,128 @@ +<?php +/** + * Top-of-page menu for Minimal theme + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (c) 2002 to 2008 John Finlay and others. 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 Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +$menubar = new MenuBar(); +?> +<table width="100%" border="1" cellspacing="0"> + <tr> + <?php + $menu = $menubar->getGedcomMenu(); + if ($menu->link != "") { + print "\t<td width=\"7%\" valign=\"top\">\n"; + $menu->addIcon(null); + $menu->printMenu(); + print "</td>"; + } + + $menu = $menubar->getMygedviewMenu(); + if ($menu->link != "") { + print "\t<td width=\"7%\" valign=\"top\">\n"; + $menu->addIcon(null); + $menu->printMenu(); + print "</td>"; + } + + $menu = $menubar->getChartsMenu(); + if ($menu->link != "") { + print "\t<td width=\"7%\" valign=\"top\">\n"; + $menu->addIcon(null); + $menu->printMenu(); + print "</td>"; + } + + $menu = $menubar->getListsMenu(); + if ($menu->link != "") { + print "\t<td width=\"7%\" valign=\"top\">\n"; + $menu->addIcon(null); + $menu->printMenu(); + print "</td>"; + } + + $menu = $menubar->getCalendarMenu(); + if ($menu->link != "") { + print "\t<td width=\"7%\" valign=\"top\">\n"; + $menu->addIcon(null); + $menu->printMenu(); + print "</td>"; + } + + $menu = $menubar->getReportsMenu(); + if ($menu->link != "") { + print "\t<td width=\"7%\" valign=\"top\">\n"; + $menu->addIcon(null); + $menu->printMenu(); + print "</td>"; + } + + $menu = $menubar->getSearchMenu(); + if ($menu->link != "") { + print "\t<td width=\"7%\" valign=\"top\">\n"; + $menu->addIcon(null); + $menu->printMenu(); + print "</td>"; + } + + $menu = $menubar->getOptionalMenu(); + if ($menu->link != "") { + print "\t<td width=\"7%\" valign=\"top\">\n"; + $menu->addIcon(null); + $menu->printMenu(); + print "</td>"; + } + + $menus = $menubar->getModuleMenus(); + foreach($menus as $m=>$menu) { + if($menu->link != "") { + print "\t<td width=\"7%\" valign=\"top\">\n"; + $menu->addIcon(null); + $menu->printMenu(); + print "\t</td>\n"; + } + } + + $menu = $menubar->getHelpMenu(); + if ($menu->link != "") { + print "\t<td width=\"7%\" valign=\"top\">\n"; + $menu->addIcon(null); + $menu->printMenu(); + print "</td>"; + } + ?> + </tr> +</table> +<img src="<?php print $WT_IMAGE_DIR."/".$WT_IMAGES["hline"]["other"]; ?>" width="100%" height="3" alt="" /> +</div> +<!-- close div for div id="header" --> + +<?php print "<div id=\"content\">\n"; ?> |
