]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/cic/control.html
Initial revision
[helm.git] / helm / on-line / html / cic / control.html
index dba30d5aa869ee570e215360ddc03c6157408c68..470f82322ea2025f243a3e5069b6295231da6ab4 100644 (file)
@@ -64,8 +64,9 @@ td.back { background-color: #e6e6fa; color: brown }
    <td>
     <script>
      var url = unescape(getParam('url'));
+     var proofcheckerURL = unescape(extractParam(url,'param.proofcheckerURL'));
      var CICURI = extractParam(url,'param.CICURI');
-     url = "http://phd.cs.unibo.it:8085/proofCheck?uri=" + CICURI;
+     url = proofcheckerURL + "proofCheck?uri=" + CICURI;
      document.write(
       '<a target="proofChecker" href="' + url + '">Proof-check it</a>'
      );