A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
302 B

  1. <%inherit file="_base.mako"/>
  2. <%block name="lefthead">
  3. ${parent.lefthead()}
  4. <nav>
  5. Campaign: XYZ | Map | Intel | Members...
  6. </nav>
  7. </%block>
  8. <%block name="righthead">
  9. PLAYER_NAME... [logout] <!-- use GET /logout here and JS switch it to a POST form -->
  10. </%block>
  11. ${next.body()}