]> matita.cs.unibo.it Git - helm.git/commitdiff
Method get of the getter no more used. Replaced by getciconly
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 16 Mar 2001 13:50:13 +0000 (13:50 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 16 Mar 2001 13:50:13 +0000 (13:50 +0000)
(whose name is now insignificant)

helm/on-line/javascript/control.js

index e34551a7fb7ba7e2465d79f08d5ed37700a382a0..1b00d17e7e7606373eae82bc9a600a27df54f2fb 100644 (file)
@@ -106,7 +106,7 @@ function makeURL(type,uri,cicflags,typesflags)
   else format = mode_list[2];
   
   if (output == "raw") {
-    url = getterURL + "get?uri=" + uri;
+    url = getterURL + "getciconly?uri=" + uri;
   } else {
     if (format == "html" && type == "cic") {
       keys = "C1,HC2&param.processorURL=" + escape(processorURL) +
@@ -134,7 +134,7 @@ function makeURL(type,uri,cicflags,typesflags)
     if (cicflags != "NO" || type == "theory") {
        annotations = mode_list[4];
     }
-    url = processorURL + "apply?xmluri=" + escape(getterURL + "get?uri=" + uri) + "&keys=" + keys + "&param.CICURI=" + uri + "&param.naturalLanguage=" + naturalLanguage + "&param.annotations=" + annotations;
+    url = processorURL + "apply?xmluri=" + escape(getterURL + "getciconly?uri=" + uri) + "&keys=" + keys + "&param.CICURI=" + uri + "&param.naturalLanguage=" + naturalLanguage + "&param.annotations=" + annotations;
   }
 
   return url;