]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/library/control.html
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / on-line / html / library / control.html
index 697bf0f55d16a00fe43fe8bbe509acff31c5157a..72c13b65f63bc4ab03de914953b392b58e830eee 100644 (file)
@@ -38,6 +38,8 @@
          outputOption(document, "cic",   "CIC", mode_list[1]);
          outputOption(document, "types", "TYPES", mode_list[1]);
          outputOption(document, "ann",   "ANN", mode_list[1]);
+         outputOption(document, "fwd",   "RDF: Forward pointers", mode_list[1]);
+         outputOption(document, "bwd",   "RDF: Backward pointers", mode_list[1]);
        } else {
          outputOption(document, "html", "HTML", mode_list[2]);
          outputOption(document, "mml_cont", "MathML Content", mode_list[2]);
@@ -60,6 +62,9 @@
 <![CDATA[
        top.processorURL = getParam2('processorURL');
        top.getterURL = getParam2('getterURL');
+       top.proofcheckerURL = getParam2('proofcheckerURL');
+       top.draw_graphURL = getParam2('draw_graphURL');
+       top.uri_set_queueURL = getParam2('uri_set_queueURL');
        top.UNICODEvsSYMBOL = getParam2('UNICODEvsSYMBOL');
        top.topurl = getParam2('topurl');
        top.mode = getParam2('mode');