]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/library/control.html
###############################################################
[helm.git] / helm / on-line / html / library / control.html
index 5d353fc0d8b4f4e376f7bd0a73ef89fc4109489d..50016dcea48208e5654cbcd8dd9c97f724b282d0 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]);
     </td>
     <td>
      <script>
+      var processorURL = '<subst:processorURL/>';
+      var interfaceURL = '<subst:interfaceURL/>';
+      var profile = '<subst:profile/>';
 <![CDATA[
-       document.write('<a target="_top" href="' +
-         getParam2('topurl') + '/html/library/index.html' +
-        '" onClick="refreshReload()">Reload</a>');
+       document.write('<a target="_top" href="" ' +
+        'onClick="refreshReload(profile,processorURL,interfaceURL)">Reload</a>');
 ]]>
      </script>
      <br />
      (do it also before attempting to take a link to the current page)
      <script>
 <![CDATA[
-       top.processorURL = getParam2('processorURL');
-       top.getterURL = getParam2('getterURL');
-       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');
        top.cicuri = getParam2('cicuri');
        top.theoryuri = getParam2('theoryuri');
@@ -95,7 +93,7 @@
      <script>
 <![CDATA[
        document.write('<a target="_top" href=""' +
-        ' onClick="refreshReload()">Configuration Panel</a>');
+        ' onClick="refreshReload(profile,processorURL,interfaceURL)">Configuration Panel</a>');
 ]]>
      </script>
      <br />