replacing direct html table cellspacing with css set-up for cellspacing

pull/1/head
Michael Peter Christen 11 years ago
parent e11504309f
commit 656e2ce62a

@ -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>

@ -94,7 +94,7 @@
<p>These are the domain name/path patterns in <strong><em>#[currentBlacklist]#</em></strong>:</p>
<div>
<input type="hidden" name="currentBlacklist" value="#[currentBlacklist]#" />
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader">
<td></td>
<td><strong>Blacklist Pattern</strong></td>

@ -87,7 +87,7 @@
<form action="ConfigHeuristics_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
<b>Available/Active Opensearch System</b>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td>Active</td>
<td>Title</td>

@ -26,7 +26,7 @@
<a href="http://www.iana.org/assignments/media-types/" target="_blank">http://www.iana.org/assignments/media-types/</a>.</br>
If you want to test a specific parser you can do so using the <a href="ViewFile.html">File Viewer</a>.
</p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td class="small" ><input type="checkbox" id="allswitch" onclick="checkAll(this.form.id, this.checked);" /> enable/disable</td>
<td class="small" >Extension</td>

@ -12,7 +12,7 @@
<h2>Server Connection Tracking</h2>
<h3>Incoming Connections</h3>
<p>Showing #[numActiveRunning]# active, #[numActivePending]# pending connections from a max. of #[numMax]# allowed incoming connections.</p>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td>Protocol</td>
<td>Duration</td>
@ -37,7 +37,7 @@
<h3>Outgoing Connections</h3>
<p>Showing #[clientActive]# pooled outgoing connections used as:</p>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td>Protocol</td>
<td>Duration</td>

@ -10,7 +10,7 @@
<h2>Cookie Monitor: Incoming Cookies</h2>
<p>This is a list of Cookies that a web server has sent to clients of the YaCy Proxy:</p>
<p>Showing #[num]# entries from a total of #[total]# Cookies.</p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader">
<td>Sending Host</td>
<td>Date</td>

@ -10,7 +10,7 @@
<h2>Cookie Monitor: Outgoing Cookies</h2>
<p>This is a list of cookies that browsers using the YaCy proxy sent to webservers:</p>
<p>Showing #[num]# entries from a total of #[total]# Cookies.</p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<colgroup>
<col width="10" span="3" />
<col width="70" />

@ -45,7 +45,7 @@
#(table)#::
<fieldset><legend>Analysis</legend>
<table border="0" cellpadding="2" cellspacing="2" style="float:left">
<table border="0" style="float:left">
<tr>
<th align="left" width="600" class="listing">URL</th>
<th align="right" width="80" class="listing">Access</th>

@ -12,7 +12,7 @@
<h2>Recently started remote crawls in progress</h2>
<p><strong>Remote crawl start points, crawl is ongoing</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader">
<td><strong>Start Time</strong></td>
<td><strong>Peer Name</strong></td>
@ -33,7 +33,7 @@
#{/otherCrawlStartInProgress}#
</table>
<p><strong>Remote crawl start points, finished:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader">
<td><strong>Start Time</strong></td>
<td><strong>Peer Name</strong></td>

@ -20,7 +20,7 @@
<!-- crawl profile list -->
<fieldset><legend>Crawl Profile List</legend>
<table border="0" cellpadding="2" cellspacing="1" summary="A list of crawl profiles and their current settings.">
<table border="0" summary="A list of crawl profiles and their current settings.">
<colgroup>
<col width="120" />
<col />

@ -71,7 +71,7 @@
<p><em>The stack is empty.</em></p>
::
<p><em>Statistics about #[domains]# domains in this stack:</em></p>
<table cellpadding="2" cellspacing="1" >
<table >
<tr class="TableHeader">
<td align="center"></td>
<td><strong>Domain</strong></td>
@ -122,7 +122,7 @@
Showing latest #[count]# lines from a stack of #[all]# entries.
#(/size)#
</em></p>
<table cellpadding="2" cellspacing="1" >
<table >
<tr class="TableHeader">
<td align="center">
<form action="#[feedbackpage]#" method="post" enctype="multipart/form-data" accept-charset="UTF-8">

