<ul class="dropdown-menu nav-tabs">
% for gt in ('ca','kh','ft','lms','as','dom','nb','cts','rc'):
<li>
- <a href="${request.route_url("game_index_filtered", game_type_cd=gt)}" alt="${gt}" title="" data-toggle="none">
+ <a href="${request.route_url("game_index", game_type_cd=gt)}" alt="${gt}" title="" data-toggle="none">
<span class="sprite sprite-${gt}"> </span><br/>
${gt}
</a>
<thead>
<tr>
<th style="width:40px;">#</th>
- <th style="width:120px;">Nick</th>
+ <th style="width:150px;">Nick</th>
<th style="width:60px;">Elo</th>
</tr>
</thead>
% for r in rs:
<tr>
<td>${i}</td>
- <td class="nostretch" style="max-width:120px;"><a href="${request.route_url('player_info', id=r.player_id)}" title="Go to the player info page for this player">${r.nick_html_colors()|n}</a></td>
+ <td class="nostretch" style="max-width:150px;"><a href="${request.route_url('player_info', id=r.player_id)}" title="Go to the player info page for this player">${r.nick_html_colors()|n}</a></td>
<td>${int(round(r.elo))}</td>
</tr>
<% i = i+1 %>
<td><a href="${request.route_url('server_info', id=rg.server_id)}" title="Go to the detail page for this server">${rg.server_name}</a></td>
<td><a href="${request.route_url('map_info', id=rg.map_id)}" title="Go to the map detail page for this map">${rg.map_name}</a></td>
<td><span class="abstime" data-epoch="${rg.epoch}" title="${rg.start_dt.strftime('%a, %d %b %Y %H:%M:%S UTC')}">${rg.fuzzy_date}</span></td>
- <td class="player-nick">
+ <td class="nostretch">
% if rg.player_id > 2:
<a href="${request.route_url('player_info', id=rg.player_id)}" title="Go to the player info page for this player">${rg.nick_html_colors|n}</a></td>
% else:
<td class="tdcenter"><span class="sprite sprite-${rg.game_type_cd}" alt="${rg.game_type_cd}" title="${rg.game_type_descr}"></span></td>
<td><a href="${request.route_url('server_info', id=rg.server_id)}" title="Go to the detail page for this server">${rg.server_name}</a></td>
<td><span class="abstime" data-epoch="${rg.epoch}" title="${rg.start_dt.strftime('%a, %d %b %Y %H:%M:%S UTC')}">${rg.fuzzy_date}</span></td>
- <td>
+ <td class="nostretch">
% if rg.player_id > 2:
<a href="${request.route_url('player_info', id=rg.player_id)}" title="Go to the player info page for this player">${rg.nick_html_colors|n}</a>
% else:
</%block>
% if len(captimes) == 0:
- <h2>Sorry, no caps yet. Get playing!</h2>
+<h2>Sorry, no caps yet. Get playing!</h2>
+<p><a href="${player_url}">Back to player info page</a></p>
% else:
<div class="row">
<div class="span12">
- <h3>Fastest Flag Captures by ${player.nick_html_colors()|n}</h3>
- <p><a href="${player_url}">Back to player info page</a></p>
+ <h3>Fastest Flag Captures by
+ <a href="${request.route_url('player_info', id=player.player_id)}">
+ ${player.nick_html_colors()|n}
+ </a>
+ </h3>
<table class="table table-hover table-condensed">
<thead>
% endfor
</tbody>
</table>
- <p class="note">*Most active stats are from the past 7 days</p>
</div> <!-- /span4 -->
</div> <!-- /span4 -->
</div> <!-- /row -->
-
+<div class="row">
+ <div class="span12">
+ <p class="note">*Most active stats are from the past 7 days</p>
+ </div>
+</div>
% if len(recent_games) > 0:
<td class="tdcenter"><span class="sprite sprite-${rg.game_type_cd}" alt="${rg.game_type_cd}" title="${rg.game_type_descr}"></span></td>
<td><a href="${request.route_url('map_info', id=rg.map_id)}" title="Go to the map detail page for this map">${rg.map_name}</a></td>
<td><span class="abstime" data-epoch="${rg.epoch}" title="${rg.start_dt.strftime('%a, %d %b %Y %H:%M:%S UTC')}">${rg.fuzzy_date}</span></td>
- <td>
+ <td class="nostretch">
% if rg.player_id > 2:
<a href="${request.route_url('player_info', id=rg.player_id)}" title="Go to the player info page for this player">${rg.nick_html_colors|n}</a>
% else: