<h1>Object:
"<script>document.write(extractParam(unescape(getParam('url')),'param.CICURI'))</script>"
<font size="+1">[Annotations are
- <script>if ((extractParam(unescape(getParam('url')),'param.annotations')) == 'NO') document.write('off'); else document.write('on')</script>
+ <script>if ((extractParam(unescape(getParam('url')),'param.annotations')) == 'no') document.write('off'); else document.write('on')</script>
]</font>
</h1>
<table>
</tr>
<tr>
<td>
- Proof-check it
+ <script>
+ var url = unescape(getParam('url'));
+ var CICURI = extractParam(url,'param.CICURI');
+ url = "http://phd.cs.unibo.it:8085/proofCheck?uri=" + CICURI;
+ document.write(
+ '<a target="proofChecker" href="' + url + '">Proof-check it</a>'
+ );
+ </script>
</td>
<td>
- (Not ported to V7, yet. Coming soon.)
+ (Not ported to V7, yet. Experimental. Coming soon.)
</td>
</tr>
</table>
"¶m.thinterfaceURL=" + escape(thinterfaceURL);
}
- var naturalLanguage = typesflags;
+ var naturalLanguage = typesflags.toLowerCase();
if (typesflags != "NO" || type == "theory") {
naturalLanguage = mode_list[3];
}
- var annotations = cicflags;
+ var annotations = cicflags.toLowerCase();
if (cicflags != "NO" || type == "theory") {
annotations = mode_list[4];
}