]> matita.cs.unibo.it Git - helm.git/commitdiff
Commented code removed
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 15 Oct 2001 06:13:10 +0000 (06:13 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 15 Oct 2001 06:13:10 +0000 (06:13 +0000)
helm/on-line/html/cic/index.html

index e115523d464a32cc5a54994dbb48a6324e5f42eb..c2a2ef50463a0224fefeaee74b5e022b340a4690 100644 (file)
   document.write('<frameset onLoad="window.focus()" rows="18%,*" border="0" scrolling="no">');
   document.write('<frame src="control.html?url=' + getParam('url') +'"/>');
   document.write('<frame src="' + unescape(getParam('url')) + '" + name="result"/>');
-/*
-  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('<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>');
 </script>