Rev 8994 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8994 | Rev 13742 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
2 | !if $class_type isin 0134 |
1 | !if $class_type isin 0134 |
3 | !set tmp_cl=$wims_superclass |
2 | !set tmp_cl=$wims_superclass |
4 | !default tmp_cl=$wims_class |
3 | !default tmp_cl=$wims_class |
5 | !set tmp=!defof class_authidp in wimshome/log/classes/$tmp_cl/.def |
4 | !set tmp=!defof class_authidp in wimshome/log/classes/$tmp_cl/.def |
6 | !set tmp=$(tmp[2;]) |
5 | !set tmp=$(tmp[2;]) |
7 | !if $tmp issametext $empty |
6 | !if $tmp issametext $empty |
8 | <!-- _widgets/userprop.phtml --> |
7 | <!-- _widgets/userprop.phtml --> |
9 | <$div1 class="menuitem"> |
8 | <$div1 class="menuitem"> |
10 | !read ./adm/oneitem.phtml account,1,module=adm/class/usermanage&job=userprop |
9 | !read ./adm/oneitem.phtml account,1,module=adm/class/usermanage&job=userprop |
11 | </$div1> |
10 | </$div1> |
12 | <!-- _widgets/userprop.phtml --> |
11 | <!-- _widgets/userprop.phtml --> |
13 | !endif |
12 | !endif |
14 | !endif |
13 | !endif |