[FIX] Error reports
[cds-indico.git] / indico / MaKaC / webinterface / tpls / MenuConferenceHeader.tpl
blob5380ee3ec78cfada443d35b421176a6368b033cc
1 <div style="float:right;">
2   <ul class="horizontalMenu">
4     <%include file="LoginWidget.tpl"/>
5   </ul>
6 </div>
9 <table>
10     <tr>
11         <form style="margin:0pt;" action="">
12         <table width="100%" cellpadding="0" cellspacing="0" border="0">
13           <tr class="bluerowheader">
14             <td colspan="4"></td>
15           </tr>
16           <tr>
17             <td class="bluerowheader">
18               <a href="${ MaKaCHomeURL }">
19                 <img class="imglink" src="${ imgLogo }" alt="indico">
20               </a>
21             </td>
22             <td width="100%">
23               <small>
24               <input type="hidden" name="confId" value="${ confId }">
25               &nbsp;<a href="${ categurl }">${ _("event home page")}</a>&nbsp;
26               ${ menu }
27               &nbsp;|&nbsp;
28               ${ confModif }&nbsp;
29                   &nbsp;<a href=${ printURL }><img src=${ printIMG } alt="${ _("printable view (w/o menus and icons)")}" title="${ _("printable view (w/o menus and icons)")}" style="border:0px;vertical-align:middle;padding-bottom:2px"></a>\
30                   &nbsp;<a href=${ pdfURL }><img src=${ pdfIMG } alt="${ _("create PDF")}" title="${ _("create PDF")}" style="border:0px;vertical-align:middle;padding-bottom:2px"></a>
31                   &nbsp;<a href=${ matPackURL }><img src=${ zipIMG } alt="${ _("get material package")}" title="${ _("get material package")}" style="border:0px;vertical-align:middle;padding-bottom:2px"></a>
32               ${"&nbsp;|&nbsp;" if applyForParticipation.strip()!="" else ""}
33               ${ applyForParticipation }
34               ${"&nbsp;|&nbsp;" if evaluation.strip()!="" else ""}
35               ${ evaluation }
36               </small>
37             </td>
38             </form>
39             <td>${ TZSelector }</td>
40            </tr>
41         </table>
42     </tr>
43     <tr>
44         ${ errorMsg }
45         ${ infoMsg }
46     </tr>
47 </table>