]> matita.cs.unibo.it Git - helm.git/commitdiff
First completely working interface for metadata.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 29 Jun 2001 14:33:49 +0000 (14:33 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 29 Jun 2001 14:33:49 +0000 (14:33 +0000)
helm/on-line/xslt/metadataLib.xsl

index f264516b2c72a18c366abe4d0c9258fa8331ddb0..e4c18b3cc378f439a05a4eff874d87bcf327c183 100644 (file)
@@ -48,9 +48,9 @@
    var getterURL = "<xsl:value-of select="$getterURL"/>";
 <![CDATA[
    //url = setParam(url,"keys",getCICMathMLKeys());
-   var url = setParam(location.href,"keys","mth");
+   var url = setParam(location.href,"keys","meta_theory%2CT1%2CT2%2CL%2CE");
    url = setParam(url,"xmluri", getterURL + "getxml%3Furi%3D" + RDFURI);
-   document.write('<a href="' + url + '">View the objects depending on ' + name + '.</a>');
+   document.write('<a target="theory" href="' + url + '">View the objects depending on ' + name + '.</a>');
 ]]>
   </script>
  </p>