Subversion Repositories wimsdev

Rev

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

  1.  !set cc=$wims_read_parm
  2.  <ul class="wims_nopuce">
  3.  !for ff in tit,type,syntax, mean,alias,sample
  4.    !set text=!lookup $ff in cmd/$cc.phtml
  5.    !if $text!=$empty
  6.  <li>
  7.    $(lst_$ff)
  8.    !set text=!replace internal `` by $emph in $text
  9.    !if $ff=syntax
  10.      !set text=!replace internal $\
  11. $ by $(lst_$(ff)end) <br/>$lstyle2 in $text
  12.    !endif
  13.    !replace internal '' by $emphend in $text
  14.    $(lst_$(ff)end)
  15.   </li>
  16.   !endif
  17.  !next
  18.   </ul>
  19.   !if $cc iswordof if
  20.     !read help/if.phtml
  21.   !endif
  22.   !if $cc iswordof randfile record recordcnt
  23.     <div>
  24.     !read cmd/datafile.phtml
  25.    </div>
  26.   !endif
  27.   !if $cc iswordof word column char item line record
  28.       <div>
  29.     !set numlist_type=$cc
  30.     !read cmd/numlist
  31.       </div>
  32.   !endif
  33.   !set text=!lookup numlist in cmd/$cc.phtml
  34.   !if $text!=$empty
  35.     !set text=!replace internal ` by $emph in $text
  36.     !replace internal ' by $emphend in $text
  37.  !endif
  38.