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