Subversion Repositories wimsdev

Rev

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

  1.  
  2.    <td align="center">
  3.     !if $class_auth iswordof cas
  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.       !if $splevel=$empty or $splevel=2
  11.        !set wims_ref_class=wims_button
  12.        !href module=adm/class/reguser&class=$code$tmp_parm $name_register
  13.       !else
  14.        <font color="grey">$name_register</font>
  15.       !endif
  16.      !endif
  17.     !endif
  18.     !if $class_auth iswordof php
  19.       <a class="wims_button" href="$host_auth?enter=$code">$wims_name_Enter</a>
  20.    !endif
  21.    !if $class_auth iswordof ldap
  22.      !set wims_ref_class=wims_button
  23.      !href module=$module&type=authparticipant&class=$code$tmp_parm $wims_name_Enter
  24.    !endif
  25.    </td>