From de7919bc2f1c068734c6760af0cb44c6d7022804 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 15 Oct 2001 06:14:13 +0000 Subject: [PATCH] New implementation of the graphs stuff: now every hard-coded URL has been removed. --- helm/on-line/html/control.html | 74 ++++++++++++++++++++++++-- helm/on-line/html/library/control.html | 2 + helm/on-line/html/library/index.html | 6 +++ helm/on-line/javascript/control.js | 21 +++++++- helm/on-line/javascript/defaults.js | 8 ++- helm/on-line/javascript/prelude.js | 62 +++++++++++++++++++++ helm/on-line/javascript/utils.js | 9 ++-- helm/on-line/xslt/metadataLib.xsl | 4 +- 8 files changed, 173 insertions(+), 13 deletions(-) diff --git a/helm/on-line/html/control.html b/helm/on-line/html/control.html index 791a8b28a..98bfebaf4 100644 --- a/helm/on-line/html/control.html +++ b/helm/on-line/html/control.html @@ -26,9 +26,9 @@ td.back { background-color: #e6e6fa; color: brown }
The on-line interface will use a -Getter to locate and +Getter to locate and download documents and an -UWOBO to apply transformations +UWOBO to apply transformations to them. @@ -40,9 +40,9 @@ to instances of them.

To control the behaviour of them, use the apposite -Getter panel +Getter panel and -UWOBO panel. +UWOBO panel.

@@ -112,6 +112,72 @@ and
+ + + + + + + + + +
Graph Drawer URL
+
+ +
+
+
+ +
+
+
+ +
+
+ +
+ + + + + + + + + + +
URI-Set URL
+
+ +
+
+
+ +
+
+
+ +
+
+ +
+ diff --git a/helm/on-line/html/library/control.html b/helm/on-line/html/library/control.html index 697bf0f55..5d353fc0d 100644 --- a/helm/on-line/html/library/control.html +++ b/helm/on-line/html/library/control.html @@ -60,6 +60,8 @@ - + @@ -80,7 +80,7 @@ var getterURL = ""; var draw_graphURL = "";
Browser