Searched refs:lifespan (Results 1 – 25 of 110) sorted by relevance
12345
/webtrees/resources/views/modules/lifespans-chart/ |
H A D | chart.phtml | 29 <?php foreach ($lifespans as $lifespan) : ?> 30 …oggle="collapse" data-bs-target="#<?= e($lifespan->id) ?>" aria-expanded="false" aria-controls="<?… 31 …lifespan->background ?>; <?= $dir === 'ltr' ? 'left' : 'right' ?>:<?= ($lifespan->birth_year - $st… 32 <?= $lifespan->individual->fullName() ?> 33 <?= strip_tags($lifespan->individual->lifespan()) ?> 37 …lifespan->id) ?>" style="<?= $dir === 'ltr' ? 'left' : 'right' ?>:<?= (min($lifespan->birth_year, … 38 <a class="wt-lifespans-summary-link" href="<?= e($lifespan->individual->url()) ?>"> 39 <?= $lifespan->individual->fullName() ?> 42 …<?php foreach ($lifespan->individual->facts(array_merge(Gedcom::BIRTH_EVENTS, Gedcom::DEATH_EVENTS…
|
/webtrees/app/Module/ |
H A D | DescendancyModule.php | 161 $lifespan = $person->canShow() ? '(' . $person->lifespan() . ')' : ''; 173 …l>' . view('icons/sex', ['sex' => $person->sex()]) . '</small>' . $person->fullName() . $lifespan .
|
H A D | BranchesListModule.php | 387 …="' . e($individual->url()) . '">' . $person_name . '</a> ' . $individual->lifespan() . $sosa_html; 431 …' . e($spouse->url()) . '">' . $spouse->fullName() . '</a> ' . $spouse->lifespan() . ' ' . $sosa_h…
|
/webtrees/resources/css/ |
H A D | _block-favorites.css | 23 .wt-block-tree_favorites .wt-chart-box-lifespan, 24 .wt-block-user_favorites .wt-chart-box-lifespan {
|
H A D | colors.css | 214 .menu-chart-lifespan::before { 215 content: url(colors/menu/chart-lifespan.png); 394 * +--- wt-chart-box-lifespan
|
H A D | webtrees.css | 242 .menu-chart-lifespan::before { 243 content: url(webtrees/menu/chart-lifespan.png); 524 * +--- wt-chart-box-lifespan 1041 background-image: url(images/lifespan-decade.png);
|
H A D | clouds.css | 260 .menu-chart-lifespan::before { 261 content: url(clouds/menu/chart-lifespan.png); 552 * +--- wt-chart-box-lifespan 1096 background-image: url(images/lifespan-decade.png);
|
H A D | _chart-relationships.css | 25 .wt-chart-relationships .wt-chart-box-lifespan {
|
H A D | _tab-relatives.css | 22 .wt-tab-relatives .wt-chart-box-lifespan {
|
H A D | _pages-family.css | 20 .wt-family-members .wt-chart-box-lifespan {
|
H A D | _chart-descendants.css | 23 .wt-chart-descendants .wt-chart-box-lifespan {
|
H A D | _chart-hourglass.css | 29 .wt-chart-hourglass .wt-chart-box-lifespan {
|
H A D | _chart-ancestors.css | 23 .wt-chart-ancestors .wt-chart-box-lifespan {
|
H A D | _chart-family-book.css | 25 .wt-chart-family-book .wt-chart-box-lifespan {
|
H A D | _block-charts.css | 37 .wt-block-charts .wt-chart-box .wt-chart-box-lifespan {
|
H A D | xenea.css | 240 .menu-chart-lifespan::before { 241 content: url(xenea/menu/chart-lifespan.png); 517 * +--- wt-chart-box-lifespan 1029 background-image: url(images/lifespan-decade.png);
|
/webtrees/resources/views/modules/family_nav/ |
H A D | sidebar-family.phtml | 69 <?= $spouse->lifespan() ?> 130 <?= $child->lifespan() ?>
|
/webtrees/public/css/ |
H A D | minimal.min.css | 1 …lifespan,.wt-block-tree_favorites .wt-chart-box-facts,.wt-block-user_favorites .wt-chart-box-facts…
|
H A D | fab.min.css | 1 …lifespan,.wt-block-tree_favorites .wt-chart-box-facts,.wt-block-user_favorites .wt-chart-box-facts…
|
H A D | administration.min.css | 1 …lifespan,.wt-block-tree_favorites .wt-chart-box-facts,.wt-block-user_favorites .wt-chart-box-facts…
|
H A D | clouds.min.css | 1 …lifespan,.wt-block-tree_favorites .wt-chart-box-facts,.wt-block-user_favorites .wt-chart-box-facts…
|
H A D | webtrees.min.css | 1 …lifespan,.wt-block-tree_favorites .wt-chart-box-facts,.wt-block-user_favorites .wt-chart-box-facts…
|
/webtrees/resources/views/selects/ |
H A D | individual.phtml | 17 <?= $individual->fullName() ?>, <?= $individual->lifespan() ?>
|
/webtrees/resources/views/ |
H A D | individual-page-title.phtml | 19 <?= $record->fullName() ?>, <?= $record->lifespan() ?>
|
/webtrees/resources/views/modules/random_media/ |
H A D | slide-show.phtml | 68 <span class="wt-slide-show-link-lifespan"><?= $individual->lifespan() ?></span>
|
12345