diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-31 01:15:35 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-31 01:15:35 +0200 |
| commit | 656e2ce62ac0667e700dab8cb12fbe476ce2c7b7 (patch) | |
| tree | b7098c5deaf1afeb0713e80b5256bb6c8d37a95c /htroot/AccessTracker_p.html | |
| parent | e11504309fb7f21a492598d17d6ccbc5c56faf33 (diff) | |
replacing direct html table cellspacing with css set-up for cellspacing
Diffstat (limited to 'htroot/AccessTracker_p.html')
| -rw-r--r-- | htroot/AccessTracker_p.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/htroot/AccessTracker_p.html b/htroot/AccessTracker_p.html index 8de3b15f9..7d9f2db86 100644 --- a/htroot/AccessTracker_p.html +++ b/htroot/AccessTracker_p.html @@ -11,7 +11,7 @@ #(page)# <h2>Server Access Overview</h2> <p>This is a list of #[num]# requests to the local http server within the last hour.</p> - <table border="0" cellpadding="2" cellspacing="1"> + <table border="0"> <tr class="TableHeader"> <td rowspan="2">Host</td> <td colspan="4">Access Count During</td> @@ -33,7 +33,7 @@ #{/list}# </table> <p>The following hosts are registered as source for brute-force requests to protected pages</p> - <table class="sortable" border="0" cellpadding="2" cellspacing="1"> + <table class="sortable" border="0"> <tr class="TableHeader"> <td>Host</td> <td>Access Times</td> @@ -49,7 +49,7 @@ <h2>Server Access Details</h2> <p>This is a list of requests to the local http server within the last hour.</p> <p>Showing #[num]# requests.</p> - <table class="sortable" border="0" cellpadding="2" cellspacing="1"> + <table class="sortable" border="0"> <tr class="TableHeader"> <td>Host</td> <td>Date</td> @@ -67,7 +67,7 @@ <h2>Local Search Log</h2> <p>This is a list of searches that had been requested from this' peer search interface</p> <p>Showing #[num]# entries from a total of #[total]# requests.</p> - <table class="sortable" border="0" cellpadding="2" cellspacing="1"> + <table class="sortable" border="0"> <thead> <tr class="TableHeader"> <td>Requesting Host</td> @@ -120,7 +120,7 @@ <h2>Local Search Host Tracker</h2> <p>This is a list of searches that had been requested from this' peer search interface</p> <p>Showing #[num]# entries from a total of #[total]# requests.</p> - <table class="sortable" border="0" cellpadding="2" cellspacing="1"> + <table class="sortable" border="0"> <thead> <tr class="TableHeader"> <td>Requesting Host</td> @@ -152,7 +152,7 @@ <h2>Remote Search Log</h2> <p>This is a list of searches that had been requested from remote peer search interface</p> <p>Showing #[num]# entries from a total of #[total]# requests.</p> - <table class="sortable" border="0" cellpadding="2" cellspacing="1"> + <table class="sortable" border="0"> <thead> <tr class="TableHeader"> <td>Requesting Host</td> @@ -205,7 +205,7 @@ <h2>Remote Search Host Tracker</h2> <p>This is a list of searches that had been requested from remote peer search interface</p> <p>Showing #[num]# entries from a total of #[total]# requests.</p> - <table class="sortable" border="0" cellpadding="2" cellspacing="1"> + <table class="sortable" border="0"> <thead> <tr class="TableHeader"> <td>Requesting Host</td> |
