Subversion Repositories wimsdev

Rev

Rev 11223 | Rev 11293 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
11223 bpr 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)
11288 bpr 8
   !set text=!replace internal \` by UUUUU in $text
11223 bpr 9
   !set text=!replace internal ` by $emph in $text
11288 bpr 10
   !set text=!replace internal UUUUU by ` in $text
11223 bpr 11
   !if $ff=syntax
12
     !set text=!replace internal $\
13
$ by $(lst_$(ff)end) <br/>$lstyle2 in $text
14
   !endif
15
   !set text=!replace internal \' by UUUUU in $text
16
   !set text=!replace internal ' by $emphend in $text
17
   !replace internal UUUUU by ' in $text
18
   $(lst_$(ff)end)
19
  </li>
20
  !endif
21
 !next
22
  </ul>
23
  !if $cc iswordof if
24
    !read help/if.phtml
25
  !endif
26
  !if $cc iswordof randfile record recordcnt
27
    <div>
28
    !read cmd/datafile.phtml
29
   </div>
30
  !endif
31
  !if $cc iswordof word column char item line record
32
      <div>
33
    !set numlist_type=$cc
34
    !read cmd/numlist
35
      </div>
36
  !endif
37
  !set text=!lookup numlist in cmd/$cc.phtml
38
  !if $text!=$empty
39
    !set text=!replace internal ` by $emph in $text
40
    !replace internal ' by $emphend in $text
41
  !endif