Subversion Repositories wimsdev

Rev

Rev 2407 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1.  
  2. !read adm/title.phtml 3\
  3. $wims_name_account_property
  4. !if $error!=$empty
  5.  !read lang/msg.phtml.$moduclass_lang
  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
  14. $table_tr<th>$wims_name_Login<td><tt>$getuser</tt>
  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>
  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>
  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>
  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>
  24.         <input size=$inplen name="up_regnum" id=up_regnum value="$user_regnum">
  25. !if $wims_user=supervisor
  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">
  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">
  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>
  32. !else
  33.  $table_tr<th><label for="passcheck">$name_classpassword</label><td>
  34.         <input size=14 type=password name="passcheck" id=passcheck> <br>
  35.         <small>$name_enterpassword</small>
  36. !endif
  37. $table_hdtr<td align="center" colspan=2>
  38. <input type=submit name="reg" value="$wims_name_tosave"> &nbsp;
  39. <input type=submit name="abandon" value="$wims_name_giveup">
  40. $table_end
  41. </form>
  42.  
  43.  
  44. !if $wims_user=supervisor
  45.  !set wims_menu_items=!append line Score1,1,cmd=reply&job=getuser&getuser=$getuser\
  46. to $wims_menu_items
  47.  !set wims_menu_items=!append line workdetail,1,cmd=reply&job=getraw&getraw=$getuser\
  48.  delprep,1,cmd=reply&job=delprep&delprep=$getuser\
  49.  part_list,1,cmd=resume\
  50. to $wims_menu_items
  51. !else
  52.  !set wims_menu_items=!append line class_home,1,module=home\
  53. to $wims_menu_items
  54. !endif
  55.  
  56. !reset reg,abandon
  57.  
  58.