1 <?xml version="1.0" encoding="UTF-8"?>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
6 <html xmlns:subst="http://www.cs.unibo.it/helm/subst">
8 <!-- Note: <subst:script/> are substitued by the stylesheet with <script /> -->
9 <!-- after changing @src in the concatenation of the interface URL with @src -->
10 <subst:script language="JavaScript" src="/javascript/defaults.js" />
11 <subst:script language="JavaScript" src="/javascript/utils.js" />
15 var topurl = "<subst:topurl/>";
17 document.write('<frameset rows="18%,*" border="0" scrolling="no">');
18 var control_frame_URL=
19 topurl + '/html/library/control.html' +
21 '&mode=' + getParam2('mode') +
22 '&cicuri=' + getParam2('cicuri') +
23 '&theoryuri=' + getParam2('theoryuri') +
24 '&processorURL=' + getParam2('processorURL') +
25 '&getterURL=' + getParam2('getterURL') +
26 '&proofcheckerURL=' + getParam2('proofcheckerURL') +
27 '&draw_graphURL=' + getParam2('draw_graphURL') +
28 '&uri_set_queueURL=' + getParam2('uri_set_queueURL') +
29 '&UNICODEvsSYMBOL=' + getParam2('UNICODEvsSYMBOL');
30 var escaped_control_frame_URL = escape(control_frame_URL);
31 document.write('<frame src="' +
32 getParam2('processorURL') + 'apply' +
34 '¶m.topurl=' + topurl +
35 '&xmluri=' + escaped_control_frame_URL + '" name="control"/>');
36 document.write('<frameset cols="50%,50%" border="0" scrolling="no">');
37 document.write('<frameset rows="11%,*" border="0" scrolling="no">');
38 document.write('<frame src="' +
39 getParam2('processorURL') + 'apply' +
41 //'&xmluri=' + location.protocol + "//" + location.host + chopSlash(location.pathname) + "/header.html" +
42 '&xmluri=' + topurl + '/html/library/header.html' +
43 '¶m.uri=' + getParam2('theoryuri') +
44 '" name="theoryheader"/>');
45 document.write('<frame src="' +
46 getParam2('processorURL') + 'apply' +
48 '&xmluri=' + escape(getParam2('getterURL') + 'ls?format=xml&baseuri=' + getParam2('theoryuri')) +
50 '¶m.uri=' + getParam2('theoryuri') +
51 '¶m.getterURL=' + getParam2('getterURL') +
52 '¶m.proofcheckerURL=' + getParam2('proofcheckerURL') +
53 '¶m.draw_graphURL=' + getParam2('draw_graphURL') +
54 '¶m.uri_set_queueURL='+getParam2('uri_set_queueURL') +
55 '¶m.UNICODEvsSYMBOL=' + getParam2('UNICODEvsSYMBOL') +
56 '¶m.target=theory' +
57 //'¶m.interfaceURL=' + location.protocol + "//" + location.host + chopSlash(chopSlash(chopSlash(location.pathname))) +
58 '¶m.interfaceURL=' + topurl +
59 '" name="theoryresult"/>');
60 document.write('</frameset>');
61 document.write('<frameset rows="11%,*" border="0" scrolling="no">');
62 document.write('<frame src="' +
63 getParam2('processorURL') + 'apply' +
65 //'&xmluri=' + location.protocol + "//" + location.host + chopSlash(location.pathname) + "/header.html" +
66 '&xmluri=' + topurl + '/html/library/header.html' +
67 '¶m.uri=' + getParam2('cicuri') +
68 '" name="cicheader"/>');
69 document.write('<frame src="' +
70 getParam2('processorURL') + 'apply' +
72 '&xmluri=' + escape(getParam2('getterURL') + 'ls?format=xml&baseuri=' + getParam2('cicuri')) +
74 '¶m.uri=' + getParam2('cicuri') +
75 '¶m.getterURL=' + getParam2('getterURL') +
76 '¶m.proofcheckerURL=' + getParam2('proofcheckerURL') +
77 '¶m.draw_graphURL=' + getParam2('draw_graphURL') +
78 '¶m.uri_set_queueURL='+getParam2('uri_set_queueURL') +
79 '¶m.UNICODEvsSYMBOL=' + getParam2('UNICODEvsSYMBOL') +
81 //'¶m.interfaceURL=' + location.protocol + "//" + location.host + chopSlash(chopSlash(chopSlash(location.pathname))) +
82 '¶m.interfaceURL=' + topurl +
83 '" name="cicresult"/>');
84 document.write('</frameset>');
85 document.write('</frameset>');
86 document.write('</frameset>');