Home
last modified time | relevance | path

Searched refs:lifespan (Results 1 – 25 of 110) sorted by relevance

12345

/webtrees/resources/views/modules/lifespans-chart/
H A Dchart.phtml29 <?php foreach ($lifespans as $lifespan) : ?>
30 …oggle="collapse" data-bs-target="#<?= e($lifespan->id) ?>" aria-expanded="false" aria-controls="<?…
31lifespan->background ?>; <?= $dir === 'ltr' ? 'left' : 'right' ?>:<?= ($lifespan->birth_year - $st…
32 <?= $lifespan->individual->fullName() ?>
33 <?= strip_tags($lifespan->individual->lifespan()) ?>
37lifespan->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 DDescendancyModule.php161 $lifespan = $person->canShow() ? '(' . $person->lifespan() . ')' : '';
173 …l>' . view('icons/sex', ['sex' => $person->sex()]) . '</small>' . $person->fullName() . $lifespan .
H A DBranchesListModule.php387 …="' . 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.css23 .wt-block-tree_favorites .wt-chart-box-lifespan,
24 .wt-block-user_favorites .wt-chart-box-lifespan {
H A Dcolors.css214 .menu-chart-lifespan::before {
215 content: url(colors/menu/chart-lifespan.png);
394 * +--- wt-chart-box-lifespan
H A Dwebtrees.css242 .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 Dclouds.css260 .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.css25 .wt-chart-relationships .wt-chart-box-lifespan {
H A D_tab-relatives.css22 .wt-tab-relatives .wt-chart-box-lifespan {
H A D_pages-family.css20 .wt-family-members .wt-chart-box-lifespan {
H A D_chart-descendants.css23 .wt-chart-descendants .wt-chart-box-lifespan {
H A D_chart-hourglass.css29 .wt-chart-hourglass .wt-chart-box-lifespan {
H A D_chart-ancestors.css23 .wt-chart-ancestors .wt-chart-box-lifespan {
H A D_chart-family-book.css25 .wt-chart-family-book .wt-chart-box-lifespan {
H A D_block-charts.css37 .wt-block-charts .wt-chart-box .wt-chart-box-lifespan {
H A Dxenea.css240 .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 Dsidebar-family.phtml69 <?= $spouse->lifespan() ?>
130 <?= $child->lifespan() ?>
/webtrees/public/css/
H A Dminimal.min.css1lifespan,.wt-block-tree_favorites .wt-chart-box-facts,.wt-block-user_favorites .wt-chart-box-facts…
H A Dfab.min.css1lifespan,.wt-block-tree_favorites .wt-chart-box-facts,.wt-block-user_favorites .wt-chart-box-facts…
H A Dadministration.min.css1lifespan,.wt-block-tree_favorites .wt-chart-box-facts,.wt-block-user_favorites .wt-chart-box-facts…
H A Dclouds.min.css1lifespan,.wt-block-tree_favorites .wt-chart-box-facts,.wt-block-user_favorites .wt-chart-box-facts…
H A Dwebtrees.min.css1lifespan,.wt-block-tree_favorites .wt-chart-box-facts,.wt-block-user_favorites .wt-chart-box-facts…
/webtrees/resources/views/selects/
H A Dindividual.phtml17 <?= $individual->fullName() ?>, <?= $individual->lifespan() ?>
/webtrees/resources/views/
H A Dindividual-page-title.phtml19 <?= $record->fullName() ?>, <?= $record->lifespan() ?>
/webtrees/resources/views/modules/random_media/
H A Dslide-show.phtml68 <span class="wt-slide-show-link-lifespan"><?= $individual->lifespan() ?></span>

12345