Rev 14465 | Rev 16593 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14465 | Rev 16040 | ||
---|---|---|---|
Line 50... | Line 50... | ||
50 | !exit |
50 | !exit |
51 | !endif |
51 | !endif |
52 | 52 | ||
53 | !if $wims_user=$empty |
53 | !if $wims_user=$empty |
54 | !changeto theme.phtml visitor |
54 | !changeto theme.phtml visitor |
- | 55 | !endif |
|
- | 56 | ||
- | 57 | !if $wims_user_lastconnect!=$empty |
|
- | 58 | <div class="wims_msg info"> |
|
- | 59 | $wims_name_lastconnect |
|
- | 60 | !read date.phtml $wims_user_lastconnect |
|
- | 61 | </div> |
|
- | 62 | !setdef wims_user_lastconnect=$empty in wimshome/sessions/$wims_session/var.stat |
|
- | 63 | !reset wims_user_lastconnect |
|
55 | !endif |
64 | !endif |
56 | 65 | ||
57 | !if $wims_user=supervisor and $style!=student |
66 | !if $wims_user=supervisor and $style!=student |
58 | !changeto theme.phtml supervisor |
67 | !changeto theme.phtml supervisor |
59 | !else |
68 | !else |