Rev 12498 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $passchange!=yes |
||
12498 | bpr | 3 | $name_accountchange |
4 | <span class="tt wims_fname">$auth_login</span> |
||
5 | - <span class="tt wims_fname">$httpd_SERVER_NAME</span> |
||
6 | <span class="small">($name_empty)</span> |
||
23 | reyssat | 7 | !else |
12498 | bpr | 8 | $name_change |
23 | reyssat | 9 | !endif |
10 | |||
5832 | bpr | 11 | |
23 | reyssat | 12 | !form reply |
10500 | obado | 13 | |
7250 | bpr | 14 | <fieldset class="property_fields halfwidth blockcenter"> |
7909 | bpr | 15 | <legend>$name_prop</legend> |
7250 | bpr | 16 | <div class="field box"> |
10500 | obado | 17 | <label for="p_name">$wims_name_name</label> |
17180 | bpr | 18 | <input type="text" size="40" name="p_name" value="$auth_name" id="p_name"> |
10500 | obado | 19 | <div class="formHelp">$wims_name_firstname,$wims_name_lastname</div> |
7250 | bpr | 20 | </div> |
21 | <div class="field box"> |
||
7475 | bpr | 22 | <label for="p_email">$wims_name_email</label> |
17180 | bpr | 23 | <input type="text" size="40" name="p_email" value="$auth_email" id="p_email"> |
7250 | bpr | 24 | </div> |
25 | <div class="field box"> |
||
26 | <label for="p_pass1">$wims_name_Password:</label> |
||
17180 | bpr | 27 | <input type="password" size="20" name="p_pass1" id="p_pass1"> |
7250 | bpr | 28 | </div> |
29 | <div class="field box"> |
||
30 | <label for="p_pass2">$wims_name_repeat_pass</label> |
||
17180 | bpr | 31 | <input type="password" size="20" name="p_pass2" id="p_pass2"> |
7250 | bpr | 32 | </div> |
7475 | bpr | 33 | <div class="wimscenter wimsform"> |
17180 | bpr | 34 | <input type="submit" name="confirm" value="$wims_name_tosave"> |
35 | <input type="submit" value="$wims_name_giveup" class="wims_secondary_button"> |
||
10500 | obado | 36 | </div> |
7475 | bpr | 37 | </fieldset> |
5925 | bpr | 38 | |
39 | !formend |