return escape("d_c,C1,HC2,L");
}
+function getCICProofTreeXHTMLMathMLKeys()
+{
+ return escape("HAT,G,HAO,L");
+}
+
function makeURL(type,uri,cicflags,typesflags)
{
var mode = top.mode;
url = getterURL + "getxml?uri=" + rdfprefix + uri + ext + "&format=" +
mode_list[5] + "&patch_dtd=" + mode_list[6];
} else {
- if (format == "html" && type == "cic") {
+ var uri_len = uri.length;
+ if (format == "html" && type == "cic" && uri.substring(uri.length - 10, uri.length) == "proof_tree") {
+ keys = getCICProofTreeXHTMLMathMLKeys() +
+ "¶m.processorURL=" + escape(processorURL) +
+ "¶m.getterURL=" + escape(getterURL) +
+ "¶m.proofcheckerURL=" + escape(proofcheckerURL) +
+ "¶m.draw_graphURL=" + escape(draw_graphURL) +
+ "¶m.uri_set_queueURL=" + escape(uri_set_queueURL) +
+ "¶m.UNICODEvsSYMBOL=" + escape(UNICODEvsSYMBOL) +
+ "&prop.doctype-public="+escape("-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN")+
+ "&prop.doctype-system="+escape("http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd")+
+ "&prop.encoding=iso-8859-1" +
+ "&prop.media-type=text/xml" +
+ "&prop.method=xml" +
+ "¶m.doctype-public="+escape("-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN")+
+ "¶m.doctype-system="+escape("http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd")+
+ "¶m.encoding=iso-8859-1" +
+ "¶m.media-type=text/xml" +
+ "¶m.method=xml" +
+ "¶m.keys=" + getCICProofTreeXHTMLMathMLKeys() +
+ "¶m.interfaceURL=" + escape(interfaceURL);
+ } else if (format == "html" && type == "cic") {
keys = getCICHTMLKeys() +
"¶m.processorURL=" + escape(processorURL) +
"¶m.getterURL=" + escape(getterURL) +