Changeset c3cd24 in indico


Ignore:
Timestamp:
03/02/11 14:03:39 (2 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
4bbdbe
Parents:
38d4a3
git-author:
Alexis Castilla Hernandez <alexis.castilla.hernandez@…> (02/28/11 10:17:05)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (03/02/11 14:03:39)
Message:

[IMP] Function getRating -> updateRating

  • Changed the purpose of getRating function
  • Fix a bug with old python vars in templates
Location:
indico/MaKaC/webinterface/tpls
Files:
2 edited

Legend:

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

    rddf66a rc3cd24  
    1818<% if ratingAverage: %> 
    1919    <br> 
    20     <span>The abstract's average rating is: <b>%(ratingAverage)s</b></span> 
     20    <span>The abstract's average rating is: <b><%= ratingAverage %></b></span> 
    2121<% end %> 
    2222 
  • indico/MaKaC/webinterface/tpls/AbstractTrackOrderByRating.tpl

    rddf66a rc3cd24  
    1 <table class="infoQuestionsTable" width="100%%" align="center" cellpadding="0" cellspacing="0" border="0"> 
     1<table class="infoQuestionsTable" width="100%" align="center" cellpadding="0" cellspacing="0" border="0"> 
    22    <tr> 
    33        <td nowrap class="dataHeader" style="border-right:5px solid #FFFFFF;border-left:5px solid #FFFFFF;border-bottom: 1px solid #BBBBBB;"> <%= _("Question")%></td> 
     
    1717<% end %> 
    1818<% if ratingAverage: %> 
    19     <span>The abstract's average rating is: <b>%(ratingAverage)s</b></span> 
     19    <span>The abstract's average rating is: <b><%= ratingAverage %></b></span> 
    2020<% end %> 
Note: See TracChangeset for help on using the changeset viewer.