Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2ac4988f authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- corrected two labels

parent 8dd73a9b
No related branches found
No related tags found
No related merge requests found
......@@ -438,7 +438,7 @@ public class HTMLAServProfile implements AlignmentServiceProfile {
msg += "<option value=\""+id+"\">"+id+"</option>";
}
msg += "</select><br />";
msg += "SPARQL query:<br /> <textarea name=\"query\" rows=\"20\" cols=\"80\">PREFIX foaf: <http://xmlns.com/foaf/0.1/>\nSELECT *\nFROM <>\nWHERE {\n\n}</textarea> (turtle)<br /><small>A SPARQL query (PREFIX prefix: &lt;uri&gt; SELECT variables FROM &lt;url&gt; WHERE { triples })</small><br /><input type=\"submit\" value=\"Translate\"/></form>";
msg += "SPARQL query:<br /> <textarea name=\"query\" rows=\"20\" cols=\"80\">PREFIX foaf: <http://xmlns.com/foaf/0.1/>\nSELECT *\nFROM <>\nWHERE {\n\n}</textarea> (SPARQL)<br /><small>A SPARQL query (PREFIX prefix: &lt;uri&gt; SELECT variables FROM &lt;url&gt; WHERE { triples })</small><br /><input type=\"submit\" value=\"Translate\"/></form>";
} else if ( perf.equals("translate") ) {
Message answer = manager.translate( new Message(newId(),(Message)null,myId,serverId,"", params) );
if ( answer instanceof ErrorMsg ) {
......@@ -499,7 +499,7 @@ public class HTMLAServProfile implements AlignmentServiceProfile {
msg += displayAnswer( answer );
}
} else if ( perf.equals("") ) {
msg = "<h1>Available commands</h1><ul compact=\"1\">";
msg = "<h1>Alignment Server commands</h1><ul compact=\"1\">";
msg += "<li><form action=\"prmfind\"><input type=\"submit\" value=\"Find an alignment for ontologies\"/></form></li>";
msg += "<li><form action=\"prmalign\"><input type=\"submit\" value=\"Match ontologies\"/></form></li>";
msg += "<li><form action=\"prmcut\"><input type=\"submit\" value=\"Trim an alignment above some threshold\"/></form></li>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment