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> <h2>Blacklist Cleaner</h2>
<p>Here you can remove or edit illegal or double blacklist-entries.</p> <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> <fieldset class="selectList"><legend>Check list</legend>
<div style="display:inline;"> <div style="display:inline;">
<select name="listNames" size="1">#{blacklists}# <select name="listNames" size="1">#{blacklists}#

@ -15,7 +15,7 @@
<fieldset class="importListItems"> <fieldset class="importListItems">
<legend>Import blacklist items from...</legend> <legend>Import blacklist items from...</legend>
<!-- Blacklist import from other peer --> <!-- Blacklist import from other peer -->
<form action="sharedBlacklist_p.html" method="get"> <form action="sharedBlacklist_p.html" method="get" accept-charset="UTF-8">
<fieldset> <fieldset>
<legend>other YaCy peers:</legend> <legend>other YaCy peers:</legend>
<select name="hash"> <select name="hash">
@ -28,7 +28,7 @@
</form> </form>
<!-- blacklist import from url --> <!-- blacklist import from url -->
<form action="sharedBlacklist_p.html" method="get"> <form action="sharedBlacklist_p.html" method="get" accept-charset="UTF-8">
<fieldset> <fieldset>
<legend>URL:</legend> <legend>URL:</legend>
<input type="hidden" name="currentBlacklist" value="#[currentBlacklist]#" /> <input type="hidden" name="currentBlacklist" value="#[currentBlacklist]#" />
@ -38,7 +38,7 @@
</form> </form>
<!-- blacklist import from text file --> <!-- 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> <fieldset>
<legend>plain text file:</legend> <legend>plain text file:</legend>
Upload a regular text file which contains one blacklist entry per line.<br /><br /> Upload a regular text file which contains one blacklist entry per line.<br /><br />
@ -50,7 +50,7 @@
</form> </form>
<!-- blacklist import from xml file --> <!-- 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> <fieldset>
<legend>XML file:</legend> <legend>XML file:</legend>
Upload an XML file which contains one or more blacklists.<br /><br /> Upload an XML file which contains one or more blacklists.<br /><br />
@ -65,7 +65,7 @@
<fieldset class="exportListItems"> <fieldset class="exportListItems">
<legend>Export blacklist items to...</legend> <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> <fieldset>
<legend>XML file:</legend> <legend>XML file:</legend>
Here you can export a blacklist as an XML file. This file will contain additional Here you can export a blacklist as an XML file. This file will contain additional
@ -80,7 +80,7 @@
</fieldset> </fieldset>
</form> </form>
<form action="yacy/list.html" method="get"> <form action="yacy/list.html" method="get" accept-charset="UTF-8">
<fieldset> <fieldset>
<legend>plain text file:</legend> <legend>plain text file:</legend>
Here you can export a blacklist as a regular text file with one blacklist entry per line. 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> <h2>Blacklist Test</h2>
<p>Used Blacklist engine: <span class="settingsValue">#[blacklistEngine]#</span></p> <p>Used Blacklist engine: <span class="settingsValue">#[blacklistEngine]#</span></p>
<!-- blacklist selection --> <!-- 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> <fieldset>
<legend>Test list:</legend> <legend>Test list:</legend>
<input type="text" name="testurl" size="50" value="#[url]#" /> <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> <p>Unable to create list <strong>#[name]#</strong> since a list of this name exists already.</p>
#(/error)# #(/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="text" id="newListName" size ="50" name="newListName" />
<input type="submit" name="createNewList" value="create" /> <input type="submit" name="createNewList" value="create" />
</fieldset></form> </fieldset></form>
@ -67,7 +67,7 @@
<!-- Blacklist configuration --> <!-- Blacklist configuration -->
#(edit)# #(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> <p>Add new pattern:</p>
<div> <div>
<input type="hidden" name="currentBlacklist" value="#[currentBlacklist]#" /> <input type="hidden" name="currentBlacklist" value="#[currentBlacklist]#" />
@ -161,14 +161,14 @@
<fieldset class="listSettings"> <fieldset class="listSettings">
<legend>Settings for this list</legend> <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> <div>
<input type="hidden" name="selectedListName" value="#[currentBlacklist]#" /> <input type="hidden" name="selectedListName" value="#[currentBlacklist]#" />
<input type="submit" name="shareList" value="Share/don't share this list" /> <input type="submit" name="shareList" value="Share/don't share this list" />
<input type="submit" name="deleteList" value="Delete this list" /> <input type="submit" name="deleteList" value="Delete this list" />
</div> </div>
</form> </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> <fieldset>
<legend>Activate this list for ...</legend> <legend>Activate this list for ...</legend>
<dl> <dl>

