Subversion Repositories wimsdev

Rev

Rev 7810 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7810 Rev 8354
Line 1... Line 1...
1
!readproc tabletheme
1
!readproc tabletheme
2
 
2
 
3
!if $lang notwordof es de
3
!if $lang notwordof es de ca
4
  !set ll=$lang
4
  !set ll=$lang
5
!else
5
!else
6
  !set ll=en
6
  !set ll=en
7
!endif
7
!endif
8
 
8
 
Line 10... Line 10...
10
 
10
 
11
$table_header
11
$table_header
12
!set caption=!record 1 of help/$ll/if
12
!set caption=!record 1 of help/$ll/if
13
<caption>$caption</caption>
13
<caption>$caption</caption>
14
!set header=!record 2 of help/$ll/if
14
!set header=!record 2 of help/$ll/if
15
$table_tr<th>$(header[1])</th><th>$(header[2])</th></tr>
15
$table_tr<th>$(header[1])</th><th>$(header[2])</th><th>$wims_name_Explanations</th></tr>
16
 
16
 
17
!set cnt_record=!recordcnt help/$ll/if
17
!set cnt_record=!recordcnt help/$ll/if
18
!for u= 3 to $cnt_record
18
!for u= 3 to $cnt_record
19
  !set l_=!record $u of help/$ll/if
19
  !set l_=!record $u of help/$ll/if
20
$table_tr<td class="tt wims_code_words">
20
$table_tr<td class="tt wims_code_words">
21
!line 1 of $l_
21
!line 1 of $l_
22
</td><td class="tt wims_code_words">
22
</td><td class="tt wims_code_words">
23
!line 2 of $l_
23
!line 2 of $l_
24
</td><td>
24
</td><td style="text-align:left">
25
!line 3 of $l_
25
!line 3 of $l_
26
</td></tr>
26
</td></tr>
27
!next
27
!next
28
$table_end
28
$table_end
29
 
29