Subversion Repositories wimsdev

Rev

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

Rev 18336 Rev 18337
Line 29... Line 29...
29
!set tmp=!replace internal / by , in $data
29
!set tmp=!replace internal / by , in $data
30
!default gl_title=!lookup $(tmp[-1]) in bases/sys/domain/domain.$(tmp[-2])
30
!default gl_title=!lookup $(tmp[-1]) in bases/sys/domain/domain.$(tmp[-2])
31
<div class="wims_glossary">
31
<div class="wims_glossary">
32
!if $gl_type!=dynamic
32
!if $gl_type!=dynamic
33
  !for j in $optrecord
33
  !for j in $optrecord
34
    !if $j>=4 and $[$j%2]=0
34
    !if $[$j%2]=0
35
      !record $j of $data
35
      !record $j of $data
36
    !else
36
    !else
37
      !set tmp=!record $j of $data
37
      !set tmp=!record $j of $data
38
      !read $datadir/$tmp
38
      !read $datadir/$tmp
39
    !endif
39
    !endif