Rev 14431 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14431 | Rev 15032 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | !else |
3 | !else |
4 | !if $parms=$empty |
4 | !if $parms=$empty |
5 | !exit |
5 | !exit |
6 | !endif |
6 | !endif |
7 | !endif |
7 | !endif |
8 | !set parms=!item 1 of $parms |
- | |
9 | ! |
8 | !read docu/primitives/glossary.phtml $parms |
10 | !set gl_title=!getdef gl_title in $data |
- | |
11 | !set gl_keywords=!getdef gl_keywords in $data |
- | |
12 | !set gl_author=!getdef gl_author in $data |
- | |
13 | !set gl_type=!getdef gl_type in $data |
- | |
14 | !set tmp=!replace internal / by , in $data |
- | |
15 | !default gl_title=!lookup $(tmp[-1]) in bases/sys/domain/domain.$(tmp[-2]) |
- | |
16 | <div class="wims_glossary"> |
- | |
17 | !if $gl_type!=dynamic |
- | |
18 | !record 4 of $data |
- | |
19 | !else |
- | |
20 | !read $data |
- | |
21 | !endif |
- | |
22 | </div> |
- |