[FIX] Error reports
[cds-indico.git] / indico / MaKaC / webinterface / tpls / ConfContributionList.tpl
blob457126803b29b09861579520a9de1de34473836a
1 <table width="100%">
2     <tr>
3         <td>
4             <form action=${ filterPostURL } method="POST">
5                 ${ currentSorting }
6                 <table width="100%" align="center" border="0">
7                     <tr>
8                         <td class="groupTitle">${ _("Display options")}</td>
9                     </tr>
10                     <tr>
11                         <td>
12                             <table width="100%">
13                                 <tr>
14                                     <td>
15                                         <table align="center" cellspacing="10" width="100%">
16                                             <tr style="background-color: #ECECEC;">
17                                             ${ typeFilterHeader }
18                                                 <td align="center" class="titleCellFormat"> ${ _("show sessions")}</td>
19                                             ${ trackFilterHeader }
20                                             </tr>
21                                             <tr>
22                                             ${ types }
23                                                 <td valign="top" style="border-right:1px solid #777777;">${ sessions }</td>
24                                             ${ tracks }
25                                             </tr>
26                                         </table>
27                                     </td>
28                                 </tr>
29                                 <tr>
30                                     <td align="center" style="background-color: #ECECEC; padding:5px; margin: 10px 0 30px 0; display: block"><input type="submit" class="btn" name="OK" value="${ _("apply")}"></input></td>
31                                 </tr>
32                             </table>
33                         </td>
34                     </tr>
35                 </table>
36             </form>
37         </td>
38     </tr>
39     <tr>
40         <td>
41             <a name="contributions"></a>
42             <table align="center" width="100%" border="0" cellpadding="0" cellspacing="0">
43                 <tr>
44                     <td colspan="9">
45                         <a name="contribs"></a>
46                         <table cellpadding="0" cellspacing="0">
47                             <tr>
48                                 <td class="groupTitle" width="100%" style="margin-bottom: 20px;">${ _("Contribution List")} (${ numContribs })</td>
49                                 <td nowrap align="right" style="border-bottom: 1px solid #777777;">${ contribSetIndex }</td>
50                             </tr>
51                         </table>
52                     </td>
53                 </tr>
54                 <tr>
55                     <td colspan="9"><br /><br /></td>
56                 </tr>
57                 <tr>
58                     <td></td>
59                     <td nowrap class="titleCellFormat" style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;border-bottom: 1px solid #5294CC;"> ${ numberImg }<a href=${ numberSortingURL }> ${ _("Id")}</a></td>
60                     <td nowrap class="titleCellFormat" style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;border-bottom: 1px solid #5294CC;"> ${ dateImg }<a href=${ dateSortingURL }> ${ _("Date")}</a></td>
61                     ${ typeHeader }
62                     <td nowrap class="titleCellFormat" style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;border-bottom: 1px solid #5294CC;">${ titleImg }<a href=${ titleSortingURL }> ${ _("Title")}</a></td>
63                     <td nowrap class="titleCellFormat" style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;border-bottom: 1px solid #5294CC;"> ${ speakerImg }<a href=${ speakerSortingURL }> ${ _("Presenter")}</a></td>
64                     <td nowrap class="titleCellFormat" style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;border-bottom: 1px solid #5294CC;">${ sessionImg }<a href=${ sessionSortingURL }> ${ _("Session")}</a> </td>
65                     ${ trackHeader }
66                     <td nowrap class="titleCellFormat" style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;border-bottom: 1px solid #5294CC;"> ${ _("Files")}</td>
67                 </tr>
68                 <form action=${ contribSelectionAction } method="post" target="_blank">
69                 ${ contributions }
70                 <tr>
71                     <td colspan="9" align="right">${ contribSetIndex }</td>
72                 </tr>
73                 <tr>
74                     <td colspan="9" valign="bottom" align="left">
75                         <input type="submit" class="btn" name="PDF" value="${ _("booklet of selected contributions")}" style="width:264px">
76                     </td>
77                 </tr>
78                 </form>
79                 <tr>
80                     <form action=${ contributionsPDFURL } method="post" target="_blank">
81                     <td colspan="9" valign="bottom" align="left">
82                             ${ contribsToPrint }
83                             <input type="submit" class="btn" value="${ _("booklet of all contributions")}" style="width:264px">
84                     </td>
85                     </form>
86                 </tr>
87                 <tr><td colspan="9">&nbsp;</td></tr>
88             </table>
89         </td>
90     </tr>
91 </table>