accept-charset="UTF-8"
to all forms
this applies patches from http://forum.yacy-websuche.de/viewtopic.php?p=20891#p20891

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7482 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 14 years ago
parent b35fda43ea
commit abb35addb8

@ -11,7 +11,7 @@
<h2>Blacklist Cleaner</h2>
<p>Here you can remove or edit illegal or double blacklist-entries.</p>
<form action="BlacklistCleaner_p.html" method="post" enctype="multipart/form-data">#(disabled)#
<form action="BlacklistCleaner_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">#(disabled)#
<fieldset class="selectList"><legend>Check list</legend>
<div style="display:inline;">
<select name="listNames" size="1">#{blacklists}#

@ -15,7 +15,7 @@
<fieldset class="importListItems">
<legend>Import blacklist items from...</legend>
<!-- Blacklist import from other peer -->
<form action="sharedBlacklist_p.html" method="get">
<form action="sharedBlacklist_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<legend>other YaCy peers:</legend>
<select name="hash">
@ -28,7 +28,7 @@
</form>
<!-- blacklist import from url -->
<form action="sharedBlacklist_p.html" method="get">
<form action="sharedBlacklist_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<legend>URL:</legend>
<input type="hidden" name="currentBlacklist" value="#[currentBlacklist]#" />
@ -38,7 +38,7 @@
</form>
<!-- blacklist import from text file -->
<form action="sharedBlacklist_p.html" method="post" enctype="multipart/form-data">
<form action="sharedBlacklist_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<legend>plain text file:</legend>
Upload a regular text file which contains one blacklist entry per line.<br /><br />
@ -50,7 +50,7 @@
</form>
<!-- blacklist import from xml file -->
<form action="sharedBlacklist_p.html" method="post" enctype="multipart/form-data">
<form action="sharedBlacklist_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<legend>XML file:</legend>
Upload an XML file which contains one or more blacklists.<br /><br />
@ -65,7 +65,7 @@
<fieldset class="exportListItems">
<legend>Export blacklist items to...</legend>
<form action="xml/blacklists_p.xml" method="get">
<form action="xml/blacklists_p.xml" method="get" accept-charset="UTF-8">
<fieldset>
<legend>XML file:</legend>
Here you can export a blacklist as an XML file. This file will contain additional
@ -80,7 +80,7 @@
</fieldset>
</form>
<form action="yacy/list.html" method="get">
<form action="yacy/list.html" method="get" accept-charset="UTF-8">
<fieldset>
<legend>plain text file:</legend>
Here you can export a blacklist as a regular text file with one blacklist entry per line.

@ -11,7 +11,7 @@
<h2>Blacklist Test</h2>
<p>Used Blacklist engine: <span class="settingsValue">#[blacklistEngine]#</span></p>
<!-- blacklist selection -->
<form action="BlacklistTest_p.html" method="post" enctype="multipart/form-data">
<form action="BlacklistTest_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<legend>Test list:</legend>
<input type="text" name="testurl" size="50" value="#[url]#" />

@ -55,7 +55,7 @@
::
<p>Unable to create list <strong>#[name]#</strong> since a list of this name exists already.</p>
#(/error)#
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data"><fieldset>
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"><fieldset>
<input type="text" id="newListName" size ="50" name="newListName" />
<input type="submit" name="createNewList" value="create" />
</fieldset></form>
@ -67,7 +67,7 @@
<!-- Blacklist configuration -->
#(edit)#
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data">
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<p>Add new pattern:</p>
<div>
<input type="hidden" name="currentBlacklist" value="#[currentBlacklist]#" />
@ -161,14 +161,14 @@
<fieldset class="listSettings">
<legend>Settings for this list</legend>
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data">
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
<input type="hidden" name="selectedListName" value="#[currentBlacklist]#" />
<input type="submit" name="shareList" value="Share/don't share this list" />
<input type="submit" name="deleteList" value="Delete this list" />
</div>
</form>
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data">
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<legend>Activate this list for ...</legend>
<dl>

@ -154,7 +154,7 @@
<p>Import failed, maybe the supplied file was no valid blog-backup?</p>
#(/state)#
<p>Please select the XML-file you want to import:</p>
<form action="Blog.html" method="post" enctype="multipart/form-data">
<form action="Blog.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<input type="file" size="50" name="xmlfile" />
<input type="submit" name="importxml" value="Import" />

