]> matita.cs.unibo.it Git - helm.git/commitdiff
Oooops. I have exchanged the targets of the links to the graphs of
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 25 Oct 2001 09:45:52 +0000 (09:45 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 25 Oct 2001 09:45:52 +0000 (09:45 +0000)
forward and backward dependencies. Fixed.

helm/on-line/xslt/metadataLib.xsl

index 900797e5f88c8c850af5f5d0f547d9588b27b39a..7dbd5fd63e3c9a3520f7ce39956de3e13e9630bc 100644 (file)
@@ -55,7 +55,7 @@
     <script>
      var CICURI = "<xsl:value-of select="$CICURI"/>";
 <![CDATA[
-     document.write('<a target="graph" href="' + mkDepURL(CICURI,true) + '">View the graph of all the objects depending on this one.</a>');
+     document.write('<a target="graph" href="' + mkMetaURL(CICURI,true) + '">View the graph of all the objects depending on this one.</a>');
 ]]>
     </script>
    </p>
@@ -74,7 +74,7 @@
     <script>
      var CICURI = "<xsl:value-of select="$CICURI"/>";
 <![CDATA[
-     document.write('<a target="graph" href="' + mkMetaURL(CICURI,true) + '">View the graph of all the dependencies of this object.</a>');
+     document.write('<a target="graph" href="' + mkDepURL(CICURI,true) + '">View the graph of all the dependencies of this object.</a>');
 ]]>
     </script>
    </p>