From: Claudio Sacerdoti Coen Date: Fri, 19 Sep 2003 11:58:43 +0000 (+0000) Subject: param.framewidth = 150 (hard-coded ;-( pour Hanane ;-(((((((((( X-Git-Tag: V_0_4_3_4~24 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=6b49a454bb263417ad7f73eeb5bc4d24759d543a param.framewidth = 150 (hard-coded ;-( pour Hanane ;-(((((((((( --- diff --git a/helm/on-line/javascript/control.js b/helm/on-line/javascript/control.js index 4da22fac9..79ed47fd7 100644 --- a/helm/on-line/javascript/control.js +++ b/helm/on-line/javascript/control.js @@ -201,7 +201,8 @@ function makeURL(type,uri,cicflags,typesflags) "¶m.encoding=iso-8859-1" + "¶m.media-type=text/html" + "¶m.keys=" + getCICHTMLKeys() + - "¶m.interfaceURL=" + escape(interfaceURL); + "¶m.interfaceURL=" + escape(interfaceURL) + + "¶m.framewidth=150"; } else if (format == "html" && type == "cic") { keys = getCICHTMLKeys() + "¶m.processorURL=" + escape(processorURL) +