Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 120) sorted by relevance

12345

/webtrees/app/Http/RequestHandlers/
H A DManageMediaData.php293 foreach ($this->linked_record_service->linkedIndividuals($media) as $link) {
294 …$linked[] = view('icons/individual') . '<a href="' . e($link->url()) . '">' . $link->fullName() . …
297 foreach ($this->linked_record_service->linkedFamilies($media) as $link) {
298 …$linked[] = view('icons/family') . '<a href="' . e($link->url()) . '">' . $link->fullName() . '</a…
301 foreach ($this->linked_record_service->linkedSources($media) as $link) {
302 …$linked[] = view('icons/source') . '<a href="' . e($link->url()) . '">' . $link->fullName() . '</a…
305 foreach ($this->linked_record_service->linkedNotes($media) as $link) {
306 …$linked[] = view('icons/note') . '<a href="' . e($link->url()) . '">' . $link->fullName() . '</a>';
309 foreach ($this->linked_record_service->linkedRepositories($media) as $link) {
310 …$linked[] = view('icons/media') . '<a href="' . e($link->url()) . '">' . $link->fullName() . '</a>…
[all …]
H A DAddSpouseToFamilyAction.php73 $link = 'HUSB';
75 $link = 'WIFE';
77 $link = 'HUSB';
79 $link = 'WIFE';
86 $family->createFact('1 ' . $link . ' @' . $spouse->xref() . '@', false);
/webtrees/app/
H A DMenu.php29 private string $link; variable in Fisharebest\\Webtrees\\Menu
43 * @param string $link The target URL
50 string $link = '#', argument
57 ->setLink($link)
142 return $this->link;
148 * @param string $link
152 public function setLink(string $link): self argument
154 $this->link = $link;
H A DPlace.php250 * @param bool $link
254 public function fullName(bool $link = false): string argument
262 if ($link) {
272 * @param bool $link
276 public function shortName(bool $link = false): string argument
292 if ($link) {
/webtrees/resources/css/
H A Dcolors.css20 --link-color: #333;
33 .btn-link:hover, .btn-link:focus {
38 .pagination, .page-link, .page-link:hover, .page-link:focus {
43 .page-item.active .page-link {
59 .wt-user-menu .nav-link {
121 .wt-user-menu .nav-link {
147 .wt-genealogy-menu .nav-link {
172 .optionbox, .ui-state-active a:link,
178 .menu-tree .nav-link::before {
186 .menu-chart .nav-link::before {
[all …]
H A D_base.css99 a, .btn-link, .nav-link {
100 color: var(--link-color);
101 text-decoration: var(--link-decoration);
104 a:hover, .btn-link:hover, .nav-link:hover {
105 color: var(--link-color-hover);
106 text-decoration: var(--link-decoration-hover);
H A Dwebtrees.css22 --link-color-hover: #f00;
23 --link-color: #555;
24 --link-decoration-hover: none;
25 --link-decoration: none;
37 .btn-link {
147 .wt-user-menu .nav-link {
181 .wt-genealogy-menu .nav-link::before {
206 .menu-tree .nav-link::before {
214 .menu-chart .nav-link::before {
270 .menu-list .nav-link::before {
[all …]
H A Dclouds.css22 --link-color-hover: #f00;
23 --link-color: #039;
24 --link-decoration-hover: none;
25 --link-decoration: none;
42 .btn-link {
150 .wt-user-menu .nav-link {
181 .wt-genealogy-menu .nav-link {
224 .menu-tree .nav-link::before {
232 .menu-chart .nav-link::before {
288 .menu-list .nav-link::before {
[all …]
H A Dxenea.css22 --link-color-hover: #f00;
23 --link-color: #00f;
24 --link-decoration-hover: none;
25 --link-decoration: none;
37 .btn-link {
153 .wt-user-menu a.nav-link {
183 .wt-genealogy-menu .nav-link::before {
204 .menu-tree .nav-link::before {
212 .menu-chart .nav-link::before {
268 .menu-list .nav-link::before {
[all …]
H A Dadministration.css22 --link-color-hover: #0a58ca;
23 --link-color: #0d6efd;
24 --link-decoration-hover: underline;
25 --link-decoration: none;
H A Dminimal.css22 --link-color-hover: #0a58ca;
23 --link-color: #0d6efd;
24 --link-decoration-hover: underline;
25 --link-decoration: underline;
37 .btn-link {
139 .wt-user-menu .nav-link {
158 .wt-genealogy-menu .nav-link {
607 .wt-lifespans-summary-link {
H A Dfab.css22 --link-color-hover: #f00;
23 --link-color: #369;
24 --link-decoration-hover: underline;
25 --link-decoration: none;
39 .btn-link {
140 .wt-user-menu .nav-link {
167 .wt-genealogy-menu .nav-link {
875 .wt-lifespans-summary-link {
/webtrees/public/css/
H A Dvendor.min.css6link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-c…
11 …taTable>tbody>tr.selected a{color:#090a0b;color:rgb(var(--dt-row-selected-link))}[dir] table.table…
H A Dcolors.min.css1link,.nav-link,a{color:#333;color:var(--link-color);text-decoration:none;-webkit-text-decoration:v…
H A Dclouds.min.css1link,.nav-link,a{color:#039;color:var(--link-color);text-decoration:none;-webkit-text-decoration:v…
H A Dfab.min.css1link,.nav-link,a{color:#369;color:var(--link-color);text-decoration:none;-webkit-text-decoration:v…
H A Dminimal.min.css1link,.nav-link,a{color:#0d6efd;color:var(--link-color);text-decoration:underline;-webkit-text-deco…
H A Dwebtrees.min.css1link,.nav-link,a{color:#555;color:var(--link-color);text-decoration:none;-webkit-text-decoration:v…
/webtrees/public/ckeditor-4.15.1-custom/plugins/link/dialogs/
H A Danchor.js5 …ateElement("a",{attributes:a}),"cke_anchor","anchor")}return{title:c.lang.link.anchor.title,minWid…
7link.tryRestoreFakeAnchor(c,a):CKEDITOR.plugins.link.getSelectedLink(c)){var e=a.data("cke-saved-n…
8 !0:(alert(c.lang.link.anchor.errorName),!1)}}]}]}});
H A Dlink.js5link.noTel).apply(this);if(!c.getContentElement("info","linkType")||"tel"!=c.getValueOf("info","li…
6 …se "frame":a.setLabel(c.lang.link.targetFrameName);a.getElement().show();break;case "popup":b.show…
7 …ced={});a.advanced[this.id]=this.getValue()||""},h=c.lang.common,b=c.lang.link,l;return{title:b.ti…
/webtrees/resources/views/modules/user_welcome/
H A Dwelcome.phtml11 <?php foreach ($links as $link) : ?>
13 <a href="<?= e($link['url']) ?>">
14 <i class="<?= $link['icon'] ?>"></i>
16 <?= $link['title'] ?>
/webtrees/resources/views/modules/gedcom_block/
H A Dwelcome.phtml11 <?php foreach ($links as $link) : ?>
13 <a href="<?= e($link['url']) ?>">
14 <i class="<?= $link['icon'] ?>"></i>
16 <?= $link['title'] ?>
/webtrees/resources/views/admin/
H A Dlocations.phtml115 <?php foreach ($active[$place->key] as $n => $link) : ?>
116 …e->listUrl($all_trees->get($active[$place->key][$n]->tree_name), ['place_id' => $link->p_id])) ?>">
117 <?= e($link->tree_title) ?>
/webtrees/app/Module/
H A DOpenStreetMap.php38 $link = '<a href="https://www.openstreetmap.org" dir="ltr">www.openstreetmap.org</a>';
41 return I18N::translate('Create maps using %s.', $link);
H A DEsriMaps.php48 $link = '<a href="https://maps.esri.com" dir="ltr">maps.esri.com</a>';
51 return I18N::translate('Create maps using %s.', $link);

12345