]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/library/index.html
New implementation of the graphs stuff: now every hard-coded URL has
[helm.git] / helm / on-line / html / library / index.html
index 87a8f4491fce86970df1a472e6fc12a818f81f8c..16ca2a00f9eb4c158169df043839d0a150e5aaf3 100644 (file)
@@ -23,6 +23,8 @@
        '&theoryuri=' + getParam2('theoryuri') +
        '&processorURL=' + getParam2('processorURL') +
        '&getterURL=' + getParam2('getterURL') +
+       '&draw_graphURL=' + getParam2('draw_graphURL') +
+       '&uri_set_queueURL=' + getParam2('uri_set_queueURL') +
        '&UNICODEvsSYMBOL=' + getParam2('UNICODEvsSYMBOL');
   var escaped_control_frame_URL = escape(control_frame_URL);
   document.write('<frame src="' +
@@ -46,6 +48,8 @@
         '&param.keys=L2H' +
        '&param.uri=' + getParam2('theoryuri') +
        '&param.getterURL=' + getParam2('getterURL') +
+       '&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))) + 
@@ -67,6 +71,8 @@
         '&param.keys=L2H' +
        '&param.uri=' + getParam2('cicuri') +
        '&param.getterURL=' + getParam2('getterURL') +
+       '&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))) +