source: indico/indico/MaKaC/webinterface/tpls/UserDetails.tpl @ 2aa6a6

burotelhello-world-walkthroughipv6v0.97-seriesv0.98-seriesv0.98.2v0.98.3v0.98b1v0.98b2v0.99v1.0v1.1
Last change on this file since 2aa6a6 was 2aa6a6, checked in by Jose Benito <jose.benito.gonzalez@…>, 2 years ago

[FIX] Fix css class on profile page

  • Property mode set to 100644
File size: 3.3 KB
Line 
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>&nbsp;&nbsp;%(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>&nbsp;</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>&nbsp;</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>
Note: See TracBrowser for help on using the repository browser.