@ -481,7 +481,7 @@
<strong>A YaCyNews message will be created to inform all peers about a global crawl</strong>,
so they can omit starting a crawl with the same start point.
</span></span>
<table border="0" cellpadding="2" cellspacing="0">
<table border="0">
<tr>
<td>
<input type="checkbox" name="crawlOrder" id="crawlOrder" #(crawlOrderChecked)#::checked="checked"#(/crawlOrderChecked)# />

@ -24,7 +24,7 @@
<noscript><p>(Please enable JavaScript to automatically update this page!)</p></noscript>
<fieldset id="queues" style="width:180px;float:left;">
<legend>Queues</legend>
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<table border="0" class="watchCrawler">
<tbody>
<tr class="TableHeader">
<th width="110">Queue<br/>&nbsp;</th>
@ -78,7 +78,7 @@
</fieldset>
<fieldset id="indexsize" style="width:280px;float:left;">
<legend>Index Size</legend>
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<table border="0" class="watchCrawler">
<tbody>
<tr class="TableHeader">
<th width="170">Database<br/>&nbsp;</th>
@ -111,7 +111,7 @@
<fieldset id="progress" style="width:500px;float:left;">
<legend>Progress</legend>
<form action="Crawler_p.html" method="get" enctype="multipart/form-data" accept-charset="UTF-8">
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<table border="0" class="watchCrawler">
<tbody>
<tr class="TableHeader">
<th width="160">Indicator<br/>&nbsp;</th>
@ -205,7 +205,7 @@ document.getElementById("queues").style.height = (document.getElementById("index
#(crawlProfilesShow)#::
<fieldset>
<legend>Running Crawls (#[count]#)</legend>
<table border="0" cellpadding="2" cellspacing="1" summary="A list of crawl profiles and their current settings.">
<table border="0" summary="A list of crawl profiles and their current settings.">
<colgroup>
<col width="16" />
<col width="140"/>

@ -110,7 +110,7 @@ function updatepage(str) {
<fieldset><legend>Browser for <a href="#[path]#" target="_blank">#[path]#</a></legend>
<p>documents stored for host: #[hostsize]#; documents stored for subpath: #[subpathloadsize]#; unloaded documents detected in subpath: #[subpathdetectedsize]# <!-- #(complete)#;<a href="HostBrowser.html?complete=true&path=#[path]#">get complete list</a>::<a href="HostBrowser.html?path=#[path]#">directory view</a>#(/complete)#-->
</p>
<table class="sortable" border="0" cellpadding="2" cellspacing="2" style="float:left">
<table class="sortable" border="0" style="float:left">
<tr>
<th align="center" width="32"></th>
<th align="left" width="600" class="listing">Path</th>

@ -47,7 +47,7 @@
<p>No entry for word hash #[wordhash]#</p>::
<p>Search result:
<form name="selection" action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data">
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader">
<td style="background-color:#FFFFFF">&nbsp;</td>
<td rowspan="2">total URLs</td>
@ -163,7 +163,7 @@
<p>#[count]# URL entries related to this word hash <span class="tt">#[keyHash]#</span></p>
<form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader">
<td colspan="3">Resource</td>
<td colspan="7">Negative Ranking Factors</td>

@ -130,7 +130,7 @@ function updatepage(str) {
#(statisticslines)#::
<p><em>Statistics about the top-#[domains]# domains in the database:</em></p>
<table cellpadding="2" cellspacing="1" >
<table >
<tr class="TableHeader">
<td align="center"></td>
<td><strong>Domain</strong></td>

@ -14,7 +14,7 @@
The loader set is empty</p>
::
There are #[num]# entries in the loader set:</p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<colgroup>
<col width="60" />
<col width="10" />

@ -25,7 +25,7 @@
</fieldset>
</form>
<p>There are #[num]# entries in the rejected-queue:</p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<colgroup>
<col width="60" span="2" />
<col span="2" />

@ -38,7 +38,7 @@
</fieldset>
</form>
::#(/embed)#
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<colgroup>
<col width="5" />
<col width="10" />

@ -41,7 +41,7 @@
<dt class="TableCellDark">&nbsp;</dt>
<dd>Solr Hosts<br/>
<div>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td><strong>Solr Host Administration Interface</strong><br/></td>
<td><strong>Index Size</strong></td>

@ -28,7 +28,7 @@
<input type="submit" name="loadrows" value="Load Selected Sources" />
</p>
<!-- Making the following table sortable could really consume some CPU if the list is huge - remove the class="sortable" if that is not desired ! -->
<table class="sortable" cellpadding="2" cellspacing="1" >
<table class="sortable" >
<tr class="TableHeader">
<td class="sorttable_nosort"><input type="checkbox" name="allswitch" onclick="checkAll(this.form.id, this.checked);" /></td>
<td>Source</td>
@ -48,7 +48,7 @@
#(import)#::
<h3>Import List</h3>
<table cellpadding="2" cellspacing="1" >
<table >
<tr class="TableHeader">
<td>Thread</td>
<td>Source</td>

@ -31,7 +31,7 @@
<fieldset>
<input type="hidden" name="core" value="#[core]#" />
<div>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td>Active</td>
<td>Attribute</td>

@ -67,7 +67,7 @@
#(showscheduledfeeds)#::
<form id="scheduledfeeds" action="Load_RSS_p.html"><fieldset>
<legend>List of Scheduled RSS Feed Load Targets</legend>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td class="sorttable_nosort"><input type="checkbox" name="allswitch" onclick="checkAll(this.form.id, this.checked);" /></td>
<td>Title</td>
@ -104,7 +104,7 @@
#(shownewfeeds)#::
<form id="newfeeds" action="Load_RSS_p.html"><fieldset>
<legend>Available RSS Feed List</legend>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td class="sorttable_nosort"><input type="checkbox" name="allswitch" onclick="checkAll(this.form.id, this.checked);" /></td>
<td>Title</td>
@ -141,7 +141,7 @@
<dt>Time-to-live</dt><dd>#[ttl]#</dd>
<dt>Docs</dt><dd>#[docs]#</dd>
</dl>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td class="sorttable_nosort"><input type="checkbox" name="allswitch" onclick="checkAll(this.form.id, this.checked);" /></td>
<td>State</td>

@ -24,7 +24,7 @@
#(/peersKnown)#
#(mode)#
<!-- List -->
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader">
<td>Date</td>
<td>From</td>

@ -102,7 +102,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window.
<input type="submit" name="search" value="Search" />
</fieldset>
</form>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td>send&nbsp;<strong>M</strong>essage/<br/>show&nbsp;<strong>P</strong>rofile/<br/>edit&nbsp;<strong>W</strong>iki/<br/>browse&nbsp;<strong>B</strong>log</td>
<td><strong>Name</strong><br/></td>
@ -178,7 +178,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window.
</p>
::
<div class="left">
<table border="0" cellpadding="2" cellspacing="1" width="1024">
<table border="0" width="1024">
<tr class="TableHeader">
<td rowspan="5" class="TableHeader" width="10%">Network</td>
<td colspan="#(active-switch)#2::3::4::5::6#(/active-switch)#" width="22%">Online Peers</td>
@ -234,7 +234,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window.
</div>
<div class="left">
Your Peer:
<table border="0" cellpadding="2" cellspacing="1" width="600">
<table border="0" width="600">
<tr class="TableHeader">
<td>Name</td>
<td>Info</td>

@ -74,7 +74,7 @@
<input type="submit" name="deletespecific" value="#(page)#::Process Selected News::Delete Selected News::Abort Publication of Selected News::Delete Selected News#(/page)#" />
<input type="submit" name="deleteall" value="#(page)#::Process All News::Delete All News::Abort Publication of All News::Delete All News#(/page)#" />
</fieldset>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td>&nbsp;</td>
<td>Originator</td>

@ -12,7 +12,7 @@
<h2>Performance of Concurrent Processes</h2>
<fieldset><legend>serverProcessor Objects</legend>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td>Thread</td>
<td>Queue Size<br />Current</td>

@ -34,7 +34,7 @@
</p></form>
<p><strong>Memory Usage:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td>&nbsp;<br />Type</td>
<td>After Startup<br />&nbsp;</td>
@ -83,7 +83,7 @@
</table>
<p><strong>Solr Resources:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td>Class</td>
<td>Type</td>
@ -106,7 +106,7 @@
</table>
<p><strong>Table RAM Index:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td rowspan="2">Table</td>
<td rowspan="2">Size</td>
@ -135,7 +135,7 @@
</table>
<p><strong>Object Index Caches:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td>Table</td>
<td>Size</td>
@ -159,7 +159,7 @@
</table>
<p><strong>Object Read Caches:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td></td>
<td colspan="9">Read Hit Cache</td>
@ -216,7 +216,7 @@
<!-- other cache sizes -->
<p><strong>Other Caching Structures:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td>Type</td>
<td>Size</td>

@ -12,7 +12,7 @@
<form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Scheduled tasks overview and waiting time settings:</legend>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td>Thread</td>
<td>Queue Size</td>
@ -69,7 +69,7 @@
<form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Cache Settings:</legend>
<table border="0" cellpadding="5" cellspacing="1">
<table border="0">
<tr valign="top" class="TableHeader">
<td></td>
<td>RAM Cache</td>
@ -128,7 +128,7 @@
<form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Thread Pool Settings:</legend>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td>Thread Pool</td>
<td>maximum Active</td>

@ -12,7 +12,7 @@
<p>
<strong>Timing results of latest search request:</strong>
</p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td>Query</td>
<td>Event</td>

@ -61,7 +61,7 @@
(current delta is #[crawlPauseProxyCurrent]#/#[crawlPauseLocalsearchCurrent]#/#[crawlPauseRemotesearchCurrent]#
seconds since last proxy/local-search/remote-search access.)
</p>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader" valign="bottom">
<td>Online Caution Case</td>
<td>indexer delay (milliseconds) after case occurency</td>

@ -19,7 +19,7 @@
</p>
<form action="ProxyIndexingMonitor_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<table border="0" cellpadding="5" cellspacing="1">
<table border="0">
<tr class="TableCellDark">
<td colspan="3"><strong>Proxy Auto Config:</strong>
this controls the proxy auto configuration script for browsers at http://localhost:8090/autoconfig.pac

@ -36,7 +36,7 @@
<legend>Peers offering remote crawl URLs</legend>
If the remote crawl option is switched on, then this peer will load URLs from the following remote peers:
<form method="get" action="#">
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td><strong>Name</strong><br/></td>
<td><strong>URLs for<br/>Remote<br/>Crawl</strong></td>

@ -18,7 +18,7 @@
</p>
<form id="servertable" action="CrawlStartScanner_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" ><fieldset>
<legend><label for="servertable">Available server within the given IP range</label></legend>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
#(edit)#::
<th class="sorttable_nosort">

@ -59,7 +59,7 @@
<input type="submit" name="rebuildindex" value="Rebuild Index" />
</p>
<div id="table" style="float:left; overflow:auto;">
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td><input type="checkbox" name="allswitch" onclick="setall(this.form.name, this.value)" /></td>
<td>PK</td>

@ -74,7 +74,7 @@ document.write("<div id=\"api\">\<a href=\"api/table_p.xml" + window.location.se
<form action="Tables_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="tablelisting" name="tablelisting">
<fieldset>
<legend>Table Editor: showing table '#[table]#'</legend>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td><input type="checkbox" name="allswitch" onclick="setall(this.form.name, this.value)" /></td>
<td>PK</td>

@ -183,7 +183,7 @@ function updatepage(str) {
</fieldset>
:: <!-- 6 -->
<fieldset><legend>Link List</legend>
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="head">
<td>nr</td>
<td class="tt">type</td>

@ -141,7 +141,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<dt>Triple #2</dt><dd>#[triple2]#</dd>
<dt>more Triples for linking into objectspace</dt><dd>#[tripleN]#</dd>
</dl>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td>Modify</td>
<td>Delete</td>

@ -13,7 +13,7 @@
<form action="/Tables_p.html" method="post" target="_parent" enctype="multipart/form-data" accept-charset="UTF-8" name="tablelisting">
<fieldset>
<legend><label for="table">Table: '#[table]#'</label></legend>
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
#(showpk)#::<td>PK</td>#(/showpk)#
#{columns}#

@ -101,6 +101,11 @@ a[target="_self"], a[class="forceNoExternalIcon"], a[class="navbar-brand"], a[cl
/* (fix for IE 10) prevent borders on img within links */
a img {border: none}
table {
border-spacing: 1px;
border-collapse: separate;
}
td {
padding:1px 2px;
}

@ -72,7 +72,7 @@
</td>
</tr>
</table>
<table border="0" cellspacing="1" cellpadding="3" >
<table border="0">
<tr class="TableHeader">
<th class="small" width="100%" align="left">Blacklist item</th>
<th class="small">&nbsp;</th>

Loading…
Cancel
Save