Skip to content

Commit

Permalink
Fixed Vocabulary_p.html HTML validation errors.
Browse files Browse the repository at this point in the history
Validated with Validated with Nu Html Checker 17.11.1.
  • Loading branch information
luccioman committed Feb 19, 2018
1 parent 7c64409 commit 39ec8cb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
13 changes: 6 additions & 7 deletions htroot/Vocabulary_p.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html lang="en">
<head>
<title>YaCy '#[clientname]#': Federated Index</title>
#%env/templates/metas.template%#
Expand Down Expand Up @@ -107,10 +107,9 @@ <h2>Vocabulary Administration</h2>
<dl>
<dt>Vocabulary Name</dt>
<dd><input type="text" name="discovername" value="" size="78" maxlength="128" onkeydown="for (i=0; i < 6; i++) document.getElementsByName('discovermethod')[i].disabled=''"/></dd>
<hr>
<dt>Empty Vocabulary&nbsp;<input type="radio" name="discovermethod" value="none" checked="checked" disabled="disabled"/></dt>
<dd></dd>
<dt>Auto-Discover&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</br>
<dt>Auto-Discover&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
from file name&nbsp;<input type="radio" name="discovermethod" value="path" disabled="disabled" onclick="document.getElementById('discoverobjectspace').disabled=''"/><br/>
from page title&nbsp;<input type="radio" name="discovermethod" value="title" disabled="disabled" onclick="document.getElementById('discoverobjectspace').disabled=''"/><br/>
from page title (splitted)&nbsp;<input type="radio" name="discovermethod" value="titlesplitted" disabled="disabled" onclick="document.getElementById('discoverobjectspace').disabled=''"/><br/>
Expand All @@ -135,9 +134,9 @@ <h2>Vocabulary Administration</h2>
<dt><i>Column for Literals</i></dt>
<dd><input type="number" id="discovercolumnliteral" name="discovercolumnliteral" min="0" max="99" step="1" size="2" value="0" disabled="disabled" style="width:50px;"> (first has index 0)</dd>
<dt><i>Synonyms</i></dt>
<dd><input type="radio" name="discoversynonymsmethod" id="discoversynonymsmethod" value="none" checked="checked"/> <i>no Synonyms</i><br/>
<input type="radio" name="discoversynonymsmethod" id="discoversynonymsmethod" value="enrichsynonyms"/> <i>Auto-Enrich with Synonyms from Stemming Library</i><br/>
<input type="radio" name="discoversynonymsmethod" id="discoversynonymsmethod" value="readcolumn" onclick="document.getElementById('discovercolumnsynonyms').value=parseInt(document.getElementById('discovercolumnliteral').value)+1;"/> <i>Read Column</i><br/>
<dd><input type="radio" name="discoversynonymsmethod" id="discoverSynonymsMethodNo" value="none" checked="checked"/> <i>no Synonyms</i><br/>
<input type="radio" name="discoversynonymsmethod" id="discoverSynonymsMethodAuto" value="enrichsynonyms"/> <i>Auto-Enrich with Synonyms from Stemming Library</i><br/>
<input type="radio" name="discoversynonymsmethod" id="discoverSynonymsMethodReadCol" value="readcolumn" onclick="document.getElementById('discovercolumnsynonyms').value=parseInt(document.getElementById('discovercolumnliteral').value)+1;"/> <i>Read Column</i><br/>
<input type="number" id="discovercolumnsynonyms" name="discovercolumnsynonyms" min="-1" max="99" step="1" size="2" value="-1" disabled="disabled" style="width:50px;"> (first has index 0)
</dd>
<dt><i>Column for Object Link (optional)</i></dt>
Expand Down
1 change: 1 addition & 0 deletions locales/de.lng
Original file line number Diff line number Diff line change
Expand Up @@ -3556,6 +3556,7 @@ You can edit your profile <a href="ConfigProfile_p.html">here</a>==Sie können I

#File: Vocabulary_p.html
#---------------------------
<html lang="en">==<html lang="de">
The information that is presented on this page can also be retrieved as XML==Die Informationen auf dieser Seite können auch im XML Format abgerufen werden
Click the API icon to see the RDF Ontology definition for this vocabulary.==Klicken Sie auf das API Symbol, um die RDF Ontology Definition für diese Vokabelliste anzuzeigen.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API" target="_blank">API wiki page</a>.==Um eine Liste aller APIs zu sehen, besuchen Sie die <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API" target="_blank">API Seite im Wiki</a>.
Expand Down
3 changes: 3 additions & 0 deletions locales/master.lng.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -9459,6 +9459,9 @@

<file original="Vocabulary_p.html" source-language="en" datatype="html">
<body>
<trans-unit id="b3979711" xml:space="preserve" approved="no" translate="yes">
<source>&lt;html lang="en"&gt;</source>
</trans-unit>
<trans-unit id="16c5dae2" xml:space="preserve" approved="no" translate="yes">
<source>YaCy '#[clientname]#': Federated Index</source>
</trans-unit>
Expand Down
1 change: 1 addition & 0 deletions locales/ru.lng
Original file line number Diff line number Diff line change
Expand Up @@ -3804,6 +3804,7 @@ You can edit your profile <a href="ConfigProfile_p.html">here</a>==Вы може

#File: Vocabulary_p.html
#---------------------------
<html lang="en">==<html lang="ru">
YaCy '#[clientname]#': Federated Index==YaCy '#[clientname]#': Управление словарём
The information that is presented on this page can also be retrieved as XML==Информация представленная на этой странице, также может быть получена в виде XML.
Click the API icon to see the RDF Ontology definition for this vocabulary.==Нажмите на иконку API для просмотра определения онтологии RDF для этого словаря.
Expand Down

0 comments on commit 39ec8cb

Please sign in to comment.