]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/configuration.html
ocaml 3.09 transition
[helm.git] / helm / on-line / html / configuration.html
index 6ca9cd14a18d2b943e0ce04f6dbacd117e97e7af..f183ed1183ae1fdc47a73c9c33f192351b37ea3b 100644 (file)
@@ -207,6 +207,34 @@ bottom of the page.
       </form>
     </td>
   </tr>
+  <tr>
+    <th colspan="2" align="left">Search Engine URL</th>
+  </tr>
+  <tr>
+    <td>
+      <form name="searchengineURL">
+        <script>
+         var defaultValue = '<uwobo:key name="searchengineURL"/>';
+         document.write('<input type="text" value="' + defaultValue + '" size="50"/>');
+       </script>
+      </form>
+    </td>
+    <td>
+      <form>
+        <select onChange="selectSearchEngineURL(this)">
+         <option value="">---</option>
+         <option value="localhost">localhost</option>
+         <option value="mowgli.cs.unibo.it">mowgli</option>
+         <option value="marcello.cs.unibo.it">marcello</option>
+       </select>
+      </form>
+    </td>
+    <td>
+      <form>
+        <input type="button" value="Check" onClick="window.open(getSearchEngineURL() + 'help')"/>
+      </form>
+    </td>
+  </tr>
   <tr>
     <th colspan="2" align="left">RDFly URL</th>
   </tr>