Subversion Repositories wimsdev

Rev

Rev 12904 | Rev 12998 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12904 Rev 12996
Line 149... Line 149...
149
    !if $auth_method isitemof $auth_method_list and $host_auth!=$empty
149
    !if $auth_method isitemof $auth_method_list and $host_auth!=$empty
150
      !read participant2.phtml
150
      !read participant2.phtml
151
    !else
151
    !else
152
      <td>
152
      <td>
153
      !set wims_ref_class=wims_button
153
      !set wims_ref_class=wims_button
154
      !if $code notwordof $directlist_
154
      !if $code notwordof $directlist_ \
-
 
155
          and $code notitemof $user_participate,$user_supervise\
-
 
156
          and ($class_type!=3 or $wims_user=supervisor)
155
        !href module=$module&type=authparticipant&class=$code&subclass=yes $wims_name_Enter
157
        !href module=adm/class/reguser&class=$code&subclass=yes&auth_user=$wims_user $name_register
156
      !else
158
      !else
157
        !if $splevel=$empty or $splevel=2
159
        !if $splevel=$empty or $splevel=2
158
          !set wims_ref_class=wims_button
160
          !set wims_ref_class=wims_button
159
          !href module=adm/class/reguser&class=$code $name_register
161
          !href module=$module&type=authparticipant&class=$code&subclass=yes&auth_user=$wims_user $wims_name_Enter
160
        !else
162
        !else
161
          <span style="color:grey">$name_register</span>
163
          <span style="color:grey">$name_register</span>
162
        !endif
164
        !endif
163
      !endif
165
      !endif
164
      </td>
166
      </td>