Rev 4366 | Rev 5903 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4366 | Rev 5724 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | !for j in 0,5,1,2,3,4 |
8 | !for j in 0,5,1,2,3,4 |
9 | $table_header |
9 | $table_header |
10 | !set caption=!record 1 of help/$ll/oefparm$j |
10 | !set caption=!record 1 of help/$ll/oefparm$j |
11 | <caption>$caption</caption> |
11 | <caption>$caption</caption> |
12 | !set header=!record 2 of help/$ll/oefparm$j |
12 | !set header=!record 2 of help/$ll/oefparm$j |
13 | $table_tr<th |
13 | $table_tr<th class="min-width:140px;">$(header[1])</th><th>$(header[2])</th><th>$(header[3])</th></tr> |
14 | !set cnt_record=!recordcnt help/$ll/oefparm$j |
14 | !set cnt_record=!recordcnt help/$ll/oefparm$j |
15 | !for u= 3 to $cnt_record |
15 | !for u= 3 to $cnt_record |
16 | !set l_=!record $u of help/$ll/oefparm$j |
16 | !set l_=!record $u of help/$ll/oefparm$j |
17 | $table_tr<td><tt class="wims_code_words"> |
17 | $table_tr<td><tt class="wims_code_words"> |
18 | !line 1 of $l_ |
18 | !line 1 of $l_ |