]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/theory/index.html
ocaml 3.09 transition
[helm.git] / helm / on-line / html / theory / index.html
index 5159f9830512b14814d7b228a8505181d6bd58c7..6627247d28fc6ed3aa04786373f315bd11605e75 100644 (file)
@@ -8,16 +8,17 @@
  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/theory/control.html') +'"/>');
-  document.write('<frame src="' + url + '&param.toplevel=true" name="result"/>');
+  document.write('<frame src="' + url + '" name="result"/>');
   document.write('</frameset>');
 ]]>
 </script>