]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/uwobo-panel/control.html
* syntax update for "remove all stylesheets" in control.js
[helm.git] / helm / uwobo-panel / control.html
index 91c2e071423793ea09786570ccd4d219935fa857..3f68abb91bbef427758f4c9bc511a897c12031de 100644 (file)
@@ -37,6 +37,7 @@ If you have troubles, please send an email to the author:
 The sections:
 <ul>
   <li><a href="#params">Global Parameters</a></li>
+  <li><a href="#sessions">Daemon Management</a></li>
   <li><a href="#queries">Queries</a></li>
   <li><a href="#stylesheets">Stylesheet Management</a></li>
   <li><a href="#process">Processing</a></li>
@@ -92,12 +93,13 @@ 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>
     <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,13 +138,66 @@ 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>
 </table>
 </div>
 
+<br />
+
+<a name="sessions"/>
+<table border="0" width="100%" cellpadding="4" cellspacing="0">
+<tr>
+  <td class="head" align="left"><big>Daemon Management</big></td>
+  <td class="back" align="right"><a href="#top">top</a></td>
+</tr>
+</table>
+
+<br />
+
+<div id="indent">
+<p>You can start a new daemon on a given port. The new daemon will have
+   an empty list of processed stylesheets.
+</p>
+<table border="0">
+  <tr>
+    <th colspan="2" align="left">Port</th>
+  </tr>
+  <tr>
+    <td>
+      <form name="sessions">
+        <script>
+         document.write('<input type="text" value="' + getInitialPort() + '" size="5"/>');
+       </script>
+      </form>
+    </td>
+    <td>
+      <form>
+        <input type="button" value="Start New Daemon" onClick="top.result.location.replace(getUwoboURL() + 'newsession?port=' + document.sessions.elements[0].value)"/>
+      </form>
+    </td>
+  </tr>
+</table>
+</div>
+
+<br />
+
+<div id="indent">
+<p>You can also kill the daemon. The log file will be mantained.</p>
+<table border="0">
+  <tr>
+    <td>
+      <form>
+        <input type="button" value="Stop Daemon" onClick="top.result.location.replace(getUwoboURL() + 'kill')"/>
+      </form>
+    </td>
+  </tr>
+</table>
+</div>
+
+<br />
 <a name="queries"/>
 <table border="0" width="100%" cellpadding="4" cellspacing="0">
 <tr>
@@ -169,7 +224,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 +232,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 +274,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 +370,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="reloadAllStylesheets()"/>
     </form>
   </td>
 </tr>