]> matita.cs.unibo.it Git - helm.git/commitdiff
The reload method requires now the "keys" parameter (that may be empty).
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 18 Mar 2003 16:45:59 +0000 (16:45 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 18 Mar 2003 16:45:59 +0000 (16:45 +0000)
helm/uwobo-panel/control.html

index c60c44a2c08e111b013aa7f287b3ebe138e226a2..96eed87652d8ae4d0d6d8505ac878416f5b59646 100644 (file)
@@ -92,6 +92,7 @@ The following is the URL used to contact the UWOBO servlet. Note that the servle
          <option value="marcello.cs.unibo.it">marcello</option>
          <option value="phd.cs.unibo.it">phd</option>
          <option value="eolo.cs.unibo.it">eolo</option>
+    <option value="helm.phd.cs.unibo.it">helm</option>
        </select>
       </form>
     </td>
@@ -315,7 +316,7 @@ care, and remember that the servlet can be shared among different users:
   </td>
   <td>
     <form>
-      <input type="button" value="Reload All" onClick="top.result.location.replace(getUwoboURL() + 'reload')"/>
+      <input type="button" value="Reload All" onClick="top.result.location.replace(getUwoboURL() + 'reload?keys=')"/>
     </form>
   </td>
 </tr>