]> matita.cs.unibo.it Git - helm.git/commitdiff
Following an hyperlink from a proof-tree rendering now brings you to
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 19 Sep 2003 11:33:47 +0000 (11:33 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 19 Sep 2003 11:33:47 +0000 (11:33 +0000)
the lambda-term rendering of the proof statement.

helm/on-line/javascript/control.js

index 26291e73f087f0938fc42643ca2b4cd3a8dc14ee..4da22fac90a8f87dc5f73492b9a6c13fd3765f0c 100644 (file)
@@ -197,12 +197,10 @@ function makeURL(type,uri,cicflags,typesflags)
        "&prop.encoding=iso-8859-1" +
        "&prop.media-type=text/xml" +
        "&prop.method=xml" +
-       "&param.doctype-public="+escape("-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN")+
-       "&param.doctype-system="+escape("http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd")+
+       "&param.doctype-public="+escape("-//W3C//DTD XHTML 1.0 Transitional//EN")+
        "&param.encoding=iso-8859-1" +
-       "&param.media-type=text/xml" +
-       "&param.method=xml" +
-       "&param.keys=" + getCICProofTreeXHTMLMathMLKeys() +
+       "&param.media-type=text/html" +
+       "&param.keys=" + getCICHTMLKeys() +
        "&param.interfaceURL=" + escape(interfaceURL);
     } else if (format == "html" && type == "cic") {
       keys = getCICHTMLKeys() +