From bf5c41c682dfa66f4f44b78c6f7de558e2364233 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 20 Jul 2001 15:14:18 +0000 Subject: [PATCH] Added explodeall parameter (default="false") to generate mactions with only the exploded component. Used during annotation. --- helm/on-line/html/cic/control.html | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/on-line/html/cic/control.html b/helm/on-line/html/cic/control.html index 1aec1c225..626db7580 100644 --- a/helm/on-line/html/cic/control.html +++ b/helm/on-line/html/cic/control.html @@ -33,6 +33,7 @@ td.back { background-color: #e6e6fa; color: brown } url = setParam(url,"prop.doctype-public",""); url = setParam(url,"prop.encoding",""); url = setParam(url,"prop.media-type","application/x-helm-annotation-helper"); + url = url + "¶m.explodeall=true"; document.write( 'Annotate it' ) -- 2.39.2