]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/uwobo-panel/control.html
minidom.c : fixed memory leak
[helm.git] / helm / uwobo-panel / control.html
index 91c2e071423793ea09786570ccd4d219935fa857..93f0fac8b4dd20ecd83b108f60bec5a21ffb7fd3 100644 (file)
@@ -97,7 +97,7 @@ The following is the URL used to contact the UWOBO servlet. Note that the servle
     </td>
     <td>
       <form>
-        <input type="button" value="Check" onClick="top.result.location = getUwoboURL() + 'help'"/>
+        <input type="button" value="Check" onClick="top.result.location.replace(getUwoboURL() + 'help')"/>
       </form>
     </td>
   </tr>
@@ -136,7 +136,7 @@ running UWOBO and not your machine.
     </td>
     <td>
       <form>
-        <input type="button" value="Check" onClick="top.result.location = getGetterURL() + 'help'"/>
+        <input type="button" value="Check" onClick="top.result.location.replace(getGetterURL() + 'help')"/>
       </form>
     </td>
   </tr>
@@ -169,7 +169,7 @@ The following are commands to do some simple queries about the UWOBO servlet.
   </td>
 </tr>
 <tr>
-  <td><form><input type="button" value="Help" onClick="top.result.location = getUwoboURL() + 'help'"/></form></td>
+  <td><form><input type="button" value="Help" onClick="top.result.location.replace(getUwoboURL() + 'help')"/></form></td>
 </tr>
 <tr>
   <td>
@@ -177,7 +177,7 @@ The following are commands to do some simple queries about the UWOBO servlet.
   </td>
 </tr>
 <tr>
-  <td><form><input type="button" value="List Stylesheets" onClick="top.result.location = getUwoboURL() + 'list'"/></form></td>
+  <td><form><input type="button" value="List Stylesheets" onClick="top.result.location.replace(getUwoboURL() + 'list')"/></form></td>
 </tr>
 </table>
 
@@ -219,6 +219,7 @@ the getter is used by default (you can deselect it, however):
         <option value="T1,theory_content.xsl,true">Theory CIC ==&gt; MathML Content</option>
         <option value="T2,theory_pres.xsl,true">Theory Content ==&gt; MathML Presentation</option>
         <option value="E,expandobj.xsl,true">Expander</option>
+        <option value="G,genmmlid.xsl,true">MathML Content ==&gt; MathML Content + IDs</option>
         <option value="HC2,content_to_html.xsl,true">MathML Content ==&gt; HTML</option>
         <option value="L,link.xsl,true">Resolve links</option>
         <option value="L2H,http://phd.cs.unibo.it/helm/xslt/ls2html.xsl,false">Getter LS ==&gt; HTML</option>
@@ -307,7 +308,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 = getUwoboURL() + 'reload'"/>
+      <input type="button" value="Reload All" onClick="top.result.location.replace(getUwoboURL() + 'reload')"/>
     </form>
   </td>
 </tr>