summaryrefslogtreecommitdiff
path: root/htroot
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2012-09-04 11:23:41 +0200
committerMichael Peter Christen <mc@yacy.net>2012-09-04 11:23:41 +0200
commit4b36a2c3b49da686d36eb242a0805d597468505e (patch)
tree10a0a1d2bef1e4ac39dfcb52bbec8fb073c6b92b /htroot
parent8ca842b137a89a30fb7191f3b061330d24aff04a (diff)
small style changes
Diffstat (limited to 'htroot')
-rw-r--r--htroot/ContentIntegrationPHPBB3_p.html6
-rw-r--r--htroot/CookieMonitorIncoming_p.html4
-rw-r--r--htroot/CookieMonitorOutgoing_p.html4
-rw-r--r--htroot/CookieTest_p.html4
-rw-r--r--htroot/IndexControlRWIs_p.html22
-rw-r--r--htroot/IndexControlURLs_p.html18
-rw-r--r--htroot/IndexCreateDomainCrawl_p.html2
-rw-r--r--htroot/env/grafics/good.pngbin922 -> 674 bytes
-rw-r--r--htroot/env/grafics/ok.pngbin1517 -> 1031 bytes
9 files changed, 30 insertions, 30 deletions
diff --git a/htroot/ContentIntegrationPHPBB3_p.html b/htroot/ContentIntegrationPHPBB3_p.html
index a06863ad3..4d8f09478 100644
--- a/htroot/ContentIntegrationPHPBB3_p.html
+++ b/htroot/ContentIntegrationPHPBB3_p.html
@@ -58,11 +58,11 @@
<dt>&nbsp;</dt>
<dd>
- <input type="submit" name="check" value="Check database connection" class="submitready" style="width:280px"/>
+ <input type="submit" name="check" value="Check database connection" class="submitready" style="width:240px"/>
</dd>
<dt>&nbsp;</dt>
<dd>
- <input type="submit" name="export" value="Export Content to Surrogates" class="submitready" style="width:280px"/>
+ <input type="submit" name="export" value="Export Content to Surrogates" class="submitready" style="width:240px"/>
</dd>
</dl>
</fieldset>
@@ -72,7 +72,7 @@
<dd><input type="text" name="content.phpbb3.dumpfile" value="#[content.phpbb3.dumpfile]#" size="60" /></dd>
<dt>&nbsp;</dt>
<dd>
- <input type="submit" name="import" value="Import Dump" class="submitready" style="width:280px"/>
+ <input type="submit" name="import" value="Import Dump" class="submitready" style="width:240px"/>
</dd>
</dl>
</fieldset>
diff --git a/htroot/CookieMonitorIncoming_p.html b/htroot/CookieMonitorIncoming_p.html
index 2f86054e7..9cc003c3f 100644
--- a/htroot/CookieMonitorIncoming_p.html
+++ b/htroot/CookieMonitorIncoming_p.html
@@ -28,8 +28,8 @@
</table>
<form action="" method="post" accept-charset="UTF-8">
<fieldset>
- #(monitorCookies.off)#::<input type="submit" name="enableCookieMonitoring" value="Enable Cookie Monitoring" class="submitready" style="width:280px"/>#(/monitorCookies.off)#
- #(monitorCookies.on)#::<input type="submit" name="disableCookieMonitoring" value="Disable Cookie Monitoring" class="submitready" style="width:280px"/>#(/monitorCookies.on)#
+ #(monitorCookies.off)#::<input type="submit" name="enableCookieMonitoring" value="Enable Cookie Monitoring" class="submitready" style="width:240px"/>#(/monitorCookies.off)#
+ #(monitorCookies.on)#::<input type="submit" name="disableCookieMonitoring" value="Disable Cookie Monitoring" class="submitready" style="width:240px"/>#(/monitorCookies.on)#
</fieldset>
</form>
#%env/templates/footer.template%#
diff --git a/htroot/CookieMonitorOutgoing_p.html b/htroot/CookieMonitorOutgoing_p.html
index 3d9e1ca17..56ab3cfa6 100644
--- a/htroot/CookieMonitorOutgoing_p.html
+++ b/htroot/CookieMonitorOutgoing_p.html
@@ -32,8 +32,8 @@
</table>
<form action="" method="post" accept-charset="UTF-8">
<fieldset>
- #(monitorCookies.off)#::<input type="submit" name="enableCookieMonitoring" value="Enable Cookie Monitoring" class="submitready" style="width:280px"/>#(/monitorCookies.off)#
- #(monitorCookies.on)#::<input type="submit" name="disableCookieMonitoring" value="Disable Cookie Monitoring" class="submitready" style="width:280px"/>#(/monitorCookies.on)#
+ #(monitorCookies.off)#::<input type="submit" name="enableCookieMonitoring" value="Enable Cookie Monitoring" class="submitready" style="width:240px"/>#(/monitorCookies.off)#
+ #(monitorCookies.on)#::<input type="submit" name="disableCookieMonitoring" value="Disable Cookie Monitoring" class="submitready" style="width:240px"/>#(/monitorCookies.on)#
</fieldset>
</form>
#%env/templates/footer.template%#
diff --git a/htroot/CookieTest_p.html b/htroot/CookieTest_p.html
index db80592aa..1913adc73 100644
--- a/htroot/CookieTest_p.html
+++ b/htroot/CookieTest_p.html
@@ -11,7 +11,7 @@
<form action="">
<fieldset>
<input type="hidden" name="act" value="clear_cookie" />
- <input type="submit" name="set_action" value="Just clean it" class="submitready" style="width:280px"/>
+ <input type="submit" name="set_action" value="Just clean it" class="submitready" style="width:260px"/>
</fieldset>
</form>
<hr />
@@ -24,7 +24,7 @@
<dt><label for="cookie_value">Value:</label></dt>
<dd><input type="text" name="cookie_value" id="cookie_value" /></dd>
</dl>
- <input type="submit" name="set_action" value="Dear server, set this cookie for me!" class="submitready" style="width:280px"/>
+ <input type="submit" name="set_action" value="Dear server, set this cookie for me!" class="submitready" style="width:260px"/>
</fieldset>
</form>
<hr />
diff --git a/htroot/IndexControlRWIs_p.html b/htroot/IndexControlRWIs_p.html
index 12b3a9837..490c0f6e1 100644
--- a/htroot/IndexControlRWIs_p.html
+++ b/htroot/IndexControlRWIs_p.html
@@ -14,13 +14,13 @@
<dl>
<dt class="TableCellDark">Retrieve by Word:</dt>
<dd><input type="text" name="keystring" value="#[keystring]#" size="40" maxlength="80" />
- <input type="submit" name="keystringsearch" value="Show URL Entries for Word" class="submitready" style="width:300px;"/>
+ <input type="submit" name="keystringsearch" value="Show URL Entries for Word" class="submitready" style="width:240px;"/>
</dd>
<dt class="TableCellDark">Retrieve by Word-Hash:</dt>
<dd><input type="text" name="keyhash" value="#[keyhash]#" size="40" maxlength="12" />
- <input type="submit" name="keyhashsearch" value="Show URL Entries for Word-Hash" class="submitready" style="width:300px;"/>
- <input type="submit" name="keyhashsimilar" value="Generate List" class="submitready" style="width:300px;"/>
+ <input type="submit" name="keyhashsearch" value="Show URL Entries for Word-Hash" class="submitready" style="width:240px;"/>
+ <input type="submit" name="keyhashsimilar" value="Generate List" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -42,7 +42,7 @@
<input type="checkbox" name="deleteCrawlQueues" id="deleteCrawlQueues" disabled="disabled" /><label for="deleteCrawlQueues">Stop Crawler and delete Crawl Queues</label><br/>
<input type="checkbox" name="deleteRobots" id="deleteRobots" disabled="disabled" /><label for="deleteRobots">Delete robots.txt Cache</label><br/>
<input type="checkbox" name="deleteSearchFl" id="deleteSearchFl" disabled="disabled" /><label for="deleteSearchFl">Delete cached snippet-fetching failures during search</label><br/><br/>
- <input type="submit" name="deletecomplete" id="deletecomplete" value="Delete" disabled="disabled" class="submitready" style="width:300px;"/>
+ <input type="submit" name="deletecomplete" id="deletecomplete" value="Delete" disabled="disabled" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -56,7 +56,7 @@
No reference size limitation (this may cause strong CPU load when words are searched that appear very often)<br/>
<input type="radio" name="maxReferencesRadio" id="maxReferencesRadioOn" value="on" #(maxReferencesRadioChecked)#::checked="checked"#(/maxReferencesRadioChecked)# onclick="window.location.href='IndexControlRWIs_p.html?maxReferencesRadio=on&maxReferencesLimit=&maxReferences=#[maxReferences]#'"/>
Limitation of number of references per word: <input type="text" name="maxReferences" value="#[maxReferences]#" size="9" maxlength="12" onfocus="document.getElementById('maxReferencesRadioOff').checked = false;document.getElementById('maxReferencesRadioOn').checked = true"/> (this causes that old references als deleted if that limit is reached)<br/><br/>
- <input type="submit" name="maxReferencesLimit" id="maxReferencesLimit" value="Set References Limit" class="submitready" style="width:300px;"/>
+ <input type="submit" name="maxReferencesLimit" id="maxReferencesLimit" value="Set References Limit" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -130,7 +130,7 @@
<input type="radio" name="lines" value="1000" />1000&nbsp;&nbsp;
</dd>
<dt class="TableCellLight"></dt>
- <dd><input type="submit" name="urllist" value="List Selected URLs" class="submitready" style="width:300px;"/>
+ <dd><input type="submit" name="urllist" value="List Selected URLs" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -146,7 +146,7 @@
</dd>
<dt class="TableCellLight"></dt>
<dd>
- <input type="submit" value="Delete Word" name="keyhashdeleteall" class="submitready" style="width:300px;"/>
+ <input type="submit" value="Delete Word" name="keyhashdeleteall" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -154,7 +154,7 @@
<dl>
<dt class="TableCellDark">Transfer by Word-Hash:</dt>
<dd><input type="text" name="keyhash" value="#[keyhash]#" size="40" maxlength="12" />
- <input type="submit" name="keyhashtransfer" value="Transfer to other peer" class="submitready" style="width:300px;"/>
+ <input type="submit" name="keyhashtransfer" value="Transfer to other peer" class="submitready" style="width:240px;"/>
</dd>
<dt class="TableCellDark">to Peer:</dt>
<dd>select <select name="hostHash">
@@ -268,7 +268,7 @@
</dd>
<dt class="TableCellLight"></dt>
<dd>
- <input type="submit" value="Delete reference to selected URLs" name="keyhashdelete" class="submitready" style="width:300px;"/><br />
+ <input type="submit" value="Delete reference to selected URLs" name="keyhashdelete" class="submitready" style="width:240px;"/><br />
</dd>
</dl>
</fieldset>
@@ -280,8 +280,8 @@
</select>
</dt>
<dd>
- <input type="submit" value="Add selected URLs to blacklist" name="blacklisturls class="submitready" style="width:300px;"/><br />
- <input type="submit" value="Add selected domains to blacklist" name="blacklistdomains" class="submitready" style="width:300px;"/>
+ <input type="submit" value="Add selected URLs to blacklist" name="blacklisturls class="submitready" style="width:240px;"/><br />
+ <input type="submit" value="Add selected domains to blacklist" name="blacklistdomains" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html
index 6028dc169..500431e28 100644
--- a/htroot/IndexControlURLs_p.html
+++ b/htroot/IndexControlURLs_p.html
@@ -70,14 +70,14 @@ function updatepage(str) {
<dt class="TableCellDark">Retrieve by URL:</dt>
<dd><input type="text" name="urlstring" value="#[urlstring]#" size="40" maxlength="250" />
- <input type="submit" name="urlstringsearch" value="Show Details for URL" class="submitready" style="width:300px;"/><br />
+ <input type="submit" name="urlstringsearch" value="Show Details for URL" class="submitready" style="width:240px;"/><br />
<div id="searchresults"></div>
</dd>
<dt class="TableCellDark">Retrieve by URL-Hash:</dt>
<dd><input type="text" name="urlhash" value="#[urlhash]#" size="40" maxlength="12" />
- <input type="submit" name="urlhashsearch" value="Show Details for URL-Hash" class="submitready" style="width:300px;"/>
- <input type="submit" name="urlhashsimilar" value="Generate List" class="submitready" style="width:300px;"/>
+ <input type="submit" name="urlhashsearch" value="Show Details for URL-Hash" class="submitready" style="width:240px;"/>
+ <input type="submit" name="urlhashsimilar" value="Generate List" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -91,7 +91,7 @@ function updatepage(str) {
<dl>
<dt class="TableCellLight">&nbsp;</dt>
<dd>Show top <input type="text" name="lines" value="#[lines]#" size="6" maxlength="6" /> domains from all URLs.
- <input type="submit" name="statistics" value="Generate Statistics" class="submitready" style="width:300px;"/>
+ <input type="submit" name="statistics" value="Generate Statistics" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -113,7 +113,7 @@ function updatepage(str) {
<div>
<input type="hidden" name="hashpart" value="#[hashpart]#" />
<input type="hidden" name="lines" value="#[lines]#" />
- <input type="submit" name="deletedomain" value="delete all" class="submitready" style="width:300px;"/>
+ <input type="submit" name="deletedomain" value="delete all" class="submitready" style="width:240px;"/>
</div>
</form>
</td>
@@ -145,7 +145,7 @@ function updatepage(str) {
<br />
</dd>
<dt class="TableCellLight">&nbsp;</dt>
- <dd><input type="submit" name="lurlexport" value="Export URLs" class="submitready" style="width:300px;"/>
+ <dd><input type="submit" name="lurlexport" value="Export URLs" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -185,16 +185,16 @@ function updatepage(str) {
<input type="hidden" name="viewMode" value="parsed" />
<input type="hidden" name="show" value="Show" />
<input type="hidden" name="urlHash" value="#[urlhash]#" />
- <input type="submit" value="Show Content" name="showcontent" class="submitready" style="width:300px;"/><br />
+ <input type="submit" value="Show Content" name="showcontent" class="submitready" style="width:240px;"/><br />
</form>
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<input type="hidden" name="keystring" value="" />
<input type="hidden" name="keyhash" value="" />
<input type="hidden" name="urlstring" value="" />
<input type="hidden" name="urlhash" value="#[urlhash]#" />
- <input type="submit" value="Delete URL" name="urlhashdelete" class="submitready" style="width:300px;"/><br />
+ <input type="submit" value="Delete URL" name="urlhashdelete" class="submitready" style="width:240px;"/><br />
<span class="small">&nbsp;this may produce unresolved references at other word indexes but they do not harm</span><br /><br />
- <input type="submit" value="Delete URL and remove all references from words" name="urlhashdeleteall" class="submitready" style="width:300px;"/><br />
+ <input type="submit" value="Delete URL and remove all references from words" name="urlhashdeleteall" class="submitready" style="width:240px;"/><br />
<span class="small">&nbsp;delete the reference to this url at every other word where the reference exists (very extensive, but prevents unresolved references)</span><br />
</form>
#(/genUrlProfile)#
diff --git a/htroot/IndexCreateDomainCrawl_p.html b/htroot/IndexCreateDomainCrawl_p.html
index 6cb62ed38..fb7ccfaa1 100644
--- a/htroot/IndexCreateDomainCrawl_p.html
+++ b/htroot/IndexCreateDomainCrawl_p.html
@@ -61,7 +61,7 @@
</tr>
<tr valign="top" class="TableCellLight">
- <td colspan="3"><input type="submit" name="crawlingstart" value="Start New Distributed Crawl" class="submitready" style="width:300px;"/></td>
+ <td colspan="3"><input type="submit" name="crawlingstart" value="Start New Distributed Crawl" class="submitready" style="width:240px;"/></td>
</tr>
</table>
</form>
diff --git a/htroot/env/grafics/good.png b/htroot/env/grafics/good.png
index c4062ef51..4ba30af1a 100644
--- a/htroot/env/grafics/good.png
+++ b/htroot/env/grafics/good.png
Binary files differ
diff --git a/htroot/env/grafics/ok.png b/htroot/env/grafics/ok.png
index 7180b2d0e..aa8c85dd7 100644
--- a/htroot/env/grafics/ok.png
+++ b/htroot/env/grafics/ok.png
Binary files differ