Subversion Repositories wimsdev

Rev

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

  1. !distribute items $wims_read_parm into 1_,2_,3_,4_
  2. !goto $2_
  3. :0
  4.  $(wims_read_parm[3..-1])
  5.  !exit
  6. :1
  7.  !set 3_=!item 3 to -1 of $wims_read_parm
  8.  !set 3_=!nospace $3_
  9.  !href $3_ $(wims_name_$1_)
  10.  !exit
  11. :2
  12.  <a href="$3_">$(wims_name_$1_)</a>
  13.  !exit
  14. :3
  15.  <a href="#" onclick="$3_">$(wims_name_$1_)</a>
  16.  !exit
  17. :4
  18.  !href target=wims_$4_ $3_ $(wims_name_$1_)
  19.  !exit
  20. :*
  21.  
  22.