]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/library/index.html
This commit was manufactured by cvs2svn to create branch 'start'.
[helm.git] / helm / on-line / html / library / index.html
diff --git a/helm/on-line/html/library/index.html b/helm/on-line/html/library/index.html
new file mode 100644 (file)
index 0000000..fb9afb3
--- /dev/null
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
+"http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+<head>
+ <script language="JavaScript" src="../../javascript/defaults.js"></script>
+ <script language="JavaScript" src="../../javascript/utils.js"></script>
+ <title>Index</script></title>
+</head>
+<script>
+  document.write('<frameset rows="18%,*" border="0" scrolling="no">');
+  document.write('<frame src="control.html' +
+       '?topurl=' + location.protocol + "//" + location.host + location.pathname +
+       '&mode=' + getParam('mode') +
+       '&cicuri=' + getParam('cicuri') +
+       '&theoryuri=' + getParam('theoryuri') +
+       '&processorURL=' + getParam('processorURL') +
+       '&getterURL=' + getParam('getterURL') +
+       '" name="control"/>');
+  document.write('<frameset cols="50%,50%" border="0" scrolling="no">');
+  document.write('<frameset rows="11%,*" border="0" scrolling="no">');
+  document.write('<frame src="' +
+       getParam('processorURL') + 'apply' +
+       '?keys=GP' +
+       '&xmluri=' + location.protocol + "//" + location.host + chopSlash(location.pathname) + "/header.html" +
+       '&param.uri=' + getParam('theoryuri') + 
+       '" name="theoryheader"/>');
+  document.write('<frame src="' +
+       getParam('processorURL') + 'apply' +
+       '?keys=L2H' +
+       '&xmluri=' + escape(getParam('getterURL') + 'ls?format=xml&baseuri=' + getParam('theoryuri')) +
+        '&param.keys=L2H' +
+       '&param.uri=' + getParam('theoryuri') +
+       '&param.getterURL=' + getParam('getterURL') +
+        '&param.target=theory' +
+       '&param.interfaceURL=' + location.protocol + "//" + location.host + chopSlash(chopSlash(chopSlash(location.pathname))) + 
+       '" name="theoryresult"/>');
+  document.write('</frameset>');
+  document.write('<frameset rows="11%,*" border="0" scrolling="no">');
+  document.write('<frame src="' +
+       getParam('processorURL') + 'apply' +
+       '?keys=GP' +
+       '&xmluri=' + location.protocol + "//" + location.host + chopSlash(location.pathname) + "/header.html" +
+       '&param.uri=' + getParam('cicuri') + 
+       '" name="cicheader"/>');
+  document.write('<frame src="' +
+       getParam('processorURL') + 'apply' +
+       '?keys=L2H' +
+       '&xmluri=' + escape(getParam('getterURL') + 'ls?format=xml&baseuri=' + getParam('cicuri')) +
+        '&param.keys=L2H' +
+       '&param.uri=' + getParam('cicuri') +
+       '&param.getterURL=' + getParam('getterURL') +
+        '&param.target=cic' +
+       '&param.interfaceURL=' + location.protocol + "//" + location.host + chopSlash(chopSlash(chopSlash(location.pathname))) +
+       '" name="cicresult"/>');
+  document.write('</frameset>');
+  document.write('</frameset>');
+  document.write('</frameset>');
+</script>
+
+</html>