@ -59,7 +59,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
</ul>
<p/>
:: <!-- add or edit Bookmark (mode=2) -->
<form action="Bookmarks.html" method="get">
<form action="Bookmarks.html" method="get" accept-charset="UTF-8">
<fieldset>
<legend>#(edit)#Add Bookmark::Edit Bookmark#(/edit)#</legend>
<dl>
@ -116,7 +116,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
</fieldset>
</form>
:: <!-- import XML Bookmarks (mode=3) -->
<form action="Bookmarks.html" method="post" enctype="multipart/form-data">
<form action="Bookmarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div class="BookmarksFieldset">
<fieldset>
<legend>Import XML Bookmarks</legend>
@ -142,7 +142,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
</div>
</form>
<!-- import Netscape Bookmarks -->
<form action="Bookmarks.html" method="post" enctype="multipart/form-data">
<form action="Bookmarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<legend>Import HTML Bookmarks</legend>
<dl>

@ -50,7 +50,7 @@ document.body.style.background = "#000";
<h2>Image Collage</h2>
<div id="left">
<form action="/Collage.html">
<form action="/Collage.html" accept-charset="UTF-8">
<dl>
<dt>Private Queue</dt>
<dd>#[privateQueueSize]#</dd>

@ -27,7 +27,7 @@
#(passwordNotSetWarning)#::<div class="error">No password is set for the administration account. Please define a password for the admin account.</div>#(/passwordNotSetWarning)#
<fieldset><legend>Admin Account</legend>
<form action="ConfigAccounts_p.html" method="post">
<form action="ConfigAccounts_p.html" method="post" accept-charset="UTF-8">
<fieldset>
<legend>
<input type="radio" name="access" id="access_localhost" value="localhost"#(localhost.checked)#:: checked="checked"#(/localhost.checked)# />
@ -56,7 +56,7 @@
</fieldset>
<fieldset><legend>User Accounts</legend>
<form action="ConfigAccounts_p.html">
<form action="ConfigAccounts_p.html" accept-charset="UTF-8">
<fieldset><legend>Select user</legend>
<dl>
<dt><label for="user">Select user</label>:</dt>
@ -75,7 +75,7 @@
</fieldset>
</form>
<form action="ConfigAccounts_p.html" method="post">
<form action="ConfigAccounts_p.html" method="post" accept-charset="UTF-8">
<fieldset><legend>Edit current user: #[username]#</legend>
<!-- Hidden(text for debugging): <input type="text" name="current_user" value="#[current_user]#" readonly> -->
<input type="hidden" name="current_user" value="#[current_user]#" />

@ -35,7 +35,7 @@
change the appearance of the search page here.
</p>
<form action="ConfigAppearance_p.html">
<form action="ConfigAppearance_p.html" accept-charset="UTF-8">
<fieldset>
<legend>Skin Selection</legend>
<p>Select one of the default skins, download new skins, or create your own skin.</p>
@ -58,7 +58,7 @@
</fieldset>
</form>
<form action="ConfigAppearance_p.html">
<form action="ConfigAppearance_p.html" accept-charset="UTF-8">
<fieldset>
<legend>Skin Color Definition</legend>
<p>The generic skin 'generic_pd' can be configured here with custom colors:</p>
@ -91,7 +91,7 @@
</fieldset>
</form>
<form action="ConfigAppearance_p.html">
<form action="ConfigAppearance_p.html" accept-charset="UTF-8">
<fieldset>
<legend>Skin Download</legend>
<p>Skins can be installed from download locations:</p>

@ -27,7 +27,7 @@
Your YaCy Peer needs some basic information to operate properly
</p>
<form action="ConfigBasic.html" method="get">
<form action="ConfigBasic.html" method="get" accept-charset="UTF-8">
<ol>
<li>
<img src="/env/grafics/ok.png" height="16" width="16" alt="ok" />&nbsp;Select a language for the interface:<br />

