source: indico/indico/MaKaC/webinterface/tpls/AbstractsParticipantList.tpl @ 55fe15

burotelexp-instant-messaginghello-world-walkthroughipv6new-improved-taskdaemonnew-webexprov-dual-interfacev0.97-seriesv0.98-seriesv0.98.2v0.98.3v0.98b1v0.98b2v0.99v1.0v1.1
Last change on this file since 55fe15 was 9033fd, checked in by Pedro Ferreira <jose.pedro.ferreira@…>, 4 years ago

Import from CVS (2009-06-29).

  • Marked all the files' author as 'Indico Team';
  • Restructured directory tree;
  • Modified setup.py;
  • Property mode set to 100644
File size: 2.0 KB
Line 
1
2<table align="center" width="75%%">
3    <tr>
4       <td class="formTitle"> <%= _("List of participants")%></td>
5    </tr>
6        <tr>
7                <td>
8                        <br>
9                                <table width="100%%" align="center" border="0" style="border-left: 1px solid #777777">
10                                        <tr>
11                                                <td colspan="2" class="groupTitle" width="100%%"> <%= _("Submitters")%></td>
12                                        </tr>
13                                        <tr>
14                                                <td width="100%%">
15                                                        <table width="100%%">
16                                                        %(submitters)s
17                                                        </table>
18                                                </td>
19                                                <td align="right" valign="top">
20                                                        <form action="mailto:%(submitterEmails)s" method="POST" enctype="text/plain">
21                                                                <input type="submit" class="btn" value="<%= _("send")%>">
22                                                        </form>
23                                                        %(showSubmitters)s
24                                                </td>
25                                        </tr>
26                                </table>
27                </td>
28        </tr>
29        <tr>
30                <td>
31                        <br>
32                    <table width="100%%" align="center" border="0" style="border-left: 1px solid #777777">
33                            <tr>
34                                                <td colspan="2" class="groupTitle" width="100%%"> <%= _("Primary authors")%></td>
35                                        </tr>
36                                        <tr>
37                                                <td width="100%%">
38                                                        <table width="100%%">
39                                                        %(primaryAuthors)s
40                                                        </table>
41                                                </td>
42                                                <td align="right" valign="top">
43                                                        <form action="mailto:%(primaryAuthorEmails)s" method="POST" enctype="text/plain">
44                                                                <input type="submit" class="btn" value="<%= _("send")%>">
45                                                        </form>
46                                                        %(showPrimaryAuthors)s
47                                                </td>
48                                        </tr>
49                                </table>
50                </td>
51        </tr>
52        <tr>
53                <td>
54                        <br>
55                    <table width="100%%" align="center" border="0" style="border-left: 1px solid #777777">
56                            <tr>
57                                                <td colspan="2" class="groupTitle" width="100%%"> <%= _("Co-Authors")%></td>
58                                        </tr>
59                                        <tr>
60                                                <td width="100%%">
61                                                        <table width="100%%">
62                                                        %(coAuthors)s
63                                                        </table>
64                                                </td>
65                                                <td align="right" valign="top">
66                                                        <form action="mailto:%(coAuthorEmails)s" method="POST" enctype="text/plain">
67                                                                <input type="submit" class="btn" value="<%= _("send")%>">
68                                                        </form>
69                                                        %(showCoAuthors)s
70                                                </td>
71                                        </tr>
72                                </table>
73                </td>
74        </tr>
75</table>
Note: See TracBrowser for help on using the repository browser.