Subversion Repositories wimsdev

Rev

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

Rev 2424 Rev 3263
Line 1... Line -...
1
 
-
 
2
!readproc tabletheme
1
!readproc tabletheme
3
 
2
 
4
!if $lang iswordof ca cn es fr it nl si
3
!if $lang notwordof es de
5
 !read help/$lang/if.phtml
4
  !set ll=$lang
6
!exit
5
!else
-
 
6
  !set ll=en
7
!endif
7
!endif
8
 
8
 
9
!read help/en/if.phtml
9
!record 0 of help/$ll/if.phtml
-
 
10
 
-
 
11
$table_header
-
 
12
!set caption=!record 1 of help/$ll/if.phtml
-
 
13
<caption>$caption</caption>
-
 
14
!set header=!record 2 of help/$ll/if.phtml
-
 
15
$table_tr<th>$(header[1])</th><th>$(header[2])</th></tr>
-
 
16
 
-
 
17
!set cnt_record=!recordcnt help/$ll/if.phtml
-
 
18
!for u= 3 to $cnt_record
-
 
19
  !set l_=!record $u of help/$ll/if.phtml
-
 
20
$table_tr<td><tt>
-
 
21
!line 1 of $l_
-
 
22
</tt></td><td>
-
 
23
!line 2 of $l_
-
 
24
</td></tr>
-
 
25
!next
-
 
26
$table_end
-
 
27
 
-
 
28
!exit