source: indico/indico/MaKaC/webinterface/tpls/DownloadPRTemplate.tpl @ 59f15b

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

[IMP] Code improvements in ManageListOfElements?

  • Property mode set to 100644
File size: 515 bytes
Line 
1<table cellspacing="0" align="center" width="100%" style="padding-top: 15px;">
2   <tr>
3       <td colspan="3"><div class="groupTitle"><%= _("List of contribution templates")%></div></td>
4   </tr>
5
6   <% if hasPaperReviewing: %>
7       <%= ContributionReviewingTemplatesList %>
8   <% end %>
9   <% else: %>
10   <tr>
11      <td nowrap class="displayField" style="padding-top: 5px; padding-left: 10px;">
12            <%= _("There is no paper reviewing for this conference.")%>
13      </td>
14   </tr>
15   <% end %>
16</table>
17
18
Note: See TracBrowser for help on using the repository browser.