]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/searchEngine/html/index.html
###############################################################
[helm.git] / helm / searchEngine / html / index.html
index 0e120ed904e852de28c4a2f591ebe263ecad7a44..fa91efcffbc9dada5665f5827f6691ce8b59d774 100644 (file)
@@ -45,12 +45,7 @@ function initialize()
 // @variable@ will be substituted by the searchEngine with the param.variable
 // argument value
 var processorURL="@processorURL@";
-var getterURL="@getterURL@";
 var thkeys="@thkeys@";
-var proofcheckerURL="@proofcheckerURL@";
-var draw_graphURL="@draw_graphURL@";
-var uri_set_queueURL="@uri_set_queueURL@";
-var UNICODEvsSYMBOL="@UNICODEvsSYMBOL@";
 var keys="@keys@";
 var thkeys="@thkeys@";
 var embedkeys="@embedkeys@";
@@ -59,25 +54,18 @@ var encoding="@encoding@";
 var thencoding="@thencoding@";
 var media_type="@media-type@";
 var thmedia_type="@thmedia-type@";
-var interfaceURL="@interfaceURL@";
-var thinterfaceURL="@thinterfaceURL@";
 var CICURI="@CICURI@";
 var naturalLanguage="@naturalLanguage@";
 var annotations="@annotations@";
-var interface_topurl="@topurl@";
 
 function ask_uwobo(url)
        {
          return (top.topurl+"/ask_uwobo?url="+
                  encodeURIComponent(processorURL + "apply?" +
                          "xmluri=" + encodeURIComponent(url) +
+                         "&profile=default" +
+                         "&param.profile=default" +
                          "&keys=" + encodeURIComponent(thkeys) +
-                         "&param.processorURL=" + encodeURIComponent(processorURL) +
-                         "&param.getterURL=" + encodeURIComponent(getterURL) +
-                         "&param.proofcheckerURL=" + encodeURIComponent(proofcheckerURL) +
-                         "&param.draw_graphURL=" + encodeURIComponent(draw_graphURL) +
-                         "&param.uri_set_queueURL=" + encodeURIComponent(uri_set_queueURL) +
-                         "&param.UNICODEvsSYMBOL=" + encodeURIComponent(UNICODEvsSYMBOL) +
                          "&param.keys=" + encodeURIComponent(keys) +
                          "&param.thkeys=" + encodeURIComponent(thkeys) +
                          "&param.embedkeys=" + encodeURIComponent(embedkeys) +
@@ -86,12 +74,9 @@ function ask_uwobo(url)
                          "&param.thencoding=" + encodeURIComponent(thencoding) +
                          "&param.media-type=" + encodeURIComponent(media_type) +
                          "&param.thmedia-type=" + encodeURIComponent(thmedia_type) +
-                         "&param.interfaceURL=" + encodeURIComponent(interfaceURL) +
-                         "&param.thinterfaceURL=" + encodeURIComponent(thinterfaceURL) +
                          "&param.CICURI=" + encodeURIComponent(CICURI) +
                          "&param.naturalLanguage=" + encodeURIComponent(naturalLanguage) +
                          "&param.annotations=" + encodeURIComponent(annotations) +
-                         "&param.topurl=" + encodeURIComponent(interface_topurl) +
                          "&prop.method=html" +
                          "&param.expandasking=" + encodeURIComponent(top.topurl)));
        }