| 1 | <table class="groupTable"> |
|---|
| 2 | <tr> |
|---|
| 3 | <td colspan="2" align="right"> |
|---|
| 4 | <em> |
|---|
| 5 | <%= _("""This page shows your personal data. You can modify it by clicking on the 'modify' button.<br> |
|---|
| 6 | You can also find the different accounts you can use to login. You can add or remove accounts, <br> |
|---|
| 7 | but you must have at least one account.""")%> |
|---|
| 8 | </em> |
|---|
| 9 | </td> |
|---|
| 10 | </tr> |
|---|
| 11 | <tr> |
|---|
| 12 | <td colspan="2"> |
|---|
| 13 | <div class="groupTitle"><%= _("Details for")%> %(title)s %(fullName)s</div> |
|---|
| 14 | </td> |
|---|
| 15 | </tr> |
|---|
| 16 | <tr> |
|---|
| 17 | <td class="dataCaptionTD"><span class="dataCaptionFormat"><%= _("Affiliation")%></span></td> |
|---|
| 18 | <td class="blacktext">%(organisation)s</td> |
|---|
| 19 | </tr> |
|---|
| 20 | <tr> |
|---|
| 21 | <td nowrap class="dataCaptionTD"><span class="dataCaptionFormat"><%= _("Email")%></span></td> |
|---|
| 22 | <td class="blacktext">%(email)s</td> |
|---|
| 23 | </tr> |
|---|
| 24 | <tr> |
|---|
| 25 | <td nowrap class="dataCaptionTD"><span class="dataCaptionFormat"><%= _("Language")%></span></td> |
|---|
| 26 | <td class="blacktext"><%= _(lang)%></td> |
|---|
| 27 | </tr> |
|---|
| 28 | <tr> |
|---|
| 29 | <td nowrap class="dataCaptionTD"><span class="dataCaptionFormat"><%= _("Address")%></span></td> |
|---|
| 30 | <td class="blacktext"><pre> %(address)s</pre></td> |
|---|
| 31 | </tr> |
|---|
| 32 | <tr> |
|---|
| 33 | <td nowrap class="dataCaptionTD"><span class="dataCaptionFormat"><%= _("Telephone")%></span></td> |
|---|
| 34 | <td class="blacktext">%(telephon)s</td> |
|---|
| 35 | </tr> |
|---|
| 36 | <tr> |
|---|
| 37 | <td nowrap class="dataCaptionTD"><span class="dataCaptionFormat"><%= _("Fax")%></span></td> |
|---|
| 38 | <td class="blacktext">%(fax)s</td> |
|---|
| 39 | </tr> |
|---|
| 40 | <!-- Fermi timezone awareness --> |
|---|
| 41 | <tr> |
|---|
| 42 | <td nowrap class="dataCaptionTD"><span class="dataCaptionFormat"><%= _("My Timezone")%></span></td> |
|---|
| 43 | <td class="blacktext">%(timezone)s</td> |
|---|
| 44 | </tr> |
|---|
| 45 | <tr> |
|---|
| 46 | <td nowrap class="dataCaptionTD"><span class="dataCaptionFormat"><%= _("Display Timezone")%></span></td> |
|---|
| 47 | <td class="blacktext">%(displayTZMode)s</td> |
|---|
| 48 | </tr> |
|---|
| 49 | <!-- Fermi timezone awareness(end) --> |
|---|
| 50 | |
|---|
| 51 | <tr> |
|---|
| 52 | <td> </td> |
|---|
| 53 | <td class="blacktext"> |
|---|
| 54 | <form action="%(modifyUserURL)s" method="POST" style="margin:0;"> |
|---|
| 55 | <input type="submit" class="btn" value="<%= _("modify")%>"> |
|---|
| 56 | </form> |
|---|
| 57 | </td> |
|---|
| 58 | </tr> |
|---|
| 59 | <tr> |
|---|
| 60 | <td colspan="2" ><div class="groupTitle"><%= _("Your account(s)")%></div></td> |
|---|
| 61 | </tr> |
|---|
| 62 | <td nowrap class="dataCaptionTD"> |
|---|
| 63 | <span class="dataCaptionFormat"><%= _("Account status")%></span> |
|---|
| 64 | </td> |
|---|
| 65 | <td bgcolor="white" nowrap valign="top" class="blacktext"> |
|---|
| 66 | %(status)s |
|---|
| 67 | %(activeButton)s |
|---|
| 68 | </td> |
|---|
| 69 | </tr> |
|---|
| 70 | <tr> |
|---|
| 71 | <td> </td> |
|---|
| 72 | <td class="blacktext"> |
|---|
| 73 | %(identities)s |
|---|
| 74 | </td> |
|---|
| 75 | </tr> |
|---|
| 76 | <tr> |
|---|
| 77 | <td colspan="2" > |
|---|
| 78 | <div class="groupTitle"><%= _("Special Rights")%></div> |
|---|
| 79 | </td> |
|---|
| 80 | </tr> |
|---|
| 81 | <tr> |
|---|
| 82 | <td nowrap class="dataCaptionTD"> |
|---|
| 83 | <span class="dataCaptionFormat"><%= _("Category Manager")%></span> |
|---|
| 84 | </td> |
|---|
| 85 | <td class="blacktext"> |
|---|
| 86 | %(categoryManager)s |
|---|
| 87 | </td> |
|---|
| 88 | </tr> |
|---|
| 89 | <tr> |
|---|
| 90 | <td nowrap class="dataCaptionTD"><span class="dataCaptionFormat"><%= _("Event Manager")%></span> |
|---|
| 91 | <td class="blacktext"> |
|---|
| 92 | %(eventManager)s |
|---|
| 93 | </td> |
|---|
| 94 | </tr> |
|---|
| 95 | </table> |
|---|