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