@ -154,7 +154,7 @@
<p>Import failed, maybe the supplied file was no valid blog-backup?</p> <p>Import failed, maybe the supplied file was no valid blog-backup?</p>
#(/state)# #(/state)#
<p>Please select the XML-file you want to import:</p> <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> <fieldset>
<input type="file" size="50" name="xmlfile" /> <input type="file" size="50" name="xmlfile" />
<input type="submit" name="importxml" value="Import" /> <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> </ul>
<p/> <p/>
:: <!-- add or edit Bookmark (mode=2) --> :: <!-- add or edit Bookmark (mode=2) -->
<form action="Bookmarks.html" method="get"> <form action="Bookmarks.html" method="get" accept-charset="UTF-8">
<fieldset> <fieldset>
<legend>#(edit)#Add Bookmark::Edit Bookmark#(/edit)#</legend> <legend>#(edit)#Add Bookmark::Edit Bookmark#(/edit)#</legend>
<dl> <dl>
@ -116,7 +116,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
</fieldset> </fieldset>
</form> </form>
:: <!-- import XML Bookmarks (mode=3) --> :: <!-- 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"> <div class="BookmarksFieldset">
<fieldset> <fieldset>
<legend>Import XML Bookmarks</legend> <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> </div>
</form> </form>
<!-- import Netscape Bookmarks --> <!-- 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> <fieldset>
<legend>Import HTML Bookmarks</legend> <legend>Import HTML Bookmarks</legend>
<dl> <dl>

@ -50,7 +50,7 @@ document.body.style.background = "#000";
<h2>Image Collage</h2> <h2>Image Collage</h2>
<div id="left"> <div id="left">
<form action="/Collage.html"> <form action="/Collage.html" accept-charset="UTF-8">
<dl> <dl>
<dt>Private Queue</dt> <dt>Private Queue</dt>
<dd>#[privateQueueSize]#</dd> <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)# #(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> <fieldset><legend>Admin Account</legend>
<form action="ConfigAccounts_p.html" method="post"> <form action="ConfigAccounts_p.html" method="post" accept-charset="UTF-8">
<fieldset> <fieldset>
<legend> <legend>
<input type="radio" name="access" id="access_localhost" value="localhost"#(localhost.checked)#:: checked="checked"#(/localhost.checked)# /> <input type="radio" name="access" id="access_localhost" value="localhost"#(localhost.checked)#:: checked="checked"#(/localhost.checked)# />
@ -56,7 +56,7 @@
</fieldset> </fieldset>
<fieldset><legend>User Accounts</legend> <fieldset><legend>User Accounts</legend>
<form action="ConfigAccounts_p.html"> <form action="ConfigAccounts_p.html" accept-charset="UTF-8">
<fieldset><legend>Select user</legend> <fieldset><legend>Select user</legend>
<dl> <dl>
<dt><label for="user">Select user</label>:</dt> <dt><label for="user">Select user</label>:</dt>
@ -75,7 +75,7 @@
</fieldset> </fieldset>
</form> </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> <fieldset><legend>Edit current user: #[username]#</legend>
<!-- Hidden(text for debugging): <input type="text" name="current_user" value="#[current_user]#" readonly> --> <!-- Hidden(text for debugging): <input type="text" name="current_user" value="#[current_user]#" readonly> -->
<input type="hidden" name="current_user" value="#[current_user]#" /> <input type="hidden" name="current_user" value="#[current_user]#" />

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

