]> matita.cs.unibo.it Git - helm.git/commitdiff
Tempative version: every link is now opened in a new window.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 19 May 2004 15:51:16 +0000 (15:51 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 19 May 2004 15:51:16 +0000 (15:51 +0000)
The user is responsible for organizing them.

helm/on-line/html/cic/control.html

index c6afa7080da0c6ca8b9aa7742b9d79b41b3fb1ff..1697419970723bb5a6f096e0a40c8ca0b553cc5a 100644 (file)
@@ -66,7 +66,7 @@ td.back { background-color: #e6e6fa; color: brown }
      url = setParam(url,"prop.encoding","iso-8859-1");
      url = setParam(url,"param.CICURI",CICURI);
      document.write(
-      '<a target="metadata" href="' + url + '">View its metadata and dependencies</a>'
+      '<a target="_blank" href="' + url + '">View its metadata and dependencies</a>'
      );
     </script>
    </td>
@@ -81,7 +81,7 @@ td.back { background-color: #e6e6fa; color: brown }
      var CICURI = dropBodySuffix(extractParam(url,'param.CICURI'));
      url = proofcheckerURL + "proofCheck?uri=" + CICURI;
      document.write(
-      '<a target="proofChecker" href="' + url + '">Proof-check it</a>'
+      '<a target="_blank" href="' + url + '">Proof-check it</a>'
      );
     </script>
    </td>