@ -13,7 +13,7 @@
The cache is a rotating cache: if it is full, then the oldest entries are deleted and new one can fill the space.
</p>
<form action="ConfigHTCache_p.html" method="post" enctype="multipart/form-data">
<form action="ConfigHTCache_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>HTCache Configuration</legend>
<dl>
<dt><label for="HTCachePath">The path where the cache is stored</label></dt>
@ -28,7 +28,7 @@
</fieldset>
</form>
<form action="ConfigHTCache_p.html" method="post" enctype="multipart/form-data">
<form action="ConfigHTCache_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Cleanup</legend>
<dl>
<dt class="TableCellDark">Cache Deletion</dt>

@ -11,7 +11,7 @@
<p>
You can change the language of the YaCy-webinterface with translation files.
</p>
<form action="ConfigLanguage_p.html">
<form action="ConfigLanguage_p.html" accept-charset="UTF-8">
<fieldset>
<dl>
<dt><label for="cur_lang">Current language</label>:</dt>
@ -37,7 +37,7 @@
</fieldset>
</form>
<form action="ConfigLanguage_p.html">
<form action="ConfigLanguage_p.html" accept-charset="UTF-8">
<fieldset>
<dl>
<dt><label for="url_install">Install new language from URL</label>:</dt>

@ -15,7 +15,7 @@
and a link to a home page that is reached when the 'corporate identity'-images are clicked.
To change also colours and styles use the <a href="ConfigAppearance_p.html">Appearance Servlet</a> for different skins and languages.
</p>
<form action="ConfigPortal.html">
<form action="ConfigPortal.html" accept-charset="UTF-8">
<fieldset>
<dl>
<dt>Greeting Line</dt>

@ -46,7 +46,7 @@
<option id="k#[key]#" value="#[value]#" onclick="element_clicked(this)">#[key]#: #[value]#</option>
#{/options}#
</select><br />
<form action="ConfigProperties_p.html" method="post">
<form action="ConfigProperties_p.html" method="post" accept-charset="UTF-8">
<fieldset>
<input type="text" id="key" name="key" size="40" onkeyup="filterList()" />:<input type="text" id="value" name="value" size="40" />
<input type="submit" value="Save" />

@ -22,7 +22,7 @@
<dt>Current installed Release</dt>
<dd>#[versionpp]#</dd>
<dt><br />Available Releases (<a href="http://svn.berlios.de/wsvn/yacy/?op=log">changelog</a>)</dt>
<dd><form action="ConfigUpdate_p.html" method="get"><p>
<dd><form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8"><p>
&nbsp;<select name="releasedownload">
#{availreleases}#
<option #(selected)#::selected="selected"#(/selected)# value="#[url]#">#[name]# #(signatures)#(unsigned)::(signed)#(/signatures)#</option>
@ -32,7 +32,7 @@
&nbsp;&nbsp;<input type="submit" name="checkRelease" value="Check for new Release" />
</p></form></dd>
<dt><br />Downloaded Releases</dt>
<dd><form action="ConfigUpdate_p.html" method="get"><p>
<dd><form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8"><p>
#(downloadsAvailable)#
No downloaded releases available for deployment.
::
@ -48,7 +48,7 @@
#(/deployenabled)#
</p></form></dd>
<dt><br />Automatic Update</dt>
<dd><form action="ConfigUpdate_p.html" method="get"><p>
<dd><form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8"><p>
&nbsp;check for new releases, download if available and restart with downloaded release<br />
&nbsp;&nbsp;<input type="submit" name="autoUpdate" value="Check + Download + Install Release Now" /><br />
#(autoUpdate)#::
@ -61,7 +61,7 @@
</dl>
</fieldset>
<form action="ConfigUpdate_p.html" method="get">
<form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<legend>Automated System Update</legend>
<dl>

@ -26,7 +26,7 @@
All indexed surrogate files are then moved to DATA/SURROGATE/out and can be re-cycled when an index is deleted.
</p>
<form action="ContentIntegrationPHPBB3_p.html">
<form action="ContentIntegrationPHPBB3_p.html" accept-charset="UTF-8">
<fieldset>
<dl>
<dt><b>The URL stub</b>,<br />like http://forum.yacy-websuche.de<br />this must be the path right in front of '/viewtopic.php?'</dt>

