Subversion Repositories wimsdev

Rev

Rev 5724 | Rev 6133 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5724 Rev 5903
Line 12... Line 12...
12
  !set header=!record 2 of help/$ll/oefparm$j
12
  !set header=!record 2 of help/$ll/oefparm$j
13
  $table_tr<th class="min-width:140px;">$(header[1])</th><th>$(header[2])</th><th>$(header[3])</th></tr>
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><span class="tt wims_code_words">
18
!line 1 of $l_
18
!line 1 of $l_
19
    </tt></td><td><tt>
19
    </span></td><td><span class="tt">
20
!line 2 of $l_
20
!line 2 of $l_
21
    </tt></td><td>
21
    </span></td><td>
22
!line 3 of $l_
22
!line 3 of $l_
23
    </td></tr>
23
    </td></tr>
24
  !next
24
  !next
25
$table_end
25
$table_end
26
!next j
26
!next j