@ -27,7 +27,7 @@
Your YaCy Peer needs some basic information to operate properly Your YaCy Peer needs some basic information to operate properly
</p> </p>
<form action="ConfigBasic.html" method="get"> <form action="ConfigBasic.html" method="get" accept-charset="UTF-8">
<ol> <ol>
<li> <li>
<img src="/env/grafics/ok.png" height="16" width="16" alt="ok" />&nbsp;Select a language for the interface:<br /> <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. The cache is a rotating cache: if it is full, then the oldest entries are deleted and new one can fill the space.
</p> </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> <fieldset><legend>HTCache Configuration</legend>
<dl> <dl>
<dt><label for="HTCachePath">The path where the cache is stored</label></dt> <dt><label for="HTCachePath">The path where the cache is stored</label></dt>
@ -28,7 +28,7 @@
</fieldset> </fieldset>
</form> </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> <fieldset><legend>Cleanup</legend>
<dl> <dl>
<dt class="TableCellDark">Cache Deletion</dt> <dt class="TableCellDark">Cache Deletion</dt>

@ -11,7 +11,7 @@
<p> <p>
You can change the language of the YaCy-webinterface with translation files. You can change the language of the YaCy-webinterface with translation files.
</p> </p>
<form action="ConfigLanguage_p.html"> <form action="ConfigLanguage_p.html" accept-charset="UTF-8">
<fieldset> <fieldset>
<dl> <dl>
<dt><label for="cur_lang">Current language</label>:</dt> <dt><label for="cur_lang">Current language</label>:</dt>
@ -37,7 +37,7 @@
</fieldset> </fieldset>
</form> </form>
<form action="ConfigLanguage_p.html"> <form action="ConfigLanguage_p.html" accept-charset="UTF-8">
<fieldset> <fieldset>
<dl> <dl>
<dt><label for="url_install">Install new language from URL</label>:</dt> <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. 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. To change also colours and styles use the <a href="ConfigAppearance_p.html">Appearance Servlet</a> for different skins and languages.
</p> </p>
<form action="ConfigPortal.html"> <form action="ConfigPortal.html" accept-charset="UTF-8">
<fieldset> <fieldset>
<dl> <dl>
<dt>Greeting Line</dt> <dt>Greeting Line</dt>

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

@ -22,7 +22,7 @@
<dt>Current installed Release</dt> <dt>Current installed Release</dt>
<dd>#[versionpp]#</dd> <dd>#[versionpp]#</dd>
<dt><br />Available Releases (<a href="http://svn.berlios.de/wsvn/yacy/?op=log">changelog</a>)</dt> <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"> &nbsp;<select name="releasedownload">
#{availreleases}# #{availreleases}#
<option #(selected)#::selected="selected"#(/selected)# value="#[url]#">#[name]# #(signatures)#(unsigned)::(signed)#(/signatures)#</option> <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" /> &nbsp;&nbsp;<input type="submit" name="checkRelease" value="Check for new Release" />
</p></form></dd> </p></form></dd>
<dt><br />Downloaded Releases</dt> <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)# #(downloadsAvailable)#
No downloaded releases available for deployment. No downloaded releases available for deployment.
:: ::
@ -48,7 +48,7 @@
#(/deployenabled)# #(/deployenabled)#
</p></form></dd> </p></form></dd>
<dt><br />Automatic Update</dt> <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;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 /> &nbsp;&nbsp;<input type="submit" name="autoUpdate" value="Check + Download + Install Release Now" /><br />
#(autoUpdate)#:: #(autoUpdate)#::
@ -61,7 +61,7 @@
</dl> </dl>
</fieldset> </fieldset>
<form action="ConfigUpdate_p.html" method="get"> <form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8">
<fieldset> <fieldset>
<legend>Automated System Update</legend> <legend>Automated System Update</legend>
<dl> <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. All indexed surrogate files are then moved to DATA/SURROGATE/out and can be re-cycled when an index is deleted.
</p> </p>
<form action="ContentIntegrationPHPBB3_p.html"> <form action="ContentIntegrationPHPBB3_p.html" accept-charset="UTF-8">
<fieldset> <fieldset>
<dl> <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> <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> </tr>
#{/list}# #{/list}#
</table> </table>
<form action="" method="post" > <form action="" method="post" accept-charset="UTF-8">
<fieldset> <fieldset>
#(monitorCookies.off)#::<input type="submit" name="enableCookieMonitoring" value="Enable Cookie Monitoring"/>#(/monitorCookies.off)# #(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)# #(monitorCookies.on)#::<input type="submit" name="disableCookieMonitoring" value="Disable Cookie Monitoring"/>#(/monitorCookies.on)#

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

