Rev 15032 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!if $wims_read_parm!=$empty
!set parms=$wims_read_parm
!else
!if $parms=$empty
!endif
!endif
!set data=data/glossary/$parms
!set gl_title=!getdef gl_title in $data
!set gl_keywords=!getdef gl_keywords in $data
!set gl_author=!getdef gl_author in $data
!set gl_type=!getdef gl_type in $data
!set tmp=!replace internal / by , in $data
!default gl_title=!lookup $(tmp[-1]) in bases/sys/domain/domain.$(tmp[-2])
<div class="wims_glossary">
!if $gl_type!=dynamic
!record 2 of $data
!else
!read $data
!endif
</div>