Subversion Repositories wimsdev

Rev

Rev 1043 | Rev 3616 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !!##language independant
  2. !if $parm1=$empty
  3.   !exit
  4.  !endif
  5. !if \ isin $parm1$parm2$parm3$parm4
  6.  !for p in 1,2,3,4
  7.   !set parm$p=!slashsubst $(parm$p)
  8.  !next p
  9. !endif
  10.  !reset titb
  11.  !read $docdir/$doc/$parm1.def
  12.  !set prompt=!item 2 to -1 of $parms
  13.  !default prompt=$titb
  14.  !if $titb=$empty
  15.   !default prompt=<tt>$parm1</tt>
  16.   $prompt
  17.   <small>$n_nonavailable</small>
  18.  !else
  19.   <a name=$parm1></a>
  20.   $prompt
  21.   !read $docdir/$doc/$parm1.def content
  22.   !set gotblock=!append item $parm1 to $gotblock
  23.  !endif
  24.