X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Ftemplates%2Fmap_index.mako;h=fe34956f18c4a247b710435470d4b40c81668862;hb=d1860bce8a2558a38b1fd2c98a29a330fd60aac7;hp=3e155fb87bb42c8dfafd520dda24e49f0de4ada1;hpb=ff7278dc209233d9875ba340f2b5d5b23da8643c;p=xonotic%2Fxonstat.git diff --git a/xonstat/templates/map_index.mako b/xonstat/templates/map_index.mako index 3e155fb..fe34956 100755 --- a/xonstat/templates/map_index.mako +++ b/xonstat/templates/map_index.mako @@ -14,26 +14,29 @@ Map Index

Sorry, no maps yet. Get playing!

% else: -

Map Index

-
- - - -
- - - - - -% for map in maps: - - - - -% endfor -
NameAdded
${map.name} - ${map.create_dt.strftime('%m/%d/%Y at %H:%M')}
-% endif +
+
+
+ + + +
+ + + + + + % for map in maps: + + + + + % endfor +
NameAdded
${map.name} + ${map.create_dt.strftime('%m/%d/%Y at %H:%M')}
+ % endif - -${navlinks("map_index_paged", maps.page, maps.last_page)} + + ${navlinks("map_index", maps.page, maps.last_page)} +
+