Skip to content

Commit

Permalink
replacing direct html table cellspacing with css set-up for cellspacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Mar 30, 2014
1 parent e115043 commit 656e2ce
Show file tree
Hide file tree
Showing 41 changed files with 70 additions and 65 deletions.
14 changes: 7 additions & 7 deletions htroot/AccessTracker_p.html
Expand Up @@ -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>
Expand All @@ -33,7 +33,7 @@ <h2>Server Access Overview</h2>
#{/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>
Expand All @@ -49,7 +49,7 @@ <h2>Server Access Overview</h2>
<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>
Expand All @@ -67,7 +67,7 @@ <h2>Server Access Details</h2>
<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>
Expand Down Expand Up @@ -120,7 +120,7 @@ <h2>Local Search Log</h2>
<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>
Expand Down Expand Up @@ -152,7 +152,7 @@ <h2>Local Search Host Tracker</h2>
<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>
Expand Down Expand Up @@ -205,7 +205,7 @@ <h2>Remote Search Log</h2>
<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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/Blacklist_p.html
Expand Up @@ -94,7 +94,7 @@ <h3>Active list: #(disabled)#
<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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/ConfigHeuristics_p.html
Expand Up @@ -87,7 +87,7 @@ <h2>Heuristics Configuration</h2>
<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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/ConfigParser.html
Expand Up @@ -26,7 +26,7 @@ <h2>Parser Configuration</h2>
<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>
Expand Down
4 changes: 2 additions & 2 deletions htroot/Connections_p.html
Expand Up @@ -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>
Expand All @@ -37,7 +37,7 @@ <h3>Incoming Connections</h3>

<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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/CookieMonitorIncoming_p.html
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/CookieMonitorOutgoing_p.html
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion htroot/CrawlCheck_p.html
Expand Up @@ -45,7 +45,7 @@ <h2>Crawl Check</h2>

#(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>
Expand Down
4 changes: 2 additions & 2 deletions htroot/CrawlMonitorRemoteStart.html
Expand Up @@ -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>
Expand All @@ -33,7 +33,7 @@ <h2>Recently started remote crawls in progress</h2>
#{/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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/CrawlProfileEditor_p.html
Expand Up @@ -20,7 +20,7 @@ <h3>Crawl Profile Editor</h3>

<!-- 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 />
Expand Down
4 changes: 2 additions & 2 deletions htroot/CrawlResults.html
Expand Up @@ -71,7 +71,7 @@ <h2>(7) Results from surrogates import</h2>
<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>
Expand Down Expand Up @@ -122,7 +122,7 @@ <h2>(7) Results from surrogates import</h2>
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">
Expand Down
2 changes: 1 addition & 1 deletion htroot/CrawlStartExpert_p.html
Expand Up @@ -481,7 +481,7 @@ <h2>Expert Crawl Start</h2>
<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)# />
Expand Down
8 changes: 4 additions & 4 deletions htroot/Crawler_p.html
Expand Up @@ -24,7 +24,7 @@ <h2>Crawler</h2>
<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>
Expand Down Expand Up @@ -78,7 +78,7 @@ <h2>Crawler</h2>
</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>
Expand Down Expand Up @@ -111,7 +111,7 @@ <h2>Crawler</h2>
<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>
Expand Down Expand Up @@ -205,7 +205,7 @@ <h2>Crawler</h2>
#(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"/>
Expand Down
2 changes: 1 addition & 1 deletion htroot/HostBrowser.html
Expand Up @@ -110,7 +110,7 @@ <h2>Host Browser</h2>
<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>
Expand Down
4 changes: 2 additions & 2 deletions htroot/IndexControlRWIs_p.html
Expand Up @@ -47,7 +47,7 @@ <h2>Reverse Word Index Administration</h2>
<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>
Expand Down Expand Up @@ -163,7 +163,7 @@ <h2>Reverse Word Index Administration</h2>
<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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/IndexControlURLs_p.html
Expand Up @@ -130,7 +130,7 @@ <h2>URL Database Administration</h2>

#(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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/IndexCreateLoaderQueue_p.html
Expand Up @@ -14,7 +14,7 @@ <h2>Loader Queue</h2>
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" />
Expand Down
2 changes: 1 addition & 1 deletion htroot/IndexCreateParserErrors_p.html
Expand Up @@ -25,7 +25,7 @@ <h2>Rejected URLs</h2>
</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" />
Expand Down
2 changes: 1 addition & 1 deletion htroot/IndexCreateQueues_p.html
Expand Up @@ -38,7 +38,7 @@ <h2>'#[queuename]#' Crawl Queue</h2>
</fieldset>
</form>
::#(/embed)#
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<colgroup>
<col width="5" />
<col width="10" />
Expand Down
2 changes: 1 addition & 1 deletion htroot/IndexFederated_p.html
Expand Up @@ -41,7 +41,7 @@ <h2>Index Sources &amp; Targets</h2>
<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>
Expand Down
4 changes: 2 additions & 2 deletions htroot/IndexImportOAIPMHList_p.html
Expand Up @@ -28,7 +28,7 @@ <h3>List of #[num]# OAI-PMH Servers</h3>
<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>
Expand All @@ -48,7 +48,7 @@ <h3>List of #[num]# OAI-PMH Servers</h3>

#(import)#::
<h3>Import List</h3>
<table cellpadding="2" cellspacing="1" >
<table >
<tr class="TableHeader">
<td>Thread</td>
<td>Source</td>
Expand Down
2 changes: 1 addition & 1 deletion htroot/IndexSchema_p.html
Expand Up @@ -31,7 +31,7 @@ <h2>Solr Schema Editor</h2>
<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>
Expand Down
6 changes: 3 additions & 3 deletions htroot/Load_RSS_p.html
Expand Up @@ -67,7 +67,7 @@ <h2>Loading of RSS Feeds</h2>
#(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>
Expand Down Expand Up @@ -104,7 +104,7 @@ <h2>Loading of RSS Feeds</h2>
#(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>
Expand Down Expand Up @@ -141,7 +141,7 @@ <h2>Loading of RSS Feeds</h2>
<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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/Messages_p.html
Expand Up @@ -24,7 +24,7 @@ <h2>Messages</h2>
#(/peersKnown)#
#(mode)#
<!-- List -->
<table border="0" cellpadding="2" cellspacing="1">
<table border="0">
<tr class="TableHeader">
<td>Date</td>
<td>From</td>
Expand Down
6 changes: 3 additions & 3 deletions htroot/Network.html
Expand Up @@ -102,7 +102,7 @@ <h2>Manually contacting Peer</h2>
<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>
Expand Down Expand Up @@ -178,7 +178,7 @@ <h2>Manually contacting Peer</h2>
</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>
Expand Down Expand Up @@ -234,7 +234,7 @@ <h2>Manually contacting Peer</h2>
</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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/News.html
Expand Up @@ -74,7 +74,7 @@ <h2>Published&nbsp;News</h2>
<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>
Expand Down

0 comments on commit 656e2ce

Please sign in to comment.