1 <%inherit file="base.mako"/>
2 <%namespace name="nav" file="nav.mako" />
3 <%namespace file="navlinks.mako" import="navlinks" />
5 <%block name="navigation">
14 <h2>Sorry, no maps yet. Get playing!</h2>
19 <form method="get" action="${request.route_url('search')}">
20 <input type="hidden" name="fs" />
21 <input type="text" name="map_name" />
22 <input type="submit" value="search" />
24 <table class="table table-bordered table-condensed">
31 <td><a href="${request.route_url("map_info", id=map.map_id)}" title="Go to this map's info page">${map.name}</a></th>
32 <td><span class="abstime" data-epoch="${map.epoch()}" title="${map.create_dt.strftime('%a, %d %b %Y %H:%M:%S UTC')}">${map.fuzzy_date()}</span></td>
39 <!-- navigation links -->
40 ${navlinks("map_index", maps.page, maps.last_page)}
41 </div> <!-- /span4 -->