]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/folder/index.html
Major interface upgrade still going on. But we are approaching the end of the
[helm.git] / helm / on-line / html / folder / index.html
diff --git a/helm/on-line/html/folder/index.html b/helm/on-line/html/folder/index.html
new file mode 100644 (file)
index 0000000..4c50442
--- /dev/null
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
+"http://www.w3.org/TR/REC-html40/loose.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:subst="http://www.cs.unibo.it/helm/subst">
+<head>
+ <title><subst:CICURI/></title>
+</head>
+<script>
+ var processorURL = "<subst:processorURL/>";
+ var interfaceURL = "<subst:interfaceURL/>";
+ var profile = "<subst:profile/>";
+ var CICURI = "<subst:CICURI/>";
+ var annotations = "<subst:annotations/>";
+ var url = "<subst:makeTheoryURL/>";
+<![CDATA[
+  document.write('<frameset cols="20%,*" border="1" >');
+  document.write('<frame src="' + processorURL + 'apply?keys=RT&profile=' +
+    profile + '&param.annotations=' + annotations + '&param.CICURI=' + CICURI +
+    '&param.url=' + escape(url) + '&xmluri=' +
+    escape(interfaceURL + 'html/folder/control.html') +'"/>');
+  document.write('<frame src="' + url + '&param.toplevel=true" name="result"/>');
+  document.write('</frameset>');
+]]>
+</script>
+</html>