[FIX] Error reports
[cds-indico.git] / indico / MaKaC / webinterface / tpls / AuthorDisplay.tpl
blobc5dcbfabab516b7e5f3b811a12e9fff15ded9914
2 <table width="75%" align="center">
3     <tr>
4         <td colspan="2">
5             <br>
6             <table width="100%" align="center" border="0" style="border-left: 1px solid #777777;border-top: 1px solid #777777;">
7               <tr>
8                 <td colspan="3" class="groupTitle" style="background:#E5E5E5; color:gray">
9                     ${ _("Details for") } ${ fullName }
10                     <div style="float:right"><a href="${ mailURL }"><img alt="${ _("Email")}" src="${mailIcon}"/></a></div>
11                 </td>
12               </tr>
13               <tr>
14                 <td bgcolor="white">
15                   <table width="100%" bgcolor="white" cellpadding="0" cellspacing="0">
16                     <tr>
17                       <td>
18                         <table width="100%">
19                           <tr>
20                             <td nowrap class="titleCellTD"><span class="titleCellFormat"> ${ _("Affiliation")}</span></td>
21                             <td bgcolor="white" width="100%" valign="top" class="blacktext">&nbsp;&nbsp;&nbsp;${ organisation }</td>
22                           </tr>
23                           <tr>
24                             <td nowrap class="titleCellTD"><span class="titleCellFormat"> ${ _("Address")}</span></td>
25                             <td bgcolor="white" width="100%" valign="top" class="blacktext"><pre>&nbsp;&nbsp;${ address }</pre></td>
26                           </tr>
27                           <tr>
28                             <td nowrap class="titleCellTD"><span class="titleCellFormat"> ${ _("Telephone")}</span></td>
29                             <td bgcolor="white" width="100%" valign="top" class="blacktext">&nbsp;&nbsp;&nbsp;${ telephone }</td>
30                           </tr>
31                           <tr>
32                             <td nowrap class="titleCellTD"><span class="titleCellFormat"> ${ _("Fax")}</span></td>
33                             <td bgcolor="white" width="100%" valign="top" class="blacktext">&nbsp;&nbsp;&nbsp;${ fax }</td>
34                           </tr>
35                         </table>
36                       </td>
37                     </tr>
38                   </table>
39                   <br>
40                 </td>
41               </tr>
42               </table>
43          </td>
44        </tr>
45        <tr>
46           <td colspan="2" >
47             <br>
48             <table width="100%" align="center" border="0" style="border-left: 1px solid #777777;border-top: 1px solid #777777;">
49               <tr>
50                 <td colspan="2" class="groupTitle" style="background:#E5E5E5; color:gray"> ${ _("Author in the following contribution(s)")}</td>
51               </tr>
52               <tr>
53                 <td>
54                   <table width="100%" bgcolor="white" cellpadding="0" cellspacing="0">
55                     <tr>
56                       <td bgcolor="white" nowrap valign="top" class="blacktext">
57                         ${ contributions }
58                       </td>
59                     </tr>
60                   </table>
61                   <br>
62                 </td>
63               </tr>
64               </table>
65             </td>
66         </tr>
67 </table>