]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/xslt/metadataLib.xsl
metadataLib2.xsl renamed makeGraphLinks.xsl and committed.
[helm.git] / helm / on-line / xslt / metadataLib.xsl
index 202a3d4838abc0cc13493ef445b27fd28134a378..b1434add6ae812eac4e5ebb8b135f70d251d6eac 100644 (file)
@@ -71,7 +71,7 @@
    url = setParam(url,"xmluri", getterURL + 'getxml%3Furi%3D' + RDFURI);
    url = setParam(url,"param.CICURI",escape(CICURI));
    url = draw_graphURL + 'draw?url=' + escape(url);
-   var url2 = setParam(location.href,"keys","ML2,RT");
+   var url2 = setParam(location.href,"keys","MGL,RT");
    url2 = setParam(url2,"xmluri",escape(url));
    document.write('<a target="graph" href="' + url2 + '">View the graph of all the objects depending on this one.</a>');
 ]]>
@@ -87,6 +87,7 @@
  <xsl:param name="CICURI" select="''"/>
  <xsl:param name="RDFURI" select="''"/>
  <p>
+  <!-- CSC: Cut & Paster from above ==> create a single javascript function -->
   <script>
    var CICURI = "<xsl:value-of select="$CICURI"/>";
    var RDFURI = "helm:rdf:www.cs.unibo.it/helm/rdf/forward//<xsl:value-of select="$RDFURI"/>";
@@ -97,7 +98,7 @@
    url = setParam(url,"xmluri", getterURL + 'getxml%3Furi%3D' + RDFURI);
    url = setParam(url,"param.CICURI",escape(CICURI));
    url = draw_graphURL + 'draw?url=' + escape(url);
-   var url2 = setParam(location.href,"keys","ML2,RT");
+   var url2 = setParam(location.href,"keys","MGL,RT");
    url2 = setParam(url2,"xmluri",escape(url));
    document.write('<a target="graph" href="' + url2 + '">View the graph of all the dependencies of this object.</a>');
 ]]>