From: Claudio Sacerdoti Coen Date: Wed, 5 Feb 2003 11:28:41 +0000 (+0000) Subject: Missing parameters added to MathML Content mode. X-Git-Tag: V_0_0_4_1~57 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=8335f6c45ef87edd700b898e91489eb9cb551304;p=helm.git Missing parameters added to MathML Content mode. --- diff --git a/helm/on-line/javascript/control.js b/helm/on-line/javascript/control.js index f47355924..ca62cff57 100644 --- a/helm/on-line/javascript/control.js +++ b/helm/on-line/javascript/control.js @@ -215,6 +215,8 @@ function makeURL(type,uri,cicflags,typesflags) "¶m.thinterfaceURL=" + escape(thinterfaceURL); } else if (format == "mml_cont" && type == "cic") { keys = escape("d_c,C1")+ + "¶m.processorURL=" + escape(processorURL) + + "¶m.getterURL=" + escape(getterURL) + "&prop.doctype-public="+ //"&prop.encoding=" + "&prop.media-type=text/xml" + @@ -223,6 +225,8 @@ function makeURL(type,uri,cicflags,typesflags) "¶m.media-type=text/xml"; } else if (format == "mml_cont" && type == "theory") { keys = escape("T1,L,E")+ + "¶m.processorURL=" + escape(processorURL) + + "¶m.getterURL=" + escape(getterURL) + "¶m.keys=" + escape("d_c,C1") + "¶m.thkeys=T1,L,E" + "¶m.embedkeys=" + escape("d_c,TC1") +