Subversion Repositories wimsdev

Rev

Rev 5042 | Rev 5063 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5013 bpr 1
 
5015 bpr 2
   <td align="center" colspan="2">
5013 bpr 3
    !if $class_auth iswordof cas
5053 bpr 4
     !if $wims_user=$empty or $code iswordof $directlist_
5
      !set url = $wims_ref_name?module=adm/class/classes&type=authparticipant&class=$code$tmp_parm
6
      !read adm/codeurl $url
7
      <a class="wims_button" href="$host_auth/login?service=$script_out">$wims_name_Enter</a>
8
     !else
9
      !set wims_ref_class=wims_button
10
      !href module=adm/class/reguser&class=$code$tmp_parm $name_register
11
     !endif
5013 bpr 12
    !endif
5015 bpr 13
    !if $class_auth iswordof php
5042 bpr 14
      <a class="wims_button" href="$host_auth?enter=$code">$wims_name_Enter</a>
5013 bpr 15
   !endif
16
   !if $class_auth iswordof ldap
17
     !set wims_ref_class=wims_button
5021 bpr 18
     !href module=$module&type=authparticipant&class=$code$tmp_parm $wims_name_Enter
5013 bpr 19
   !endif
20
   </td>