Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
 
1438 bpr 2
!read adm/title.phtml 3\
5309 bpr 3
$wims_name_account_property\
4
($wims_class)
23 reyssat 5
!if $error!=$empty
2407 bpr 6
 !read lang/msg.phtml.$moduclass_lang
23 reyssat 7
 <p><hr> <p>
8
!endif
9
 
5050 bpr 10
!read adm/class/initclass $wims_class
23 reyssat 11
!set inplen=40
12
!form reply
3928 bpr 13
<input type="hidden" name="job" value="userprop">
14
<input type="hidden" name="getuser" value="$getuser">
23 reyssat 15
<p>$table_header
5225 guerimand 16
$table_tr
17
 <th>$wims_name_Login</th>
18
 <td><tt>$getuser</tt>
19
  !if $getuser isitemof $connectedlogin and $wims_user=supervisor
20
    <img src="gifs/themes/$wims_theme_icon/connected.png" width="15">
21
   !endif
22
 </td>
23
</tr>
5155 czzmrn 24
!if $type_class iswordof 2 4
5120 bpr 25
  !if $user_participate!=$empty
26
    $table_tr<th>$name_inscript</th><td><tt>$user_participate</tt></td></tr>
27
  !endif
5124 bpr 28
  !if $user_supervisable=yes
29
    $table_tr<th>$name_gestion</th><td>
30
    <input size="$inplen" name="up_supervise" id="up_supervise" value="$user_supervise">
5309 bpr 31
   <tt>$wims_class/n_1, ... </tt></td></tr>
5120 bpr 32
  !endif
33
!endif
5050 bpr 34
!if $class_auth=$empty or $wims_user=supervisor
35
$table_tr<th>$wims_name_Password</th><td>
1587 bpr 36
        !href module=adm/class/passwd&job=part&part=$getuser $name_change
5120 bpr 37
</td></tr>
38
!endif
5050 bpr 39
$table_tr<th><label for="up_lastname">$wims_name_lastname</label></th><td>
5051 bpr 40
        <input size="$inplen" name="up_lastname" id="up_lastname" value="$user_lastname"></tr></tr>
5050 bpr 41
$table_tr<th><label for="up_firstname">$wims_name_firstname</label></th><td>
5051 bpr 42
        <input size="$inplen" name="up_firstname" id="up_firstname" value="$user_firstname"></td></tr>
5050 bpr 43
$table_tr<th><label for="up_email">$wims_name_email</label></th><td>
5051 bpr 44
        <input size="$inplen" name="up_email" id="up_email" value="$user_email"></td></tr>
5050 bpr 45
$table_tr<th><label for="up_regnum">$name_regnum</label></th><td>
5051 bpr 46
        <input size="$inplen" name="up_regnum" id="up_regnum" value="$user_regnum"></td></tr>
5050 bpr 47
$table_tr<th><label for="up_photourl">$name_photourl</label></th><td>
5051 bpr 48
        <input size="$inplen" name="up_photourl" id="up_photourl" value="$user_photourl"></td></tr>
23 reyssat 49
!if $wims_user=supervisor
5050 bpr 50
 $table_tr<th><label for="up_comments">$name_comments</label></th><td>
5051 bpr 51
        <input size="$inplen" name="up_comments" id="up_comments" value="$user_comments"></td></tr>
1587 bpr 52
 $table_tr<th><label for="up_vars">$name_vars</label></th><td>
5051 bpr 53
        <textarea wrap="off" cols="$[$inplen-1]" rows="4" name="up_vars" id="up_vars">$user_vars</textarea></td></tr>
54
  $table_tr<th><label for="up_external_auth">$name_external_auth</label></th><td>
5309 bpr 55
        <input size="$inplen" name="up_external_auth" id="up_external_auth" value="$user_external_auth">
56
        !set wims_ref_class=wims_button_help
57
!href cmd=help&special_parm=authentification $wims_name_help
58
</td></tr>
1643 bpr 59
!else
5050 bpr 60
 $table_tr<th><label for="passcheck">$name_classpassword</label></th><td>
3928 bpr 61
        <input size="14" type="password" name="passcheck" id="passcheck"> <br>
5050 bpr 62
        <small>$name_enterpassword</small></td>
23 reyssat 63
!endif
3928 bpr 64
$table_hdtr<td align="center" colspan="2">
65
<input type="submit" name="reg" value="$wims_name_tosave"> &nbsp;
5050 bpr 66
<input type="submit" name="abandon" value="$wims_name_giveup"></td>
23 reyssat 67
$table_end
68
</form>
1587 bpr 69
 
2031 bpr 70
 
71
!if $wims_user=supervisor
72
 !set wims_menu_items=!append line Score1,1,cmd=reply&job=getuser&getuser=$getuser\
1643 bpr 73
to $wims_menu_items
74
 !set wims_menu_items=!append line workdetail,1,cmd=reply&job=getraw&getraw=$getuser\
1295 bpr 75
 delprep,1,cmd=reply&job=delprep&delprep=$getuser\
1609 bpr 76
 part_list,1,cmd=resume\
1336 bpr 77
to $wims_menu_items
2031 bpr 78
!else
79
 !set wims_menu_items=!append line class_home,1,module=home\
80
to $wims_menu_items
23 reyssat 81
!endif
1587 bpr 82
 
23 reyssat 83
!reset reg,abandon
84