]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/folder/index.html
ocaml 3.09 transition
[helm.git] / helm / on-line / html / folder / index.html
index 4c50442bd0f170ebd7ccf567692380fdd689fbae..428a3ed0c73dcf83f7f5590dcce87bab54a37448 100644 (file)
@@ -8,13 +8,14 @@
  var processorURL = "<subst:processorURL/>";
  var interfaceURL = "<subst:interfaceURL/>";
  var profile = "<subst:profile/>";
- var CICURI = "<subst:CICURI/>";
+ var CICURI = "<subst:cleanCICURI/>";
  var annotations = "<subst:annotations/>";
  var url = "<subst:makeTheoryURL/>";
 <![CDATA[
   document.write('<frameset cols="20%,*" border="1" >');
-  document.write('<frame src="' + processorURL + 'apply?keys=RT&profile=' +
-    profile + '&param.annotations=' + annotations + '&param.CICURI=' + CICURI +
+  document.write('<frame src="' + processorURL +
+    'apply?keys=SPK%2CRT&profile=' + profile + '&param.profile=' + profile +
+    '&param.annotations=' + annotations + '&param.CICURI=' + CICURI +
     '&param.url=' + escape(url) + '&xmluri=' +
     escape(interfaceURL + 'html/folder/control.html') +'"/>');
   document.write('<frame src="' + url + '&param.toplevel=true" name="result"/>');