more "http://phd.cs.unibo.it/helm/library/index.html", but
only "http://phd.cs.unibo.it/helm"
<td>
<script>
document.write('<a target="_top" href="' +
- getParam('topurl') +
+ getParam('topurl') + '/html/library/index.html' +
'?mode=' + getParam('mode') +
'&cicuri=' + getParam('cicuri') +
'&theoryuri=' + getParam('theoryuri') +
<script>
document.write('<frameset rows="18%,*" border="0" scrolling="no">');
document.write('<frame src="control.html' +
- '?topurl=' + location.protocol + "//" + location.host + location.pathname +
+ '?topurl=' + chopSlash(chopSlash(chopSlash(location.protocol + "//" + location.host + location.pathname))) +
'&mode=' + getParam('mode') +
'&cicuri=' + getParam('cicuri') +
'&theoryuri=' + getParam('theoryuri') +
var keys = "";
var url = "";
- var interfaceURL = chopSlash(chopSlash(top.topurl)) + "/cic/index.html";
- var thinterfaceURL = chopSlash(chopSlash(top.topurl)) + "/theory/index.html";
+ var interfaceURL = top.topurl + "/html/cic/index.html";
+ var thinterfaceURL = top.topurl + "/html/theory/index.html";
var output = mode_list[0];
var format;