|
|
@ -235,7 +235,7 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the |
|
|
|
<table> |
|
|
|
<table> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th><?php echo _('#') ?></th> |
|
|
|
<th><?php echo _('#') ?></th> |
|
|
|
<th><?php echo _('Address') ?></th> |
|
|
|
<th><?php echo _('URL') ?></th> |
|
|
|
<th><?php echo _('PR') ?></th> |
|
|
|
<th><?php echo _('PR') ?></th> |
|
|
|
<th><?php echo _('Actions') ?></th> |
|
|
|
<th><?php echo _('Actions') ?></th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
@ -258,7 +258,7 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the |
|
|
|
<?php } ?> |
|
|
|
<?php } ?> |
|
|
|
<a href="<?php echo $topHostPage->hostPageURL ?>"title="<?php echo trim($title) ?>"> |
|
|
|
<a href="<?php echo $topHostPage->hostPageURL ?>"title="<?php echo trim($title) ?>"> |
|
|
|
<img src="<?php echo WEBSITE_DOMAIN; ?>/file.php?type=identicon&query=<?php echo urlencode($topHostPage->name) ?>" alt="identicon" width="16" height="16" class="icon" /> |
|
|
|
<img src="<?php echo WEBSITE_DOMAIN; ?>/file.php?type=identicon&query=<?php echo urlencode($topHostPage->name) ?>" alt="identicon" width="16" height="16" class="icon" /> |
|
|
|
<?php echo htmlentities(urldecode($topHostPage->hostURL)) ?> |
|
|
|
<?php echo htmlentities(urldecode($topHostPage->hostURL) . (mb_strlen(urldecode($topHostPage->uri)) > 16 ? '...' . mb_substr(urldecode($topHostPage->uri), -16) : urldecode($topHostPage->uri))) ?> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|