benefits: Display email aliases in a table.
[org.fsf.memberdashboard.git] / templates / CRM / Memberdashboard / Page / Benefits.tpl
1 <div class="header-dark">Shop Discount</div>
2
3 <p>
4 Enjoy 20% off all merchandise at the
5 <a href="http://shop.fsf.org/">FSF shop</a>
6 using promotional code <strong>ASSOC</strong>
7 </p>
8
9 <div class="header-dark">LibrePlanet</div>
10
11 <a href="http://libreplanet.org">
12 <img src="https://static.fsf.org/nosvn/big-logo.png" alt="LibrePlanet" />
13 </a>
14
15 <p>
16 Associate members get gratis admission to
17 <a href="http://libreplanet.org">LibrePlanet</a>,
18 the FSF's annual conference.
19 </p>
20
21 <p>
22 Use your FSF account to join a
23 <a href="http://libreplanet.org/">
24 local free software group at LibrePlanet.
25 </a>
26 </p>
27
28 <div class="header-dark">Jabber/XMPP</div>
29
30 <p>
31 Your Jabber/XMPP account is: <strong>{$user->name}@member.fsf.org</strong>
32 </p>
33
34 <h3>Instructions</h3>
35
36 <p>
37 Use your FSF username as the jabber username, and member.fsf.org as
38 the domain if your XMPP client supports server discovery via a DNS
39 SRV record lookup. Most XMPP clients support this. If your client
40 does not, you can use jabber.member.fsf.org as the server name. Make
41 sure to enable encryption: we support TLS on port 5222 only. Your
42 password is the same as your FSF member password. (Please report
43 any problems you might encounter to
44 <a href="mailto:sysadmin@gnu.org">sysadmin@gnu.org</a>.)
45 </p>
46
47 <div class="header-dark">Email Forwarding</div>
48
49 <p>
50 You may maintain up to five email aliases. Each localpart name
51 exists in the member.fsf.org domain name and can forward to one
52 email address. The localpart you request might not be available.
53 </p>
54
55 <p>
56 For example, a localpart of "yyz" with a forward to value of
57 "xyzzy@example.com" would cause mail sent to "yyz@member.fsf.org" to
58 be forwarded to "xyzzy@example.com".
59 </p>
60
61 <p>
62 Please note that it may take up to a half hour for new forwards to
63 take effect.
64 </p>
65
66 <table>
67 <thead>
68 <tr>
69 <th>Local Part</th>
70 <th>Forward</th>
71 </tr>
72 </thead>
73 <tbody>
74 {foreach from=$emailAliases item=alias}
75 <tr>
76 <td>
77 <input type="text" value="{$alias.localpart}" />
78 </td>
79 <td>
80 <input type="text" value="{$alias.forward}" />
81 </td>
82 </tr>
83 {/foreach}
84 </tbody>
85 </table>
86
87 <div class="header-dark">Member Forums</div>
88
89 <p>
90 Post and participate in our
91 <a href="https://my.fsf.org/associate/forum">
92 Members-Only Forums
93 </a>
94 </p>