Ignore:
Timestamp:
11/09/11 17:39:15 (19 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
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)
Message:

[FIX] Template issue (unclosed tags)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/ContributionDisplayFull.tpl

    ra33bdd r8ecf21  
    33 
    44<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>&nbsp;</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;"> 
    168        <tr> 
    17           <td align="center">${ modifIcon }<font size="+1" color="black"><b>${ title }</b></font></td> 
    18     </tr> 
    19         <tr> 
    20       <td width="100%">&nbsp;<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>&nbsp;</td> 
    3110        </tr> 
    3211        <tr> 
    33       <td width="100%">&nbsp;<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%">&nbsp;</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%">&nbsp;<td> 
     33              </tr> 
     34              % endif 
    3635    <tr> 
    3736      <td> 
     
    9796                    ${ inTrack } 
    9897                    ${ subConts } 
     98                </table> 
     99                </div> 
     100                </td> 
     101                </tr> 
     102 
    99103                    % if Contribution.getConference() and Contribution.getConference().hasEnabledSection('paperReviewing') and Contribution.getConference().getConfPaperReview().hasReviewing() and not isWithdrawn: 
    100104                        % if Contribution.canUserSubmit(self_._aw.getUser()) or Contribution.canModify(self_._aw): 
    101                         </table> 
    102                         </div> 
    103                         </td> 
    104                         </tr> 
    105105                        <tr><td align="right" valign="top" class="displayField" nowrap> 
    106106                                <b>${_("Reviewing material")}:</b> 
     
    144144                            <tr> 
    145145                                <td></td> 
    146                                 <td> 
    147  
    148                                 </td> 
     146                                <td></td> 
    149147                            </tr> 
    150148                          % endif 
Note: See TracChangeset for help on using the changeset viewer.