]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/searchEngine/html/val.html
New: the user can now refine the proposed constraints once that they are
[helm.git] / helm / searchEngine / html / val.html
index 0e9aae5fee10010e5f15f80f9415a168b98c6179..cd80fbc3295f38f7abec4e3c56afdafec0c625d4 100644 (file)
@@ -24,7 +24,20 @@ function listvvars2()
        }
 function help()
        {
-       alert ("spiegazione del bottone selezionato");
+       with (document.form1) {
+       if (selopt[0].checked)
+       alert ("No help available.");
+       if (selopt[1].checked)
+       alert ("Turns a list of strings which can have attributes ( the [set] ) in a list of strings which cannot have them ( a [val] ).");
+       if (selopt[2].checked)
+       alert ("Returns the attribute of the given [vvar] in the given [rvar].");
+       if (selopt[3].checked)
+       alert ("No help available.");
+       if (selopt[4].checked)
+       alert ("Parenthesis are employed to force precedence between operators.");
+       if (selopt[5].checked)
+       alert ("The [path] you must enter represents a relation; this production returns a [val] composed by the union of all the URIs which match the chosen relation in the [val] you will enter afterwards. If you select 'inverse', you'll obtain a list of all the URIs for which the [val] matches the chosen relation, 'sub' and 'super' modify the result depending on the chosen relation.");
+       }
        }
 function choice()
 {
@@ -75,13 +88,13 @@ if (top.stadd!="") top.aggq();
 <input type="radio" name="selopt"> <input name="val1" type=text value="{&quot;&quot;}" onFocus="selopt[0].checked=true;top.help(7)"> <br>
 <input type="radio" name="selopt"> refof [set] <br>
 <input type="radio" name="selopt"> <select name="val2" type=text onFocus="selopt[2].checked=true;top.help(4)">
-<script language=Javascript> listrvars(); </script>
+<SCRIPT language=Javascript> listrvars(); </SCRIPT>
 </select> . <select name="val8" type=text onFocus="selopt[2].checked=true;top.help(8)">
-<script language=Javascript> listvvars2(); </script>
+<SCRIPT language=Javascript> listvvars2(); </SCRIPT>
 </select>
 <br>
 <input type="radio" name="selopt"> <select name="val3" type=text onFocus="selopt[3].checked=true;top.help(81)">
-<script language=Javascript> listvvars1(); </script>
+<SCRIPT language=Javascript> listvvars1(); </SCRIPT>
 </select>
 <br>
 <input type="radio" name="selopt"> ( [val] ) <br>