Subversion Repositories wimsdev

Rev

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

Rev 2407 Rev 3049
Line 6... Line 6...
6
 <p><hr> <p>
6
 <p><hr> <p>
7
!endif
7
!endif
8
 
8
 
9
!set inplen=40
9
!set inplen=40
10
!form reply
10
!form reply
11
<input type=hidden name=job value=userprop>
11
<input type=hidden name="job" value=userprop>
12
<input type=hidden name=getuser value=$getuser>
12
<input type=hidden name="getuser" value=$getuser>
13
<p>$table_header
13
<p>$table_header
14
$table_tr<th>$wims_name_Login<td><tt>$getuser</tt>
14
$table_tr<th>$wims_name_Login<td><tt>$getuser</tt>
15
$table_tr<th>$wims_name_Password<td>
15
$table_tr<th>$wims_name_Password<td>
16
        !href module=adm/class/passwd&job=part&part=$getuser $name_change
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>
17
$table_tr<th><label for="up_lastname">$wims_name_lastname</label><td>
18
        <input size=$inplen name=up_lastname id=up_lastname value="$user_lastname">
18
        <input size=$inplen name="up_lastname" id=up_lastname value="$user_lastname">
19
$table_tr<th><label for="up_firstname">$wims_name_firstname</label><td>
19
$table_tr<th><label for="up_firstname">$wims_name_firstname</label><td>
20
        <input size=$inplen name=up_firstname id=up_firstname value="$user_firstname">
20
        <input size=$inplen name="up_firstname" id=up_firstname value="$user_firstname">
21
$table_tr<th><label for="up_email">$wims_name_email</label><td>
21
$table_tr<th><label for="up_email">$wims_name_email</label><td>
22
        <input size=$inplen name=up_email id=up_email value="$user_email">
22
        <input size=$inplen name="up_email" id=up_email value="$user_email">
23
$table_tr<th><label for="up_regnum">$name_regnum</label><td>
23
$table_tr<th><label for="up_regnum">$name_regnum</label><td>
24
        <input size=$inplen name=up_regnum id=up_regnum value="$user_regnum">
24
        <input size=$inplen name="up_regnum" id=up_regnum value="$user_regnum">
25
!if $wims_user=supervisor
25
!if $wims_user=supervisor
26
 $table_tr<th><label for="up_comments">$name_comments</label><td>
26
 $table_tr<th><label for="up_comments">$name_comments</label><td>
27
        <input size=$inplen name=up_comments id=up_comments value="$user_comments">
27
        <input size=$inplen name="up_comments" id=up_comments value="$user_comments">
28
 $table_tr<th><label for="up_photourl">$name_photourl</label><td>
28
 $table_tr<th><label for="up_photourl">$name_photourl</label><td>
29
        <input size=$inplen name=up_photourl id=up_photourl value="$user_photourl">
29
        <input size=$inplen name="up_photourl" id=up_photourl value="$user_photourl">
30
 $table_tr<th><label for="up_vars">$name_vars</label></th><td>
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>
31
        <textarea wrap="off" cols=$[$inplen-1] rows=4 name="up_vars" id=up_vars>$user_vars</textarea>
32
!else
32
!else
33
 $table_tr<th><label for="passcheck">$name_classpassword</label><td>
33
 $table_tr<th><label for="passcheck">$name_classpassword</label><td>
34
        <input size=14 type=password name=passcheck id=passcheck> <br>
34
        <input size=14 type=password name="passcheck" id=passcheck> <br>
35
        <small>$name_enterpassword</small>
35
        <small>$name_enterpassword</small>
36
!endif
36
!endif
37
$table_hdtr<td align=center colspan=2>
37
$table_hdtr<td align="center" colspan=2>
38
<input type=submit name=reg value="$wims_name_tosave"> &nbsp;
38
<input type=submit name="reg" value="$wims_name_tosave"> &nbsp;
39
<input type=submit name=abandon value="$wims_name_giveup">
39
<input type=submit name="abandon" value="$wims_name_giveup">
40
$table_end
40
$table_end
41
</form>
41
</form>
42
 
42
 
43
 
43
 
44
!if $wims_user=supervisor
44
!if $wims_user=supervisor