]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/theory/index.html
(dis)organized web stuff
[helm.git] / helm / on-line / html / theory / index.html
diff --git a/helm/on-line/html/theory/index.html b/helm/on-line/html/theory/index.html
deleted file mode 100644 (file)
index 6627247..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<!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:cleanCICURI/>";
- var annotations = "<subst:annotations/>";
- var url = "<subst:makeTheoryURL/>";
-<![CDATA[
-  document.write('<frameset cols="20%,*" border="1" >');
-  document.write('<frame src="' + processorURL +
-    'apply?keys=SPK%2CRT&profile=' + profile + '&param.profile=' + profile +
-    '&param.annotations=' + annotations + '&param.CICURI=' + CICURI +
-    '&param.url=' + escape(url) + '&xmluri=' +
-    escape(interfaceURL + 'html/theory/control.html') +'"/>');
-  document.write('<frame src="' + url + '" name="result"/>');
-  document.write('</frameset>');
-]]>
-</script>
-</html>