Subversion Repositories wimsdev

Rev

Rev 1609 | 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\
1587 bpr 3
$wims_name_account_property
23 reyssat 4
!if $error!=$empty
5
 !read msg.phtml
6
 <p><hr> <p>
7
!endif
8
 
9
!set inplen=40
10
!form reply
11
<input type=hidden name=job value=userprop>
12
<input type=hidden name=getuser value=$getuser>
13
<p>$table_header
1597 bpr 14
$table_tr<th>$wims_name_Login<td><tt>$getuser</tt>
1587 bpr 15
$table_tr<th>$wims_name_Password<td>
16
        !href module=adm/class/passwd&job=part&part=$getuser $name_change
17
$table_tr<th><label for="up_lastname">$wims_name_lastname</label><td>
1093 bpr 18
        <input size=$inplen name=up_lastname id=up_lastname value="$user_lastname">
1587 bpr 19
$table_tr<th><label for="up_firstname">$wims_name_firstname</label><td>
1093 bpr 20
        <input size=$inplen name=up_firstname id=up_firstname value="$user_firstname">
1587 bpr 21
$table_tr<th><label for="up_email">$wims_name_email</label><td>
1093 bpr 22
        <input size=$inplen name=up_email id=up_email value="$user_email">
1587 bpr 23
$table_tr<th><label for="up_regnum">$name_regnum</label><td>
1093 bpr 24
        <input size=$inplen name=up_regnum id=up_regnum value="$user_regnum">
23 reyssat 25
!if $wims_user=supervisor
1587 bpr 26
 $table_tr<th><label for="up_comments">$name_comments</label><td>
1093 bpr 27
        <input size=$inplen name=up_comments id=up_comments value="$user_comments">
1587 bpr 28
 $table_tr<th><label for="up_photourl">$name_photourl</label><td>
1093 bpr 29
        <input size=$inplen name=up_photourl id=up_photourl value="$user_photourl">
1587 bpr 30
 $table_tr<th><label for="up_vars">$name_vars</label></th><td>
31
        <textarea wrap="off" cols=$[$inplen-1] rows=4 name=up_vars id=up_vars>$user_vars</textarea>
1643 bpr 32
!else
1587 bpr 33
 $table_tr<th><label for="passcheck">$name_classpassword</label><td>
1093 bpr 34
        <input size=14 type=password name=passcheck id=passcheck> <br>
1587 bpr 35
        <small>$name_enterpassword</small>
23 reyssat 36
!endif
37
$table_hdtr<td align=center colspan=2>
1587 bpr 38
<input type=submit name=reg value="$wims_name_tosave"> &nbsp;
39
<input type=submit name=abandon value="$wims_name_giveup">
23 reyssat 40
$table_end
41
</form>
1587 bpr 42
 
1643 bpr 43
!set wims_menu_items=!append line scores,1,cmd=reply&job=getuser&getuser=$getuser\
44
to $wims_menu_items
45
!if $wims_user=supervisor
46
 !set wims_menu_items=!append line workdetail,1,cmd=reply&job=getraw&getraw=$getuser\
1295 bpr 47
 delprep,1,cmd=reply&job=delprep&delprep=$getuser\
1609 bpr 48
 part_list,1,cmd=resume\
1336 bpr 49
to $wims_menu_items
1295 bpr 50
 
23 reyssat 51
!endif
1587 bpr 52
 
23 reyssat 53
!reset reg,abandon
54