]> matita.cs.unibo.it Git - helm.git/commitdiff
New version of Igor Rodionov stylesheets.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 4 May 2001 14:53:47 +0000 (14:53 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 4 May 2001 14:53:47 +0000 (14:53 +0000)
helm/on-line/javascript/control.js

index 76dc7b768f450a43511e024b0147f32aab4c6d68..8d16150cbd5c499f3425117dbf690ee75c49cd75 100644 (file)
@@ -106,7 +106,7 @@ function refreshtheoryHeader(headerURL)
 function getCICMathMLKeys()
 {
   //Important note: do not modify this function without modifying makeURL
-  return escape("C1,C2,L");
+  return escape("C1,G,C2,L");
 }
 
 function makeURL(type,uri,cicflags,typesflags)
@@ -179,7 +179,7 @@ function makeURL(type,uri,cicflags,typesflags)
        "&param.interfaceURL=" + escape(interfaceURL) +
        "&param.thinterfaceURL=" + escape(thinterfaceURL);
     } else if (format == "mml_pres" && type == "cic") {
-      keys = escape("C1,C2,L")+
+      keys = escape("C1,G,C2,L")+
        "&param.processorURL=" + escape(processorURL) +
        "&param.getterURL=" + escape(getterURL) +
        "&prop.doctype-public="+
@@ -188,13 +188,13 @@ function makeURL(type,uri,cicflags,typesflags)
        "&param.doctype-public=" +
        "&param.encoding=" +
        "&param.media-type=text/xml" +
-       "&param.keys=" + escape("C1,C2,L") +
+       "&param.keys=" + escape("C1,G,C2,L") +
        "&param.interfaceURL=" + escape(interfaceURL);
     } else if (format == "mml_pres" && type == "theory") {
       keys = escape("T1,T2,L,E")+
-       "&param.keys=C1,C2,L" +
+       "&param.keys=C1,G,C2,L" +
        "&param.thkeys=T1,T2,L,E" +
-       "&param.embedkeys=TC1,C2,L" +
+       "&param.embedkeys=TC1,G,C2,L" +
        "&param.processorURL=" + escape(processorURL) +
        "&param.getterURL=" + escape(getterURL) +
        "&param.doctype-public=" +