@ -26,7 +26,7 @@
</tr>
#{/list}#
</table>
<form action="" method="post" >
<form action="" method="post" accept-charset="UTF-8">
<fieldset>
#(monitorCookies.off)#::<input type="submit" name="enableCookieMonitoring" value="Enable Cookie Monitoring"/>#(/monitorCookies.off)#
#(monitorCookies.on)#::<input type="submit" name="disableCookieMonitoring" value="Disable Cookie Monitoring"/>#(/monitorCookies.on)#

@ -30,7 +30,7 @@
</tr>
#{/list}#
</table>
<form action="" method="post" >
<form action="" method="post" accept-charset="UTF-8">
<fieldset>
#(monitorCookies.off)#::<input type="submit" name="enableCookieMonitoring" value="Enable Cookie Monitoring"/>#(/monitorCookies.off)#
#(monitorCookies.on)#::<input type="submit" name="disableCookieMonitoring" value="Disable Cookie Monitoring"/>#(/monitorCookies.on)#

@ -51,14 +51,14 @@
<td>#[name]#</td>
<td>#(terminateButton)#::
<div style="text-decoration:blink">Running</div>
<form action="CrawlProfileEditor_p.html" method="get" enctype="multipart/form-data"><div>
<form action="CrawlProfileEditor_p.html" method="get" enctype="multipart/form-data" accept-charset="UTF-8"><div>
<input type="hidden" name="handle" value="#[handle]#" />
<input type="submit" name="terminate" value="Terminate" />
</div></form>
#(/terminateButton)#
#(deleteButton)#::
Finished
<form action="CrawlProfileEditor_p.html" method="get" enctype="multipart/form-data"><div>
<form action="CrawlProfileEditor_p.html" method="get" enctype="multipart/form-data" accept-charset="UTF-8"><div>
<input type="hidden" name="handle" value="#[handle]#" />
<input type="submit" name="delete" value="Delete" />
</div></form>
@ -81,7 +81,7 @@
#{/crawlProfiles}#
</table>
#(existPassiveCrawls)#::
<form action="CrawlProfileEditor_p.html" method="post" enctype="multipart/form-data"><div>
<form action="CrawlProfileEditor_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"><div>
<input type="submit" name="deleteTerminatedProfiles" value="Delete finished crawls" />
</div></form>
#(/existPassiveCrawls)#
@ -89,7 +89,7 @@
<!-- crawl profile editor -->
<form action="CrawlProfileEditor_p.html#edit" method="post" enctype="multipart/form-data">
<form action="CrawlProfileEditor_p.html#edit" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Select the profile to edit</legend>
<select name="handle">#{profiles}#
<option value="#[handle]#"#(selected)#:: selected="selected"#(/selected)#>#[name]#</option>#{/profiles}#
@ -104,7 +104,7 @@
#(edit)#::
<a name="edit"></a>
<form action="/CrawlProfileEditor_p.html#edit" method="post" enctype="multipart/form-data">
<form action="/CrawlProfileEditor_p.html#edit" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Edit Profile #[name]#</legend>
<input type="hidden" name="handle" value="#[handle]#" />
<dl>#{entries}#

@ -92,7 +92,7 @@
#{domains}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td align="center">
<form action="#[feedbackpage]#" method="post" enctype="multipart/form-data">
<form action="#[feedbackpage]#" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
<input type="hidden" name="process" value="#[tabletype]#" />
<input type="hidden" name="hashpart" value="#[hashpart]#" />
@ -117,7 +117,7 @@
<table cellpadding="2" cellspacing="1" >
<tr class="TableHeader">
<td align="center">
<form action="#[feedbackpage]#" method="post" enctype="multipart/form-data">
<form action="#[feedbackpage]#" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
<input type="hidden" name="process" value="#[tabletype]#" />
<input type="submit" name="clearlist" value="clear list" />
@ -134,7 +134,7 @@
#{indexed}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td align="center">
<form action="#[feedbackpage]#" method="post" enctype="multipart/form-data">
<form action="#[feedbackpage]#" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
<input type="hidden" name="process" value="#[tabletype]#" />
<input type="hidden" name="hash" value="#[urlhash]#" />

