Changeset 8ecf21 in indico for indico/MaKaC/webinterface/tpls/ContributionDisplayFull.tpl
- Timestamp:
- 11/09/11 17:39:15 (19 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 2ab513
- Parents:
- e260f9
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (11/09/11 17:38:18)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (11/09/11 17:39:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/ContributionDisplayFull.tpl
ra33bdd r8ecf21 3 3 4 4 <table width="100%" align="center"> 5 6 <tr> 7 <td> 8 <table align="center" width="95%" border="0" style="border: 1px solid #777777;"> 9 <tr> 10 <td> </td> 11 </tr> 12 <tr> 13 <td> 14 <table align="center" width="95%" border="0"> 15 ${ withdrawnNotice } 5 <tr> 6 <td> 7 <table align="center" width="95%" border="0" style="border: 1px solid #777777;"> 16 8 <tr> 17 <td align="center">${ modifIcon }<font size="+1" color="black"><b>${ title }</b></font></td> 18 </tr> 19 <tr> 20 <td width="100%"> <td> 21 </tr> 22 % if not self_._rh._target.getConference().getAbstractMgr().isActive() or not self_._rh._target.getConference().hasEnabledSection("cfa") or not self_._rh._target.getConference().getAbstractMgr().hasAnyEnabledAbstractField(): 23 <tr> 24 <td> 25 <table align="center"> 26 <tr> 27 <td>${ description }</td> 28 </tr> 29 </table> 30 </td> 9 <td> </td> 31 10 </tr> 32 11 <tr> 33 <td width="100%"> <td> 34 </tr> 35 % endif 12 <td> 13 <table align="center" width="95%" border="0"> 14 ${ withdrawnNotice } 15 <tr> 16 <td align="center">${ modifIcon }<font size="+1" color="black"><b>${ title }</b></font></td> 17 </tr> 18 <tr> 19 <td width="100%"> </td> 20 </tr> 21 % if not self_._rh._target.getConference().getAbstractMgr().isActive() or not self_._rh._target.getConference().hasEnabledSection("cfa") or not self_._rh._target.getConference().getAbstractMgr().hasAnyEnabledAbstractField(): 22 <tr> 23 <td> 24 <table align="center"> 25 <tr> 26 <td>${ description }</td> 27 </tr> 28 </table> 29 </td> 30 </tr> 31 <tr> 32 <td width="100%"> <td> 33 </tr> 34 % endif 36 35 <tr> 37 36 <td> … … 97 96 ${ inTrack } 98 97 ${ subConts } 98 </table> 99 </div> 100 </td> 101 </tr> 102 99 103 % if Contribution.getConference() and Contribution.getConference().hasEnabledSection('paperReviewing') and Contribution.getConference().getConfPaperReview().hasReviewing() and not isWithdrawn: 100 104 % if Contribution.canUserSubmit(self_._aw.getUser()) or Contribution.canModify(self_._aw): 101 </table>102 </div>103 </td>104 </tr>105 105 <tr><td align="right" valign="top" class="displayField" nowrap> 106 106 <b>${_("Reviewing material")}:</b> … … 144 144 <tr> 145 145 <td></td> 146 <td> 147 148 </td> 146 <td></td> 149 147 </tr> 150 148 % endif
Note: See TracChangeset
for help on using the changeset viewer.
