]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/library/index.html
###############################################################
[helm.git] / helm / on-line / html / library / index.html
index 4f1be5faac96722d62bd4e524ea6e528284a63e0..a667aba28e000bec2b9f8ae7283665fadbd2000f 100644 (file)
 <title>Index</title>
 </head>
 <script>
-  var topurl = "<subst:topurl/>";
+  var topurl = "<subst:interfaceURL/>";
+  var getterURL = "<subst:getterURL/>";
+  var processorURL = "<subst:processorURL/>";
+  var profile = "<subst:profile/>";
 <![CDATA[
   document.write('<frameset rows="18%,*" border="0" scrolling="no">');
   var control_frame_URL=
        '?topurl=' + topurl +
        '&mode=' + getParam2('mode') +
        '&cicuri=' + getParam2('cicuri') +
-       '&theoryuri=' + getParam2('theoryuri') +
-       '&processorURL=' + getParam2('processorURL') +
-       '&getterURL=' + getParam2('getterURL') +
-       '&proofcheckerURL=' + getParam2('proofcheckerURL') +
-       '&draw_graphURL=' + getParam2('draw_graphURL') +
-       '&uri_set_queueURL=' + getParam2('uri_set_queueURL') +
-       '&UNICODEvsSYMBOL=' + getParam2('UNICODEvsSYMBOL');
+       '&theoryuri=' + getParam2('theoryuri');
   var escaped_control_frame_URL = escape(control_frame_URL);
   document.write('<frame src="' +
-        getParam2('processorURL') + 'apply' +
+        processorURL + 'apply' +
        '?keys=RT' +
+       '&profile=' + profile +
+       '&param.profile=' + profile +
         '&param.topurl=' + topurl +
         '&xmluri=' + escaped_control_frame_URL + '" 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="' +
-       getParam2('processorURL') + 'apply' +
+       processorURL + 'apply' +
        '?keys=GP' +
-       //'&xmluri=' + location.protocol + "//" + location.host + chopSlash(location.pathname) + "/header.html" +
+       '&profile=' + profile +
+       '&param.profile=' + profile +
        '&xmluri=' + topurl + '/html/library/header.html' +
        '&param.uri=' + getParam2('theoryuri') + 
        '" name="theoryheader"/>');
   document.write('<frame src="' +
-       getParam2('processorURL') + 'apply' +
+       processorURL + 'apply' +
        '?keys=L2H' +
-       '&xmluri=' + escape(getParam2('getterURL') + 'ls?format=xml&baseuri=' + getParam2('theoryuri')) +
+       '&profile=' + profile +
+       '&param.profile=' + profile +
+       '&xmluri=' + escape(getterURL + 'ls?format=xml&baseuri=' + getParam2('theoryuri')) +
         '&param.keys=L2H' +
        '&param.uri=' + getParam2('theoryuri') +
-       '&param.getterURL=' + getParam2('getterURL') +
-       '&param.proofcheckerURL=' + getParam2('proofcheckerURL') +
-       '&param.draw_graphURL=' + getParam2('draw_graphURL') +
-       '&param.uri_set_queueURL='+getParam2('uri_set_queueURL') +
-       '&param.UNICODEvsSYMBOL=' + getParam2('UNICODEvsSYMBOL') +
         '&param.target=theory' +
-       //'&param.interfaceURL=' + location.protocol + "//" + location.host + chopSlash(chopSlash(chopSlash(location.pathname))) + 
-       '&param.interfaceURL=' + topurl +
        '" name="theoryresult"/>');
   document.write('</frameset>');
   document.write('<frameset rows="11%,*" border="0" scrolling="no">');
   document.write('<frame src="' +
-       getParam2('processorURL') + 'apply' +
+       processorURL + 'apply' +
        '?keys=GP' +
-       //'&xmluri=' + location.protocol + "//" + location.host + chopSlash(location.pathname) + "/header.html" +
+       '&profile=' + profile +
+       '&param.profile=' + profile +
        '&xmluri=' + topurl + '/html/library/header.html' +
        '&param.uri=' + getParam2('cicuri') + 
        '" name="cicheader"/>');
   document.write('<frame src="' +
-       getParam2('processorURL') + 'apply' +
+       processorURL + 'apply' +
        '?keys=L2H' +
-       '&xmluri=' + escape(getParam2('getterURL') + 'ls?format=xml&baseuri=' + getParam2('cicuri')) +
+       '&profile=' + profile +
+       '&param.profile=' + profile +
+       '&xmluri=' + escape(getterURL + 'ls?format=xml&baseuri=' + getParam2('cicuri')) +
         '&param.keys=L2H' +
        '&param.uri=' + getParam2('cicuri') +
-       '&param.getterURL=' + getParam2('getterURL') +
-       '&param.proofcheckerURL=' + getParam2('proofcheckerURL') +
-       '&param.draw_graphURL=' + getParam2('draw_graphURL') +
-       '&param.uri_set_queueURL='+getParam2('uri_set_queueURL') +
-       '&param.UNICODEvsSYMBOL=' + getParam2('UNICODEvsSYMBOL') +
         '&param.target=cic' +
-       //'&param.interfaceURL=' + location.protocol + "//" + location.host + chopSlash(chopSlash(chopSlash(location.pathname))) +
-       '&param.interfaceURL=' + topurl +
        '" name="cicresult"/>');
   document.write('</frameset>');
   document.write('</frameset>');