From 8ecf21c18887b0c24c5c58c85efaad366f3a450e Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Wed, 9 Nov 2011 17:38:18 +0100 Subject: [PATCH] [FIX] Template issue (unclosed tags) --- .../webinterface/tpls/ContributionDisplayFull.tpl | 68 +++++++++++----------- 1 file changed, 33 insertions(+), 35 deletions(-) diff --git a/indico/MaKaC/webinterface/tpls/ContributionDisplayFull.tpl b/indico/MaKaC/webinterface/tpls/ContributionDisplayFull.tpl index 082fc9fe2..4ddb99bfe 100644 --- a/indico/MaKaC/webinterface/tpls/ContributionDisplayFull.tpl +++ b/indico/MaKaC/webinterface/tpls/ContributionDisplayFull.tpl @@ -2,37 +2,36 @@ <% from MaKaC.paperReviewing import ConferencePaperReview as CPR %> - - -
- - - - - -
 
- - ${ withdrawnNotice } - - - + +
${ modifIcon }${ title }
+ - - % if not self_._rh._target.getConference().getAbstractMgr().isActive() or not self_._rh._target.getConference().hasEnabledSection("cfa") or not self_._rh._target.getConference().getAbstractMgr().hasAnyEnabledAbstractField(): - - + - - % endif + - - + % endif % if len(Contribution.getReviewManager().getVersioning()) > 1: -- 2.11.4.GIT
  -
- - - - -
${ description }
-
 
  -
+ + ${ withdrawnNotice } + + + + + + + % if not self_._rh._target.getConference().getAbstractMgr().isActive() or not self_._rh._target.getConference().hasEnabledSection("cfa") or not self_._rh._target.getConference().getAbstractMgr().hasAnyEnabledAbstractField(): + + + + + + % endif + + % if Contribution.getConference() and Contribution.getConference().hasEnabledSection('paperReviewing') and Contribution.getConference().getConfPaperReview().hasReviewing() and not isWithdrawn: % if Contribution.canUserSubmit(self_._aw.getUser()) or Contribution.canModify(self_._aw): -
${ modifIcon }${ title }
 
+ + + + +
${ description }
+
  +
@@ -96,12 +95,13 @@ ${ inSession } ${ inTrack } ${ subConts } +
+ +
- -
${_("Reviewing material")}: ${inlineContextHelp(_('Here you should add the materials for reviewing. They will be judged by the reviewing team.'))} @@ -143,9 +143,7 @@ % else:
- -