@ -61,7 +61,7 @@
</tbody>
</table>
<form action="Crawler_p.html" method="post" enctype="multipart/form-data">
<form action="Crawler_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<tbody>
<tr class="TableHeader">

@ -15,7 +15,7 @@
You can download additional files here.
</p>
<form action="DictionaryLoader_p.html" method="post" enctype="multipart/form-data">
<form action="DictionaryLoader_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<legend>Geolocalization</legend>
Geolocalization will enable YaCy to present locations from OpenStreetMap according to given search words.

@ -9,7 +9,7 @@
#%env/templates/submenuIndexControl.template%#
<h2>Reverse Word Index Administration</h2>
<p>The local index currently contains #[wcount]# reverse word indexes</p>
<form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data">
<form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>RWI Retrieval (= search for a single word)</legend>
<dl>
<dt class="TableCellDark">Select Segment:</dt>
@ -36,7 +36,7 @@
#(cleanup)#::
</form>
<form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data">
<form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Cleanup</legend>
<dl>
<dt class="TableCellDark">Index Deletion</dt>
@ -172,7 +172,7 @@
No URL entries related to this word hash <span class="tt">#[keyHash]#</span>.
::
<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">
<form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<p>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader">

@ -64,7 +64,7 @@ function updatepage(str) {
#%env/templates/submenuIndexControl.template%#
<h2>URL References Administration</h2>
<p>The local index currently contains #[ucount]# URL references</p>
<form action="IndexControlURLs_p.html" id="searchform" method="post" enctype="multipart/form-data" onkeyup="xmlhttpPost(); return false;">
<form action="IndexControlURLs_p.html" id="searchform" method="post" enctype="multipart/form-data" accept-charset="UTF-8" onkeyup="xmlhttpPost(); return false;">
<fieldset><legend>URL Retrieval</legend>
<dl>
<dt class="TableCellDark">Select Segment:</dt>
@ -94,7 +94,7 @@ function updatepage(str) {
#(statistics)#::
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data">
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Statistics about top-domains in URL Database</legend>
<dl>
<dt class="TableCellLight">&nbsp;</dt>
@ -117,7 +117,7 @@ function updatepage(str) {
#{domains}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td>
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data">
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
<input type="hidden" name="hashpart" value="#[hashpart]#" />
<input type="hidden" name="lines" value="#[lines]#" />
@ -133,7 +133,7 @@ function updatepage(str) {
#(/statisticslines)#
#(lurlexport)#::
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data">
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Loaded URL Export</legend>
<dl>
<dt class="TableCellDark">Export File</dt>
@ -189,13 +189,13 @@ function updatepage(str) {
Click the API icon to see an example call to the search rss API.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span>
</div>
<form action="ViewFile.html" method="get">
<form action="ViewFile.html" method="get" accept-charset="UTF-8">
<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" /><br />
</form>
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data">
<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="" />

@ -19,7 +19,7 @@
This is repeated as long as specified under "Crawling Depth".
</p>
<form action="Crawler_p.html" method="post" enctype="multipart/form-data">
<form action="Crawler_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<input type="hidden" name="crawlingFilter" value=".*" />
<input type="hidden" name="crawlingIfOlderCheck" value="off" />
<input type="hidden" name="crawlingDomFilterCheck" value="off" />

@ -11,7 +11,7 @@
#(rejected)#
::
<form action="IndexCreateParserErrors_p.html" method="post" enctype="multipart/form-data">
<form action="IndexCreateParserErrors_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<p><strong>Rejected URL List:</strong>&nbsp;There are #[num]# entries in the rejected-urls list. </p>
#(only-latest)#
<fieldset>

@ -15,7 +15,7 @@
#(crawler-queue)#
<p>The global crawler queue is empty</p>
::
<form action="IndexCreateWWWGlobalQueue_p.html" method="post" enctype="multipart/form-data">
<form action="IndexCreateWWWGlobalQueue_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<input type="submit" name="clearcrawlqueue" value="clear global crawl queue" />
</fieldset>

@ -16,7 +16,7 @@
#(crawler-queue)#
<p>The local crawler queue is empty</p>
::
<form action="IndexCreateWWWLocalQueue_p.html" method="post" enctype="multipart/form-data">
<form action="IndexCreateWWWLocalQueue_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
Delete Entries:
<input type="text" name="pattern" value=".*" size="20" maxlength="200" />

@ -14,7 +14,7 @@
#(crawler-queue)#
<p>The remote crawler queue is empty</p>
::
<form action="IndexCreateWWWRemoteQueue_p.html" method="post" enctype="multipart/form-data">
<form action="IndexCreateWWWRemoteQueue_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<input type="submit" name="clearcrawlqueue" value="clear remote crawl queue" />
</fieldset>

@ -12,7 +12,7 @@
<h2>OAI-PMH Import</h2>
<p>Results from the import can be monitored in the <a href="/CrawlResults.html?process=7">indexing results for surrogates</a></p>
<form action="IndexImportOAIPMH_p.html" method="post" enctype="multipart/form-data">
<form action="IndexImportOAIPMH_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<legend>Single request import</legend>
This will submit only a single request as given here to a OAI-PMH server and imports records into the index<br />
@ -30,7 +30,7 @@
</form>
<form action="IndexImportOAIPMH_p.html" method="post" enctype="multipart/form-data">
<form action="IndexImportOAIPMH_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<legend>Import all Records from a server</legend>
Import all records that follow according to resumption elements into index<br />

@ -12,7 +12,7 @@
#(import)#
<p>#(status)#No import thread is running, you can start a new thread here::Bad input data: #[message]# #(/status)#</p>
<form action="IndexImportWikimedia_p.html" method="get">
<form action="IndexImportWikimedia_p.html" method="get" accept-charset="UTF-8">
<!-- no post method here, we don't want to transmit the whole file, only the path-->
<fieldset>
<legend>Wikimedia Dump File Selection: select a 'bz2' file</legend>

@ -14,7 +14,7 @@
<p>
The local index currently consists of (at least) #[wcount]# reverse word indexes and #[ucount]# URL references
</p>
<form action="IndexShare_p.html" method="get">
<form action="IndexShare_p.html" method="get" accept-charset="UTF-8">
<table border="0" cellpadding="6" cellspacing="0">
<tr valign="top" bgcolor="#CCDDCC">
<td>Index:&nbsp;</td>

@ -26,7 +26,7 @@
This does not load the rss file as such into the index but all the messages inside the RSS feeds as individual documents.
</p>
<form action="Load_RSS_p.html" method="get">
<form action="Load_RSS_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<dl>
<dt><b>URL of the RSS feed</b></dt>

@ -9,7 +9,7 @@
#%env/templates/header.template%#
<h2>Messages</h2>
#(peersKnown)#::
<form action="MessageSend_p.html" method="get">
<form action="MessageSend_p.html" method="get" accept-charset="UTF-8">
<fieldset><legend>Compose Message</legend>
<dl>
<dt><label for="peers">Send message to peer</label>:</dt>

@ -344,7 +344,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
</p>
#(/comment)#
<form action="Network.html" method="get">
<form action="Network.html" method="get" accept-charset="UTF-8">
<table>
<tr>
<td>Peer Hash</td>

@ -77,7 +77,7 @@
</li>
</ul>
::
<form action="News.html" method="post" enctype="multipart/form-data">
<form action="News.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<input type="hidden" name="page" value="#[page]#" />
<input type="submit" name="deletespecific" value="#(page)#::Process Selected News::Delete Selected News::Abort Publication of Selected News::Delete Selected News#(/page)#" />

@ -10,7 +10,7 @@
#%env/templates/submenuConfig.template%#
<h2>Performance Settings of Queues and Processes</h2>
<form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data">
<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">
<tr class="TableHeader" valign="bottom">
@ -64,7 +64,7 @@
</fieldset>
</form>
<form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data">
<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">
<tr valign="top" class="TableHeader">
@ -131,7 +131,7 @@
</fieldset>
</form>
<form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data">
<form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Balancer Settings:</legend>
<p>
This is the time delta between accessing of the same domain during a crawl. The crawl balancer tries to avoid that domains are
@ -159,7 +159,7 @@
</fieldset>
</form>
<form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data">
<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">
<tr class="TableHeader" valign="bottom">

@ -22,7 +22,7 @@
<form id="optionreloadGraph" action="" method="get"><p><input type="checkbox" name="option" id="autoreload"/> <label for="autoreload">refresh graph</label></p></form>
<form action="Performance_p.html" method="post" enctype="multipart/form-data">
<form action="Performance_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<legend>Memory Settings</legend>
<dl>
@ -35,7 +35,7 @@
</fieldset>
</form>
<form action="Performance_p.html" method="post" enctype="multipart/form-data">
<form action="Performance_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>
<legend>Resource Observer</legend>
<dl>
@ -52,7 +52,7 @@
</fieldset>
</form>
<form action="Performance_p.html" method="post" enctype="multipart/form-data">
<form action="Performance_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Use Default Profile:</legend>
<p>
<select name="defaultFile">
@ -72,7 +72,7 @@
</fieldset>
</form>
<form action="Performance_p.html" method="post" enctype="multipart/form-data">
<form action="Performance_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>YaCy Priority Settings</legend>
<dl>
<dt><label for="priority">YaCy Process Priority</label>:</dt>
@ -87,7 +87,7 @@
</fieldset>
</form>
<form action="Performance_p.html" method="post" enctype="multipart/form-data">
<form action="Performance_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Online Caution Settings:</legend>
<p>
This is the time that the crawler idles when the proxy is accessed, or a local or remote search is done.

@ -15,7 +15,7 @@
or by POST-Parameters (either in URL or as HTTP protocol) and automatically excluded from indexing.
</p>
<form action="ProxyIndexingMonitor_p.html" method="post" enctype="multipart/form-data">
<form action="ProxyIndexingMonitor_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<table border="0" cellpadding="5" cellspacing="1">
<tr class="TableCellDark">
<td colspan="3"><strong>Proxy Auto Config:</strong>

@ -109,7 +109,7 @@
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea"/></dt>
<dd class="hint">Latest public version is v#[latestVersion]#.
You can download a more recent version of YaCy. Click here to install this update and restart YaCy:
<form action="Status.html" method="get" class="PeerControl">
<form action="Status.html" method="get" class="PeerControl" accept-charset="UTF-8">
<!-- Is this line here on purpose or by accident?
<form action="Table_API_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" name="apilist">

@ -58,7 +58,7 @@
...provided by YaCy peers using public bookmarks, link votes and crawl start points
</p>
<form action="Surftips.html" method="get" class="PeerControl"><div>
<form action="Surftips.html" method="get" class="PeerControl" accept-charset="UTF-8"><div>
<button type="submit" name="publicPage" value="0">
<img src="/env/grafics/lock.gif" alt="authentication required" />
Hide surftips for users without autorization

@ -76,7 +76,7 @@
<td>#[dateNextExec]#</td>
<td>
#(scheduler)#
<form action="Table_API_p.html" method="post" enctype="multipart/form-data" id="modify_repeat">
<form action="Table_API_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="modify_repeat">
<select name="repeat_select" onchange='this.form.submit()'>
<option value="off" selected="selected">no repetition</option>
<option value="on">activate scheduler</option>
@ -86,7 +86,7 @@
<input type="hidden" name="filter" value="#[filter]#" />
</form>
::
<form action="Table_API_p.html" method="post" enctype="multipart/form-data" id="modify_repeat">
<form action="Table_API_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="modify_repeat">
<table>
<tr><td>
<select name="repeat_time" onchange='this.form.submit()'>

@ -108,7 +108,7 @@
</div>
#(showselection)#::
<div style="width:310px; float:right;">
<form action="Table_YMark_p.html" method="get">
<form action="Table_YMark_p.html" method="get" accept-charset="UTF-8">
<fieldset><legend>Table Selection</legend>
<dl>
<dt>

@ -30,7 +30,7 @@
#%env/templates/submenuConfig.template%#
#(showselection)#::
<h2>Table Administration</h2>
<form action="Tables_p.html" method="get">
<form action="Tables_p.html" method="get" accept-charset="UTF-8">
<fieldset><legend>Table Selection</legend>
<dl>
<dt class="TableCellDark">Select Table:

@ -10,13 +10,13 @@
#%env/templates/submenuViewLog.template%#
<h2>Threaddump</h2>
<table border="0" cellpadding="0" cellspacing="0"><tr>
<td><form action="Threaddump_p.html" method="get" >
<td><form action="Threaddump_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<input type="submit" name="singleThreaddump" value="Single Threaddump" />
</fieldset>
</form></td>
<td><form action="Threaddump_p.html" method="get" >
<td><form action="Threaddump_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<input type="text" name="count" value="#[count]#" size="4" maxlength="4" />
<input type="submit" name="multipleThreaddump" value="Multiple Dump Statistic" />

@ -10,7 +10,7 @@
#(logged-in)#
<p>
You are not logged in.<br />
<form action="User.html" method="post">
<form action="User.html" method="post" accept-charset="UTF-8">
Username: <input type="text" name="username" /><br />
Password: <input type="password" name="password" /><br />
<input type="submit" value="login" />
@ -20,7 +20,7 @@
<p>
You are currently logged in as #[username]#.<br />
(Identified by #(identified-by)#IP::Username/Password::Cookie#(/identified-by)#)<br />
<form action="User.html">
<form action="User.html" accept-charset="UTF-8">
<input type="submit" name="logout" value="logout">
</form>
#(limit)#::
@ -29,7 +29,7 @@
You have used <strong>#[timeused]#</strong> minutes of your onlinetime limit of <strong>#[timelimit]#</strong> minutes per day.<br />
#(/limit)#
</p>
<form action="User.html" method="POST">
<form action="User.html" method="POST" accept-charset="UTF-8">
<table border="1">
<tr>
<td><label for="oldpass">old Password</label></td>
@ -50,7 +50,7 @@
</form>
::
You are currently logged in as admin.<br />
<form action="User.html">
<form action="User.html" accept-charset="UTF-8">
<input type="submit" name="logout" value="logout">
</form>
<br />

@ -9,7 +9,7 @@
#(submenu)#::#%env/templates/submenuViewLog.template%##(/submenu)#
<h2>Server Log</h2>
<form action="ViewLog_p.html" method="get" >
<form action="ViewLog_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<input type="text" name="lines" id="lines" size ="4" value="#[lines]#" maxlength="9" /><label for="lines"> Lines (max. #[maxlines]#)</label>
<input type="checkbox" name="mode" id="mode" value="reversed" #(reverseChecked)#::checked="checked"#(/reverseChecked)# /><label for="mode">reversed order</label>

@ -54,7 +54,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<h2>Web Structure</h2>
<div id="left">
<form action="/WatchWebStructure_p.html" onsubmit="return checkform(this);">
<form action="/WatchWebStructure_p.html" accept-charset="UTF-8" onsubmit="return checkform(this);">
<fieldset>
<dl>
<dt>host</dt>

@ -15,7 +15,7 @@
#(/display)#
<fieldset>
<legend>Websearch Comparison</legend>
<form action="" method="get">
<form action="" method="get" accept-charset="UTF-8">
<p>Left Search Engine
<select name="left">
#{searchengines}#

@ -136,7 +136,7 @@
#(/searchoptions)#
</form>
#(searchoptions)#::
<form action="index.html" method="get" class="search">
<form action="index.html" method="get" class="search" accept-charset="UTF-8">
<p>
#(publicSearchpage)#
<button type="submit" name="publicPage" value="0">

@ -51,7 +51,7 @@
Parse Error! An error occured while parsing XML data. Please check if the XML is valid.
#(/status)#
</p>
<form action="sharedBlacklist_p.html" method="post" enctype="multipart/form-data" name="blacklist_0">
<form action="sharedBlacklist_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" name="blacklist_0">
<input type="hidden" name="num" value="#[num]#" />
#(page)#<!-- [0] -->
<table>

@ -25,7 +25,7 @@
<div class="Headline">Individual&nbsp;Web&nbsp;Page</div>
</td>
<td width="240" align="right">
<form action="http://#[peerdomain]#.yacy" method="post">
<form action="http://#[peerdomain]#.yacy" method="post" accept-charset="UTF-8">
<input type="submit" value="#[peername]#'s Console" class="small">
</form>
</td>

Loading…
Cancel
Save