]> matita.cs.unibo.it Git - helm.git/commitdiff
Uncommited changes committed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 10 Jun 2004 10:12:46 +0000 (10:12 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 10 Jun 2004 10:12:46 +0000 (10:12 +0000)
helm/on-line/html/cic/control.html
helm/on-line/html/folder/control.html
helm/on-line/html/theory/index.html

index 126772343a2989ab13f6d3f00604bba72266b002..8e6aeaf1f7614b3f6b9f23aa490c642f7022e413 100644 (file)
@@ -24,6 +24,7 @@ h2.uri { margin-top: 0ex; margin-bottom: 0ex }
  var DirectRDFURL = "<subst:DirectRDFURL/>";
  var getterURL = "<subst:getterURL/>";
  var HTMLURL = "<subst:HTMLURL/>";
+ var ProofTreeURL = "<subst:makeProofTreeURL/>";
  var InverseRDFURL = "<subst:InverseRDFURL/>";
  var MathMLContentURL = "<subst:MathMLContentURL/>";
  var MathMLPresentationURL = "<subst:MathMLPresentationURL/>";
@@ -59,7 +60,7 @@ h2.uri { margin-top: 0ex; margin-bottom: 0ex }
  <hr />
  <div class="center">
    <script>
-     document.write('&lt;a target="result" style="color:black; text-decoration:none" href="' + url + '&amp;param.toplevel=true">');
+     document.write('&lt;a target="result" style="color:black; text-decoration:none" href="' + url + '">');
      document.write('<img style="border-style:none" src="' + interfaceURL + '/icons/object.png" />');
    </script>
   <h2 class="uri"><subst:base_CICURI/></h2>
@@ -86,6 +87,11 @@ h2.uri { margin-top: 0ex; margin-bottom: 0ex }
      document.write('<a href="' + MathMLPresentationURL + '&amp;param.toplevel=true" target="result"><small>MathML</small></a> ]');
      </script>
   </li>
+  <li>
+    <script>
+      document.write('<a href="' + ProofTreeURL + '&amp;param.toplevel=true" target="result">View proof tree</a>');
+    </script>
+  </li>
   <li>
     <script>
      var url = processorURL + "apply?keys=MC%2CRT%2CL&amp;xmluri=" +
index a3d6c0fedcefbeb8f89446889609fbd597eb6e51..32c5d71ed888e3251e1e96009a284137c7c5c8fc 100644 (file)
@@ -44,7 +44,7 @@ h2.uri { margin-top: 0ex; margin-bottom: 0ex }
  <hr />
  <div class="center">
    <script>
-     document.write('&lt;a target="result" style="color:black; text-decoration:none" href="' + url + '&amp;param.toplevel=true">');
+     document.write('&lt;a target="result" style="color:black; text-decoration:none" href="' + url + '">');
      document.write('<img style="border-style:none" src="' + interfaceURL + '/icons/folder.png" />');
    </script>
  <h2 class="uri"><subst:base_CICURI/></h2>
index d64a5745ae36f86937ea31b7ef24de7490c91997..711ad87bab43120e1ce782c934897da76573212b 100644 (file)
@@ -18,7 +18,7 @@
     '&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>