]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/uwobo-panel/control.html
Initial revision
[helm.git] / helm / uwobo-panel / control.html
index 91c2e071423793ea09786570ccd4d219935fa857..c60c44a2c08e111b013aa7f287b3ebe138e226a2 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,10 +219,18 @@ 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>
-        <option value="GP,http://phd.cs.unibo.it/helm/xslt/getParam.xsl,false">Get Param</option>
+        <option value="d_c,drop_coercions.xsl,true">Drop implicit coercions</option>
+        <option value="meta_theory,mk_meta_theory.xsl,true">Metadata (back-pointers) to theory</option>
+        <option value="L2H,ls2html.xsl,true">Getter LS ==&gt; HTML</option>
+        <option value="GP,getParam.xsl,true">Get Param</option>
+        <option value="RT,resolve_topurl.xsl,true">Logic-sheet to substitute the interface URL</option>
+        <option value="MC,metadataControl.xsl,true">Stylesheet to create links to metadata</option>
+        <option value="MGL,makeGraphLinks.xsl,true">Add hyperlink menus to graphs</option>
+        <option value="MMG,mk_meta_graph.xsl,true">Make graph of backward dependencies</option>
+        <option value="MDG,mk_dep_graph.xsl,true">Make graph of dependencies</option>
       </select>
     </form>
   </td>
@@ -307,7 +315,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>