Rev 17180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17180 | Rev 17631 | ||
---|---|---|---|
Line 163... | Line 163... | ||
163 | <fieldset class="property_fields halfwidth blockcenter"> |
163 | <fieldset class="property_fields halfwidth blockcenter"> |
164 | <legend> |
164 | <legend> |
165 | !if $utype=0 |
165 | !if $utype=0 |
166 | $name_title_participant |
166 | $name_title_participant |
167 | !else |
167 | !else |
168 | |
168 | $name_title_supervisor |
169 | !endif |
169 | !endif |
170 | </legend> |
170 | </legend> |
171 | <div class="field box"> |
171 | <div class="field box"> |
172 | <label for="classpass">$wims_name_Password</label> |
172 | <label for="classpass">$wims_name_Password</label> |
173 | <input type="password" name="classpass" id="classpass" required="required" class="noicon" placeholder="$wims_name_Password"> |
173 | <input type="password" name="classpass" id="classpass" required="required" class="noicon" placeholder="$wims_name_Password"> |
Line 182... | Line 182... | ||
182 | $name_access1 |
182 | $name_access1 |
183 | !else |
183 | !else |
184 | $name_access2 |
184 | $name_access2 |
185 | !endif |
185 | !endif |
186 | $name_obtainpasswd |
186 | $name_obtainpasswd |
187 |
|
187 | !! ( |
188 |
|
188 | !! !if $cltype iswordof 2 4 |
189 |
|
189 | !! !mailurl $smail $name_write_adm |
190 |
|
190 | !! !else |
191 |
|
191 | !! !mailurl $smail $wims_name_wsup |
192 |
|
192 | !! !endif |
193 |
|
193 | !! ). |
194 | !if $cltype iswordof 2 4 |
194 | !if $cltype iswordof 2 4 |
195 | <p> |
195 | <p> |
196 | <span class="wims_warning">$wims_name_warning</span>. |
196 | <span class="wims_warning">$wims_name_warning</span>. |
197 | $name_warning_direct |
197 | $name_warning_direct |
198 | !href cmd=new&module=$module&class=$class&subclass=yes $name_inyourclass |
198 | !href cmd=new&module=$module&class=$class&subclass=yes $name_inyourclass |
Line 265... | Line 265... | ||
265 | <span class="wims_warning">$name_login_external ($name_idp_external)</span>: |
265 | <span class="wims_warning">$name_login_external ($name_idp_external)</span>: |
266 | 266 | ||
267 | !!!FIXME check the value of step |
267 | !!!FIXME check the value of step |
268 | <input type="hidden" name="step" value="3"> |
268 | <input type="hidden" name="step" value="3"> |
269 | <fieldset class="property_fields halfwidth blockcenter"> |
269 | <fieldset class="property_fields halfwidth blockcenter"> |
- | 270 | <legend> |
|
- | 271 | !if $utype=0 |
|
270 |
|
272 | $name_title_participant |
- | 273 | !else |
|
- | 274 | $name_title_supervisor |
|
- | 275 | !endif |
|
- | 276 | </legend> |
|
271 | <div class="field box"> |
277 | <div class="field box"> |
272 | <label for="user_auth">$wims_name_Login ($name_external)</label> |
278 | <label for="user_auth">$wims_name_Login ($name_external)</label> |
273 | <input size="16" name="user_auth" id="user_auth" value="$user_auth"> |
279 | <input size="16" name="user_auth" id="user_auth" value="$user_auth"> |
274 | </div> |
280 | </div> |
275 | !set ct=!defof class_type in wimshome/log/classes/$class/.def |
281 | !set ct=!defof class_type in wimshome/log/classes/$class/.def |
Line 292... | Line 298... | ||
292 | 298 | ||
293 | !! teacher registering a student with external auth without idp ldap |
299 | !! teacher registering a student with external auth without idp ldap |
294 | !if $auth_method isitemof $auth_method_list |
300 | !if $auth_method isitemof $auth_method_list |
295 | <input type="hidden" name="step" value="3"> |
301 | <input type="hidden" name="step" value="3"> |
296 | <fieldset class="property_fields halfwidth blockcenter"> |
302 | <fieldset class="property_fields halfwidth blockcenter"> |
- | 303 | <legend> |
|
- | 304 | !if $utype=0 |
|
297 |
|
305 | $name_title_participant |
- | 306 | !else |
|
- | 307 | $name_title_supervisor |
|
- | 308 | !endif |
|
- | 309 | </legend> |
|
298 | <div class="field box halfwidth"> |
310 | <div class="field box halfwidth"> |
299 | <label for="lastn">$wims_name_lastname</label> |
311 | <label for="lastn">$wims_name_lastname</label> |
300 | <input size="20" name="lastn" id="lastn" value="$lastn"> |
312 | <input size="20" name="lastn" id="lastn" value="$lastn"> |
301 | </div> |
313 | </div> |
302 | <div class="field box halfwidth"> |
314 | <div class="field box halfwidth"> |