|
@@ 759-766 (lines=8) @@
|
| 756 |
|
</a> |
| 757 |
|
</td> |
| 758 |
|
<td class="text-right flip"> |
| 759 |
|
<?php if ($changes[$tree->getTreeId()]): ?> |
| 760 |
|
<a onclick="window.open('edit_changes.php', '_blank', chan_window_specs); return false;" href="#"> |
| 761 |
|
<?php echo I18N::number($changes[$tree->getTreeId()]); ?> |
| 762 |
|
<span class="sr-only"><?php echo I18N::translate('Pending changes'); ?> <?php echo $tree->getTitleHtml(); ?></span> |
| 763 |
|
</a> |
| 764 |
|
<?php else: ?> |
| 765 |
|
- |
| 766 |
|
<?php endif; ?> |
| 767 |
|
</td> |
| 768 |
|
<td class="text-right flip"> |
| 769 |
|
<?php if ($individuals[$tree->getTreeId()]): ?> |
|
@@ 769-776 (lines=8) @@
|
| 766 |
|
<?php endif; ?> |
| 767 |
|
</td> |
| 768 |
|
<td class="text-right flip"> |
| 769 |
|
<?php if ($individuals[$tree->getTreeId()]): ?> |
| 770 |
|
<a href="indilist.php?ged=<?php echo $tree->getNameUrl(); ?>"> |
| 771 |
|
<?php echo I18N::number($individuals[$tree->getTreeId()]); ?> |
| 772 |
|
<span class="sr-only"><?php echo I18N::translate('Individuals'); ?> <?php echo $tree->getTitleHtml(); ?></span> |
| 773 |
|
</a> |
| 774 |
|
<?php else: ?> |
| 775 |
|
- |
| 776 |
|
<?php endif; ?> |
| 777 |
|
</td> |
| 778 |
|
<td class="text-right flip"> |
| 779 |
|
<?php if ($families[$tree->getTreeId()]): ?> |
|
@@ 779-786 (lines=8) @@
|
| 776 |
|
<?php endif; ?> |
| 777 |
|
</td> |
| 778 |
|
<td class="text-right flip"> |
| 779 |
|
<?php if ($families[$tree->getTreeId()]): ?> |
| 780 |
|
<a href="famlist.php?ged=<?php echo $tree->getNameUrl(); ?>"> |
| 781 |
|
<?php echo I18N::number($families[$tree->getTreeId()]); ?> |
| 782 |
|
<span class="sr-only"><?php echo I18N::translate('Families'); ?> <?php echo $tree->getTitleHtml(); ?></span> |
| 783 |
|
</a> |
| 784 |
|
<?php else: ?> |
| 785 |
|
- |
| 786 |
|
<?php endif; ?> |
| 787 |
|
</td> |
| 788 |
|
<td class="text-right flip"> |
| 789 |
|
<?php if ($sources[$tree->getTreeId()]): ?> |
|
@@ 789-796 (lines=8) @@
|
| 786 |
|
<?php endif; ?> |
| 787 |
|
</td> |
| 788 |
|
<td class="text-right flip"> |
| 789 |
|
<?php if ($sources[$tree->getTreeId()]): ?> |
| 790 |
|
<a href="sourcelist.php?ged=<?php echo $tree->getNameUrl(); ?>"> |
| 791 |
|
<?php echo I18N::number($sources[$tree->getTreeId()]); ?> |
| 792 |
|
<span class="sr-only"><?php echo I18N::translate('Sources'); ?> <?php echo $tree->getTitleHtml(); ?></span> |
| 793 |
|
</a> |
| 794 |
|
<?php else: ?> |
| 795 |
|
- |
| 796 |
|
<?php endif; ?> |
| 797 |
|
</td> |
| 798 |
|
<td class="text-right flip"> |
| 799 |
|
<?php if ($repositories[$tree->getTreeId()]): ?> |
|
@@ 799-806 (lines=8) @@
|
| 796 |
|
<?php endif; ?> |
| 797 |
|
</td> |
| 798 |
|
<td class="text-right flip"> |
| 799 |
|
<?php if ($repositories[$tree->getTreeId()]): ?> |
| 800 |
|
<a href="repolist.php?ged=<?php echo $tree->getNameUrl(); ?>"> |
| 801 |
|
<?php echo I18N::number($repositories[$tree->getTreeId()]); ?> |
| 802 |
|
<span class="sr-only"><?php echo I18N::translate('Repositories'); ?> <?php echo $tree->getTitleHtml(); ?></span> |
| 803 |
|
</a> |
| 804 |
|
<?php else: ?> |
| 805 |
|
- |
| 806 |
|
<?php endif; ?> |
| 807 |
|
</td> |
| 808 |
|
<td class="text-right flip"> |
| 809 |
|
<?php if ($media[$tree->getTreeId()]): ?> |
|
@@ 809-816 (lines=8) @@
|
| 806 |
|
<?php endif; ?> |
| 807 |
|
</td> |
| 808 |
|
<td class="text-right flip"> |
| 809 |
|
<?php if ($media[$tree->getTreeId()]): ?> |
| 810 |
|
<a href="medialist.php?ged=<?php echo $tree->getNameUrl(); ?>"> |
| 811 |
|
<?php echo I18N::number($media[$tree->getTreeId()]); ?> |
| 812 |
|
<span class="sr-only"><?php echo I18N::translate('Media objects'); ?> <?php echo $tree->getTitleHtml(); ?></span> |
| 813 |
|
</a> |
| 814 |
|
<?php else: ?> |
| 815 |
|
- |
| 816 |
|
<?php endif; ?> |
| 817 |
|
</td> |
| 818 |
|
</tr> |
| 819 |
|
<?php endforeach; ?> |