Rev 10376 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10376 | Rev 10403 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !default |
1 | !default div1=li |
2 | 2 | ||
3 | !if $class_cas_auth!=$empty |
3 | !if $class_cas_auth!=$empty |
4 | <!-- _widgets/authlogout.phtml --> |
4 | <!-- _widgets/authlogout.phtml --> |
5 | < |
5 | <$div1 class="menuitem"> |
6 | !!FIXME this line does not work |
6 | !!FIXME this line does not work |
7 | !! !read adm/class/cas_logout |
- | |
8 | !!if there is a number session, there is an error message |
7 | !!if there is a number session, there is an error message |
- | 8 | !read adm/class/logout_cas |
|
- | 9 | ||
9 |
|
10 | !!set url = $wims_ref_name?module=home |
10 | <a href="$class_cas_auth/logout?service=$url">$wims_name_cas_logout</a> |
11 | !! <a href="$class_cas_auth/logout?service=$url">$wims_name_cas_logout</a> |
11 | </ |
12 | </$div1><!--menuitem--> |
12 | <!-- end _widgets/authlogout.phtml--> |
13 | <!-- end _widgets/authlogout.phtml--> |
13 | !endif |
14 | !endif |