]> matita.cs.unibo.it Git - helm.git/commitdiff
- new stylesheets in the predefined set
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 9 Jun 2004 09:19:30 +0000 (09:19 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 9 Jun 2004 09:19:30 +0000 (09:19 +0000)
- some fields are now password fields

helm/uwobo-panel/control.html

index 4cb183bdce6c3d7d2bf9e3327be3a388b49e21c7..bdb6be8f21f76cf3d9ba19e22ad20127086a1463 100644 (file)
@@ -283,7 +283,7 @@ The following are commands to list and edit the UWOBO profiles.
   </td>
   <td>
     <form name="createProfilePassword">
-      <input type="text" size="20"/>
+      <input type="password" size="20"/>
     </form>
   </td>
   <td>
@@ -308,7 +308,7 @@ The following are commands to list and edit the UWOBO profiles.
   </td>
   <td>
     <form name="removeProfilePassword">
-      <input type="text" size="20"/>
+      <input type="password" size="20"/>
     </form>
   </td>
   <td>
@@ -333,7 +333,7 @@ The following are commands to list and edit the UWOBO profiles.
   </td>
   <td>
     <form name="getParamsProfilePassword">
-      <input type="text" size="20"/>
+      <input type="password" size="20"/>
     </form>
   </td>
   <td>
@@ -360,7 +360,7 @@ The following are commands to list and edit the UWOBO profiles.
   </td>
   <td>
     <form name="setParamProfilePassword">
-      <input type="text" size="20"/>
+      <input type="password" size="20"/>
     </form>
   </td>
   <td>
@@ -424,7 +424,6 @@ the getter is used by default (you can deselect it, however):
         <option value="L,link.xsl,true">Resolve links</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="L2T,ls2theory.xsl,true">Getter LS ==&gt; Theory</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>
@@ -434,6 +433,7 @@ the getter is used by default (you can deselect it, however):
         <option value="MDG,mk_dep_graph.xsl,true">Make graph of dependencies</option>
         <option value="HAT,hanane_textedepreuve2omdoc.xsl,true">Proof-Trees ==&gt; OMDoc</option>
         <option value="HAO,hanane_omdoc2xhtml.xsl,true">OMDoc ==&gt; XHTML+MathML</option>
+       <option value="SPK,substKey.xsl,true">Substitute UWOBO keys</option>
       </select>
     </form>
   </td>