| |
1 |
1 |
<master> |
| |
2 |
2 |
<property name=title>@page_title@</property> |
| |
3 |
3 |
<property name="context">@context;noquote@</property> |
| |
4 |
4 |
<property name="focus">user_info.first_names</property> |
| |
5 |
5 |
|
| |
6 |
6 |
<h2>#acs-subsite.Basic_Information#</h2> |
| |
7 |
7 |
|
| |
8 |
8 |
<include src="/packages/acs-subsite/lib/user-info"> |
| |
9 |
9 |
|
| |
10 |
|
<if @form_request_p@ true> |
| |
|
10 |
<if @account_status@ eq "closed"> |
| |
11 |
11 |
<p> |
| |
|
12 |
<font color="red"> |
| |
|
13 |
<b> Your account is currently closed. </b> |
| |
|
14 |
</font> |
| |
|
15 |
<a href="@login_url@">Log in</a> again to see what you can do about it. |
| |
|
16 |
</p> |
| |
|
17 |
</if> |
| |
|
18 |
|
| |
|
19 |
<p> |
| |
12 |
20 |
<b>»</b> <a href="../user/password-update">#acs-subsite.Change_my_Password#</a> |
| |
13 |
21 |
</p> |
| |
14 |
22 |
|
| |
15 |
23 |
<p> |
| |
16 |
24 |
<b>»</b> <a href="@community_member_url@">What other people see when they click your name</a> |
| |
17 |
25 |
</p> |
| |
18 |
26 |
|
| |
|
27 |
<if @account_status@ ne "closed"> |
| |
19 |
28 |
<p> |
| |
20 |
|
<b>»</b> <a href="unsubscribe">#acs-subsite.Unsubscribe#</a> (#acs-subsite.lt_for_a_period_of_vacat#) |
| |
|
29 |
<b>»</b> <a href="unsubscribe-2">Close your account</a> |
| |
21 |
30 |
</p> |
| |
|
31 |
</if> |
| |
22 |
32 |
|
| |
23 |
33 |
<if @portrait_state@ eq upload> |
| |
24 |
34 |
<h2>#acs-subsite.Your_Portrait#</h2> |
| |
25 |
35 |
<p> |
| |
26 |
36 |
#acs-subsite.lt_Show_everyone_else_at# <a href="@portrait_upload_url@">#acs-subsite.upload_a_portrait#</a> |
| |
27 |
37 |
</p> |
| |
28 |
38 |
</if> |
| |
29 |
39 |
<if @portrait_state@ eq show> |
| |
30 |
40 |
<h2>#acs-subsite.Your_Portrait#</h2> |
| |
31 |
41 |
<p> |
| |
32 |
42 |
#acs-subsite.lt_On_portrait_publish_d#. |
| |
33 |
43 |
</p> |
| |
34 |
44 |
</if> |
| |
35 |
|
</if> |
| |
|
45 |
|