X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2FsearchEngine%2Fhtml%2Findex.html;h=fa91efcffbc9dada5665f5827f6691ce8b59d774;hb=275727242ccdce9df01af65f3bfb2d65283fa197;hp=0e120ed904e852de28c4a2f591ebe263ecad7a44;hpb=b7905d7eddb9fd5e3bd09d488c05b1111b1f2795;p=helm.git diff --git a/helm/searchEngine/html/index.html b/helm/searchEngine/html/index.html index 0e120ed90..fa91efcff 100644 --- a/helm/searchEngine/html/index.html +++ b/helm/searchEngine/html/index.html @@ -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" + + "¶m.profile=default" + "&keys=" + encodeURIComponent(thkeys) + - "¶m.processorURL=" + encodeURIComponent(processorURL) + - "¶m.getterURL=" + encodeURIComponent(getterURL) + - "¶m.proofcheckerURL=" + encodeURIComponent(proofcheckerURL) + - "¶m.draw_graphURL=" + encodeURIComponent(draw_graphURL) + - "¶m.uri_set_queueURL=" + encodeURIComponent(uri_set_queueURL) + - "¶m.UNICODEvsSYMBOL=" + encodeURIComponent(UNICODEvsSYMBOL) + "¶m.keys=" + encodeURIComponent(keys) + "¶m.thkeys=" + encodeURIComponent(thkeys) + "¶m.embedkeys=" + encodeURIComponent(embedkeys) + @@ -86,12 +74,9 @@ function ask_uwobo(url) "¶m.thencoding=" + encodeURIComponent(thencoding) + "¶m.media-type=" + encodeURIComponent(media_type) + "¶m.thmedia-type=" + encodeURIComponent(thmedia_type) + - "¶m.interfaceURL=" + encodeURIComponent(interfaceURL) + - "¶m.thinterfaceURL=" + encodeURIComponent(thinterfaceURL) + "¶m.CICURI=" + encodeURIComponent(CICURI) + "¶m.naturalLanguage=" + encodeURIComponent(naturalLanguage) + "¶m.annotations=" + encodeURIComponent(annotations) + - "¶m.topurl=" + encodeURIComponent(interface_topurl) + "&prop.method=html" + "¶m.expandasking=" + encodeURIComponent(top.topurl))); }