Rev 13173 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
13164 | guerimand | 1 | !let test=!filexists wimshome/sessions/$wims_session/getfile/photoboard/$getuser |
2 | !if $test=yes |
||
3 | <div id="userlogo" class="float_right"> |
||
17180 | bpr | 4 | <img src="$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=photoboard/$getuser" alt="user photo"> |
13164 | guerimand | 5 | </div> |
6 | !else |
||
7 | !if $user_photourl!=$empty |
||
13173 | obado | 8 | <div id="userlogo" class="float_right"> |
17180 | bpr | 9 | <img src="$user_photourl" alt="user photo"> |
13173 | obado | 10 | </div> |
13164 | guerimand | 11 | !endif |
12 | !endif |
||
13 | !read adm/title.phtml 1\ |
||
14 | $classname\ |
||
15 | $wims_name_account_property |
||
16 | |||
17 | !form reply |
||
17180 | bpr | 18 | <input type="hidden" name="job" value="getclasspwd"> |
19 | <input type="hidden" name="action" value="1"> |
||
13164 | guerimand | 20 | <fieldset class="property_fields halfwidth blockcenter"> |
21 | <div class="field box"> |
||
22 | <label for="passcheck">$name_classpassword</label> |
||
17180 | bpr | 23 | <input size="14" type="password" name="passcheck" id="passcheck" required="required"> |
13173 | obado | 24 | <div class="formHelp"> |
13164 | guerimand | 25 | $name_userprop_warning: $name_enterpassword |
26 | </div> |
||
27 | </div> |
||
28 | <div class="wimscenter wimsform"> |
||
17180 | bpr | 29 | <input type="submit" name="reg"> |
30 | <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button"> |
||
13164 | guerimand | 31 | </div> |
32 | </fieldset> |
||
33 | !reset action |
||
34 | !formend |
||
35 |