]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/cic/control.html
param.annotations was yes or NO. It is now yer or no.
[helm.git] / helm / on-line / html / cic / control.html
index 7a69e1a0e46f11ba6797e364cd77bb94cb249613..dba30d5aa869ee570e215360ddc03c6157408c68 100644 (file)
@@ -21,7 +21,7 @@ td.back { background-color: #e6e6fa; color: brown }
  <h1>Object: 
   &quot;<script>document.write(extractParam(unescape(getParam('url')),'param.CICURI'))</script>&quot;
  &nbsp;&nbsp;&nbsp;<font size="+1">[Annotations are
- <script>if ((extractParam(unescape(getParam('url')),'param.annotations')) == 'NO') document.write('off'); else document.write('on')</script>
+ <script>if ((extractParam(unescape(getParam('url')),'param.annotations')) == 'no') document.write('off'); else document.write('on')</script>
  ]</font>
  </h1>
  <table>
@@ -62,10 +62,17 @@ td.back { background-color: #e6e6fa; color: brown }
   </tr>
   <tr>
    <td>
-    Proof-check it
+    <script>
+     var url = unescape(getParam('url'));
+     var CICURI = extractParam(url,'param.CICURI');
+     url = "http://phd.cs.unibo.it:8085/proofCheck?uri=" + CICURI;
+     document.write(
+      '<a target="proofChecker" href="' + url + '">Proof-check it</a>'
+     );
+    </script>
    </td>
    <td>
-    (Not ported to V7, yet. Coming soon.)
+    (Not ported to V7, yet. Experimental. Coming soon.)
    </td>
   </tr>
  </table>