@ -51,14 +51,14 @@
<td>#[name]#</td> <td>#[name]#</td>
<td>#(terminateButton)#:: <td>#(terminateButton)#::
<div style="text-decoration:blink">Running</div> <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="hidden" name="handle" value="#[handle]#" />
<input type="submit" name="terminate" value="Terminate" /> <input type="submit" name="terminate" value="Terminate" />
</div></form> </div></form>
#(/terminateButton)# #(/terminateButton)#
#(deleteButton)#:: #(deleteButton)#::
Finished 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="hidden" name="handle" value="#[handle]#" />
<input type="submit" name="delete" value="Delete" /> <input type="submit" name="delete" value="Delete" />
</div></form> </div></form>
@ -81,7 +81,7 @@
#{/crawlProfiles}# #{/crawlProfiles}#
</table> </table>
#(existPassiveCrawls)#:: #(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" /> <input type="submit" name="deleteTerminatedProfiles" value="Delete finished crawls" />
</div></form> </div></form>
#(/existPassiveCrawls)# #(/existPassiveCrawls)#
@ -89,7 +89,7 @@
<!-- crawl profile editor --> <!-- 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> <fieldset><legend>Select the profile to edit</legend>
<select name="handle">#{profiles}# <select name="handle">#{profiles}#
<option value="#[handle]#"#(selected)#:: selected="selected"#(/selected)#>#[name]#</option>#{/profiles}# <option value="#[handle]#"#(selected)#:: selected="selected"#(/selected)#>#[name]#</option>#{/profiles}#
@ -104,7 +104,7 @@
#(edit)#:: #(edit)#::
<a name="edit"></a> <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> <fieldset><legend>Edit Profile #[name]#</legend>
<input type="hidden" name="handle" value="#[handle]#" /> <input type="hidden" name="handle" value="#[handle]#" />
<dl>#{entries}# <dl>#{entries}#

@ -92,7 +92,7 @@
#{domains}# #{domains}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#"> <tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td align="center"> <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> <div>
<input type="hidden" name="process" value="#[tabletype]#" /> <input type="hidden" name="process" value="#[tabletype]#" />
<input type="hidden" name="hashpart" value="#[hashpart]#" /> <input type="hidden" name="hashpart" value="#[hashpart]#" />
@ -117,7 +117,7 @@
<table cellpadding="2" cellspacing="1" > <table cellpadding="2" cellspacing="1" >
<tr class="TableHeader"> <tr class="TableHeader">
<td align="center"> <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> <div>
<input type="hidden" name="process" value="#[tabletype]#" /> <input type="hidden" name="process" value="#[tabletype]#" />
<input type="submit" name="clearlist" value="clear list" /> <input type="submit" name="clearlist" value="clear list" />
@ -134,7 +134,7 @@
#{indexed}# #{indexed}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#"> <tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td align="center"> <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> <div>
<input type="hidden" name="process" value="#[tabletype]#" /> <input type="hidden" name="process" value="#[tabletype]#" />
<input type="hidden" name="hash" value="#[urlhash]#" /> <input type="hidden" name="hash" value="#[urlhash]#" />

@ -61,7 +61,7 @@
</tbody> </tbody>
</table> </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"> <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<tbody> <tbody>
<tr class="TableHeader"> <tr class="TableHeader">

@ -15,7 +15,7 @@
You can download additional files here. You can download additional files here.
</p> </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> <fieldset>
<legend>Geolocalization</legend> <legend>Geolocalization</legend>
Geolocalization will enable YaCy to present locations from OpenStreetMap according to given search words. Geolocalization will enable YaCy to present locations from OpenStreetMap according to given search words.

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

