Lines Matching refs:source
109 <?php foreach ($sources as $source) : ?>
110 …<tr class="<?= $source->isPendingAddition() ? 'wt-new' : '' ?> <?= $source->isPendingDeletion() ? …
112 <td data-sort="<?= e($source->sortName()) ?>">
113 <a href="<?= e($source->url()) ?>">
114 <?= $source->fullName() ?>
120 … <?= e($source->facts(['ABBR'])->isNotEmpty() ? $source->facts(['ABBR'])->first()->value() : '') ?>
125 … <?= e($source->facts(['AUTH'])->isNotEmpty() ? $source->facts(['AUTH'])->first()->value() : '') ?>
130 …egistry::elementFactory()->make('SOUR:PUBL')->value($source->facts(['PUBL'])->isNotEmpty() ? $sour…
134 <td class="text-center" data-sort="<?= $count_individuals[$source->xref()] ?? 0 ?>">
135 <?= I18N::number($count_individuals[$source->xref()] ?? 0) ?>
139 <td class="text-center" data-sort="<?= $count_families[$source->xref()] ?? 0 ?>">
140 <?= I18N::number($count_families[$source->xref()] ?? 0) ?>
144 <td class="text-center" data-sort="<?= $count_media[$source->xref()] ?? 0 ?>">
145 <?= I18N::number($count_media[$source->xref()] ?? 0) ?>
149 <td class="text-center" data-sort="<?= $count_notes[$source->xref()] ?? 0 ?>">
150 <?= I18N::number($count_notes[$source->xref()] ?? 0) ?>
154 <td data-sort="<?= $source->lastChangeTimestamp()->timestamp() ?>">
155 … <?= view('components/datetime', ['timestamp' => $source->lastChangeTimestamp()]) ?>