Changeset d358a3 in indico
- Timestamp:
- 10/04/10 17:17:46 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- e725de
- Parents:
- 664658
- git-author:
- csvetelina.angelova@…> (08/25/09 11:28:05)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (10/04/10 17:17:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/ContributionReviewingHistory.tpl
rc5b4e0 rd358a3 7 7 8 8 <% if review.getRefereeJudgement().isSubmitted(): %> 9 <table width="90%%" align="center" border="0"> 9 <table width="90%%" align="center" border="0" style="padding-bottom: 10px;"> 10 <tr> 11 <td colspan="3" class="groupTitle" style="padding-top:20px;"><%= _("Judgement details")%></td> 12 </tr> 13 <tr> 14 <td nowrap class="titleCellFormat" style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;border-bottom: 1px solid #BBBBBB; padding-top: 5px; padding-bottom: 5px;"> 15 <span class="titleCellFormat"><%= _("Judgement version")%></span> 16 </td> 17 <td nowrap class="titleCellFormat" style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;border-bottom: 1px solid #BBBBBB; padding-top: 5px; padding-bottom: 5px;"> 18 <span class="titleCellFormat"><%= _("Type")%></span> 19 </td> 20 <td nowrap class="titleCellFormat" style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;border-bottom: 1px solid #BBBBBB; padding-top: 5px; padding-bottom: 5px;"> 21 <span class="titleCellFormat"><%= _("Material")%></span> 22 </td> 23 </tr> 10 24 <tr> 11 <td align="left" colspan="2"> 25 <% for m in review.getMaterials(): %> 26 <td> 12 27 <span style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;"> 13 <%= _("Review")%> <%= review.getVersion() %>28 <%= _("Review")%>: <%= review.getVersion() %> 14 29 </span> 15 30 </td> 16 </tr>17 <% for m in review.getMaterials(): %>18 <tr>19 31 <td nowrap class="titleCellFormat" style="border-right:5px solid #FFFFFF;"> 20 32 <span style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;"> 21 33 <%= m.getTitle() %> 22 34 </span> 23 </td> 35 </td> 24 36 <% for res in m.getResourceList(): %> 25 <td align="left">37 <td> 26 38 <span style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;"> 27 39 <% if isinstance(res, LocalFile): %> … … 35 47 </span> 36 48 </td> 37 <td width="100%%"></td>38 49 <% end %> 39 50 </tr> 40 51 <% end %> 41 52 </table> 42 43 53 <% includeTpl ('ContributionReviewingDisplay', 44 54 Editing = review.getEditorJudgement(), AdviceList = review.getReviewerJudgements(), Review = review, 45 55 ConferenceChoice = ConferenceChoice) %> 46 47 56 <br><br><br> 48 57 <% end %> 49 50 58 <% end %>
Note: See TracChangeset
for help on using the changeset viewer.
