|
|
@ -236,7 +236,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th><?php echo _('#') ?></th> |
|
|
|
<th><?php echo _('#') ?></th> |
|
|
|
<th><?php echo _('Address') ?></th> |
|
|
|
<th><?php echo _('Address') ?></th> |
|
|
|
<th><?php echo _('Pages') ?></th> |
|
|
|
|
|
|
|
<th><?php echo _('PR') ?></th> |
|
|
|
<th><?php echo _('PR') ?></th> |
|
|
|
<th><?php echo _('Actions') ?></th> |
|
|
|
<th><?php echo _('Actions') ?></th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
@ -262,10 +261,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the |
|
|
|
<?php echo htmlentities(urldecode($topHostPage->hostURL)) ?> |
|
|
|
<?php echo htmlentities(urldecode($topHostPage->hostURL)) ?> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
|
|
|
|
<?php $totalHostPagesIndexed = $db->getTotalHostPagesIndexed($topHostPage->hostId) ?> |
|
|
|
|
|
|
|
<?php echo $totalHostPagesIndexed . ($totalHostPagesIndexed >= CRAWL_HOST_DEFAULT_PAGES_LIMIT ? '+' : false) ?> |
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<?php echo $topHostPage->rank ?> |
|
|
|
<?php echo $topHostPage->rank ?> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|