@ -64,7 +64,7 @@ function updatepage(str) {
#%env/templates/submenuIndexControl.template%# #%env/templates/submenuIndexControl.template%#
<h2>URL References Administration</h2> <h2>URL References Administration</h2>
<p>The local index currently contains #[ucount]# URL references</p> <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> <fieldset><legend>URL Retrieval</legend>
<dl> <dl>
<dt class="TableCellDark">Select Segment:</dt> <dt class="TableCellDark">Select Segment:</dt>
@ -94,7 +94,7 @@ function updatepage(str) {
#(statistics)#:: #(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> <fieldset><legend>Statistics about top-domains in URL Database</legend>
<dl> <dl>
<dt class="TableCellLight">&nbsp;</dt> <dt class="TableCellLight">&nbsp;</dt>
@ -117,7 +117,7 @@ function updatepage(str) {
#{domains}# #{domains}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#"> <tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td> <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> <div>
<input type="hidden" name="hashpart" value="#[hashpart]#" /> <input type="hidden" name="hashpart" value="#[hashpart]#" />
<input type="hidden" name="lines" value="#[lines]#" /> <input type="hidden" name="lines" value="#[lines]#" />
@ -133,7 +133,7 @@ function updatepage(str) {
#(/statisticslines)# #(/statisticslines)#
#(lurlexport)#:: #(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> <fieldset><legend>Loaded URL Export</legend>
<dl> <dl>
<dt class="TableCellDark">Export File</dt> <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. 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> 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> </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="viewMode" value="parsed" />
<input type="hidden" name="show" value="Show" /> <input type="hidden" name="show" value="Show" />
<input type="hidden" name="urlHash" value="#[urlhash]#" /> <input type="hidden" name="urlHash" value="#[urlhash]#" />
<input type="submit" value="Show Content" name="showcontent" /><br /> <input type="submit" value="Show Content" name="showcontent" /><br />
</form> </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="keystring" value="" />
<input type="hidden" name="keyhash" value="" /> <input type="hidden" name="keyhash" value="" />
<input type="hidden" name="urlstring" value="" /> <input type="hidden" name="urlstring" value="" />

@ -19,7 +19,7 @@
This is repeated as long as specified under "Crawling Depth". This is repeated as long as specified under "Crawling Depth".
</p> </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="crawlingFilter" value=".*" />
<input type="hidden" name="crawlingIfOlderCheck" value="off" /> <input type="hidden" name="crawlingIfOlderCheck" value="off" />
<input type="hidden" name="crawlingDomFilterCheck" value="off" /> <input type="hidden" name="crawlingDomFilterCheck" value="off" />

@ -11,7 +11,7 @@
#(rejected)# #(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> <p><strong>Rejected URL List:</strong>&nbsp;There are #[num]# entries in the rejected-urls list. </p>
#(only-latest)# #(only-latest)#
<fieldset> <fieldset>

@ -15,7 +15,7 @@
#(crawler-queue)# #(crawler-queue)#
<p>The global crawler queue is empty</p> <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> <fieldset>
<input type="submit" name="clearcrawlqueue" value="clear global crawl queue" /> <input type="submit" name="clearcrawlqueue" value="clear global crawl queue" />
</fieldset> </fieldset>

@ -16,7 +16,7 @@
#(crawler-queue)# #(crawler-queue)#
<p>The local crawler queue is empty</p> <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> <fieldset>
Delete Entries: Delete Entries:
<input type="text" name="pattern" value=".*" size="20" maxlength="200" /> <input type="text" name="pattern" value=".*" size="20" maxlength="200" />

@ -14,7 +14,7 @@
#(crawler-queue)# #(crawler-queue)#
<p>The remote crawler queue is empty</p> <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> <fieldset>
<input type="submit" name="clearcrawlqueue" value="clear remote crawl queue" /> <input type="submit" name="clearcrawlqueue" value="clear remote crawl queue" />
</fieldset> </fieldset>

@ -12,7 +12,7 @@
<h2>OAI-PMH Import</h2> <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> <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> <fieldset>
<legend>Single request import</legend> <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 /> 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>
<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> <fieldset>
<legend>Import all Records from a server</legend> <legend>Import all Records from a server</legend>
Import all records that follow according to resumption elements into index<br /> Import all records that follow according to resumption elements into index<br />

@ -12,7 +12,7 @@
#(import)# #(import)#
<p>#(status)#No import thread is running, you can start a new thread here::Bad input data: #[message]# #(/status)#</p> <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--> <!-- no post method here, we don't want to transmit the whole file, only the path-->
<fieldset> <fieldset>
<legend>Wikimedia Dump File Selection: select a 'bz2' file</legend> <legend>Wikimedia Dump File Selection: select a 'bz2' file</legend>

@ -14,7 +14,7 @@
<p> <p>
The local index currently consists of (at least) #[wcount]# reverse word indexes and #[ucount]# URL references The local index currently consists of (at least) #[wcount]# reverse word indexes and #[ucount]# URL references
</p> </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"> <table border="0" cellpadding="6" cellspacing="0">
<tr valign="top" bgcolor="#CCDDCC"> <tr valign="top" bgcolor="#CCDDCC">
<td>Index:&nbsp;</td> <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. This does not load the rss file as such into the index but all the messages inside the RSS feeds as individual documents.
</p> </p>
<form action="Load_RSS_p.html" method="get"> <form action="Load_RSS_p.html" method="get" accept-charset="UTF-8">
<fieldset> <fieldset>
<dl> <dl>
<dt><b>URL of the RSS feed</b></dt> <dt><b>URL of the RSS feed</b></dt>

@ -9,7 +9,7 @@
#%env/templates/header.template%# #%env/templates/header.template%#
<h2>Messages</h2> <h2>Messages</h2>
#(peersKnown)#:: #(peersKnown)#::
<form action="MessageSend_p.html" method="get"> <form action="MessageSend_p.html" method="get" accept-charset="UTF-8">
<fieldset><legend>Compose Message</legend> <fieldset><legend>Compose Message</legend>
<dl> <dl>
<dt><label for="peers">Send message to peer</label>:</dt> <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> </p>
#(/comment)# #(/comment)#
<form action="Network.html" method="get"> <form action="Network.html" method="get" accept-charset="UTF-8">
<table> <table>
<tr> <tr>
<td>Peer Hash</td> <td>Peer Hash</td>

@ -77,7 +77,7 @@
</li> </li>
</ul> </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> <fieldset>
<input type="hidden" name="page" value="#[page]#" /> <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)#" /> <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%# #%env/templates/submenuConfig.template%#
<h2>Performance Settings of Queues and Processes</h2> <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> <fieldset><legend>Scheduled tasks overview and waiting time settings:</legend>
<table border="0" cellpadding="2" cellspacing="1"> <table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom"> <tr class="TableHeader" valign="bottom">
@ -64,7 +64,7 @@
</fieldset> </fieldset>
</form> </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> <fieldset><legend>Cache Settings:</legend>
<table border="0" cellpadding="5" cellspacing="1"> <table border="0" cellpadding="5" cellspacing="1">
<tr valign="top" class="TableHeader"> <tr valign="top" class="TableHeader">
@ -131,7 +131,7 @@
</fieldset> </fieldset>
</form> </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> <fieldset><legend>Balancer Settings:</legend>
<p> <p>
This is the time delta between accessing of the same domain during a crawl. The crawl balancer tries to avoid that domains are 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> </fieldset>
</form> </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> <fieldset><legend>Thread Pool Settings:</legend>
<table border="0" cellpadding="2" cellspacing="1"> <table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom"> <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 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> <fieldset>
<legend>Memory Settings</legend> <legend>Memory Settings</legend>
<dl> <dl>
@ -35,7 +35,7 @@
</fieldset> </fieldset>
</form> </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> <fieldset>
<legend>Resource Observer</legend> <legend>Resource Observer</legend>
<dl> <dl>
@ -52,7 +52,7 @@
</fieldset> </fieldset>
</form> </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> <fieldset><legend>Use Default Profile:</legend>
<p> <p>
<select name="defaultFile"> <select name="defaultFile">
@ -72,7 +72,7 @@
</fieldset> </fieldset>
</form> </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> <fieldset><legend>YaCy Priority Settings</legend>
<dl> <dl>
<dt><label for="priority">YaCy Process Priority</label>:</dt> <dt><label for="priority">YaCy Process Priority</label>:</dt>
@ -87,7 +87,7 @@
</fieldset> </fieldset>
</form> </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> <fieldset><legend>Online Caution Settings:</legend>
<p> <p>
This is the time that the crawler idles when the proxy is accessed, or a local or remote search is done. 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. or by POST-Parameters (either in URL or as HTTP protocol) and automatically excluded from indexing.
</p> </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"> <table border="0" cellpadding="5" cellspacing="1">
<tr class="TableCellDark"> <tr class="TableCellDark">
<td colspan="3"><strong>Proxy Auto Config:</strong> <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> <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]#. <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: 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? <!-- 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"> <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 ...provided by YaCy peers using public bookmarks, link votes and crawl start points
</p> </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"> <button type="submit" name="publicPage" value="0">
<img src="/env/grafics/lock.gif" alt="authentication required" /> <img src="/env/grafics/lock.gif" alt="authentication required" />
Hide surftips for users without autorization Hide surftips for users without autorization

@ -76,7 +76,7 @@
<td>#[dateNextExec]#</td> <td>#[dateNextExec]#</td>
<td> <td>
#(scheduler)# #(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()'> <select name="repeat_select" onchange='this.form.submit()'>
<option value="off" selected="selected">no repetition</option> <option value="off" selected="selected">no repetition</option>
<option value="on">activate scheduler</option> <option value="on">activate scheduler</option>
@ -86,7 +86,7 @@
<input type="hidden" name="filter" value="#[filter]#" /> <input type="hidden" name="filter" value="#[filter]#" />
</form> </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> <table>
<tr><td> <tr><td>
<select name="repeat_time" onchange='this.form.submit()'> <select name="repeat_time" onchange='this.form.submit()'>

@ -108,7 +108,7 @@
</div> </div>
#(showselection)#:: #(showselection)#::
<div style="width:310px; float:right;"> <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> <fieldset><legend>Table Selection</legend>
<dl> <dl>
<dt> <dt>
@ -180,7 +180,7 @@
</form> </form>
<fieldset> <fieldset>
<legend>Import Bookmarks</legend> <legend>Import Bookmarks</legend>
<form action="/api/ymarks/import_ymark.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <form action="/api/ymarks/import_ymark.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset> <fieldset>
<input type="hidden" name="table" value="#[table]#" /> <input type="hidden" name="table" value="#[table]#" />
<input type="hidden" name="redirect" value="/Table_YMark_p.html?table=#[table]#&amp;count=100" /> <input type="hidden" name="redirect" value="/Table_YMark_p.html?table=#[table]#&amp;count=100" />

@ -30,7 +30,7 @@
#%env/templates/submenuConfig.template%# #%env/templates/submenuConfig.template%#
#(showselection)#:: #(showselection)#::
<h2>Table Administration</h2> <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> <fieldset><legend>Table Selection</legend>
<dl> <dl>
<dt class="TableCellDark">Select Table: <dt class="TableCellDark">Select Table:

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

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

@ -9,7 +9,7 @@
#(submenu)#::#%env/templates/submenuViewLog.template%##(/submenu)# #(submenu)#::#%env/templates/submenuViewLog.template%##(/submenu)#
<h2>Server Log</h2> <h2>Server Log</h2>
<form action="ViewLog_p.html" method="get" > <form action="ViewLog_p.html" method="get" accept-charset="UTF-8">
<fieldset> <fieldset>
<input type="text" name="lines" id="lines" size ="4" value="#[lines]#" maxlength="9" /><label for="lines"> Lines (max. #[maxlines]#)</label> <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> <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> <h2>Web Structure</h2>
<div id="left"> <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> <fieldset>
<dl> <dl>
<dt>host</dt> <dt>host</dt>

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

@ -136,7 +136,7 @@
#(/searchoptions)# #(/searchoptions)#
</form> </form>
#(searchoptions)#:: #(searchoptions)#::
<form action="index.html" method="get" class="search"> <form action="index.html" method="get" class="search" accept-charset="UTF-8">
<p> <p>
#(publicSearchpage)# #(publicSearchpage)#
<button type="submit" name="publicPage" value="0"> <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. Parse Error! An error occured while parsing XML data. Please check if the XML is valid.
#(/status)# #(/status)#
</p> </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]#" /> <input type="hidden" name="num" value="#[num]#" />
#(page)#<!-- [0] --> #(page)#<!-- [0] -->
<table> <table>

@ -25,7 +25,7 @@
<div class="Headline">Individual&nbsp;Web&nbsp;Page</div> <div class="Headline">Individual&nbsp;Web&nbsp;Page</div>
</td> </td>
<td width="240" align="right"> <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"> <input type="submit" value="#[peername]#'s Console" class="small">
</form> </form>
</td> </td>

Loading…
Cancel
Save