]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/player_captimes.mako
Initial display of the frag matrix.
[xonotic/xonstat.git] / xonstat / templates / player_captimes.mako
index afe2828fcaa4c9120fb04d0f19dd84edffff5b7a..8391fb5312c511d92f274eb443799d575790a9ec 100644 (file)
 
   <div class="row">
     <div class="small-12 columns">
-      <h5>Fastest Flag Captures by
+      <h4>Fastest Flag Captures by
         <a href="${request.route_url('player_info', id=player.player_id)}">
           ${player.nick_html_colors()|n}
         </a>
-      </h5>
+      </h4>
+
    
       <table class="table-hover table-condensed">
         <thead>
         </tbody>
       </table>
 
+      % if sort == "fastest":
+          <p>* sorted by fastest - sort by <a href="${request.route_url('player_captimes', player_id=player.player_id, _query={"sort":"create_dt", "page":page})}">most recent</a> instead</p>
+      % else:
+          <p>* sorted by most recent - sort by <a href="${request.route_url('player_captimes', player_id=player.player_id, _query={"sort":"fastest", "page":page})}">fastest</a> instead</p>
+      % endif
+
     </div>
   </div>