<table border="0">
<tr>
- <th colspan="2" align="left">Proof-Checker URL</th>
+ <th colspan="2" align="left">URI-Set URL</th>
</tr>
<tr>
<td>
- <form name="proofcheckerURL">
+ <form name="uri_set_queueURL">
<script>
- document.write('<input type="text" value="' + getInitialProofCheckerURL() + '" size="50"/>');
+ document.write('<input type="text" value="' + getInitialURISetQueueURL() + '" size="50"/>');
</script>
</form>
</td>
<td>
<form>
- <select onChange="selectProofCheckerURL(this)">
+ <select onChange="selectURISetQueueURL(this)">
<option value="">---</option>
<option value="localhost">localhost</option>
<option value="mowgli.cs.unibo.it">mowgli</option>
</td>
<td>
<form>
- <input type="button" value="Check" onClick="top.result.location = getProofCheckerURL() + 'help'"/>
+ <input type="button" value="Check" onClick="top.result.location = getURISetQueueURL() + 'help'"/>
</form>
</td>
</tr>
<table border="0">
<tr>
- <th colspan="2" align="left">URI-Set URL</th>
+ <th colspan="2" align="left">Proof-Checker URL</th>
</tr>
<tr>
<td>
- <form name="uri_set_queueURL">
+ <form name="proofcheckerURL">
<script>
- document.write('<input type="text" value="' + getInitialURISetQueueURL() + '" size="50"/>');
+ document.write('<input type="text" value="' + getInitialProofCheckerURL() + '" size="50"/>');
</script>
</form>
</td>
<td>
<form>
- <select onChange="selectURISetQueueURL(this)">
+ <select onChange="selectProofCheckerURL(this)">
<option value="">---</option>
<option value="localhost">localhost</option>
<option value="mowgli.cs.unibo.it">mowgli</option>
</td>
<td>
<form>
- <input type="button" value="Check" onClick="top.result.location = getURISetQueueURL() + 'help'"/>
+ <input type="button" value="Check" onClick="top.result.location = getProofCheckerURL() + 'help'"/>
</form>
</td>
</tr>