Subversion Repositories wimsdev

Rev

Rev 4562 | Rev 5920 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4562 Rev 5766
Line 2... Line 2...
2
$lst_tit form$lst_titend$type_exec
2
$lst_tit form$lst_titend$type_exec
3
  $(lst_syntax)form $emph cmdvar$emphend</tt>
3
  $(lst_syntax)form $emph cmdvar$emphend</tt>
4
  $lst_mean Creates a html form pointing to the wims server. <br>
4
  $lst_mean Creates a html form pointing to the wims server. <br/>
5
  Whenever possible, this command should be used instead of a direct use of
5
  Whenever possible, this command should be used instead of a direct use of
6
  html tag $emph&lt;form>$emphend. <br>
6
  html tag $emph&lt;form>$emphend. <br/>
7
  This command will create a &lt;form> tag pointing to the wims server, adding
7
  This command will create a &lt;form> tag pointing to the wims server, adding
8
  &lt;input> fields to pass session number (and other reserved things in the
8
  &lt;input> fields to pass session number (and other reserved things in the
9
  future). In lines which follow, other input (or select) fields may be
9
  future). In lines which follow, other input (or select) fields may be
10
  added to the form. A final &lt;/form> tag should also be added by the
10
  added to the form. A final &lt;/form> tag should also be added by the
11
  programmer. <br>
11
  programmer. <br/>
12
  $emph cmdvar$emphend is an optional parameter. Its value should be a valid
12
  $emph cmdvar$emphend is an optional parameter. Its value should be a valid
13
  value for the variable $emph cmd$emphend. In this case the value $emph
13
  value for the variable $emph cmd$emphend. In this case the value $emph
14
  cmdvar$emphend will be automatically submitted to the variable $emph cmd
14
  cmdvar$emphend will be automatically submitted to the variable $emph cmd
15
  $emphend. If this parameter is missing or is invalid, then the programmer
15
  $emphend. If this parameter is missing or is invalid, then the programmer
16
  should add a &lt;input type=hidden name=cmd value=...> tag before the
16
  should add a &lt;input type=hidden name=cmd value=...> tag before the