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.
 
 
 
 
 

15 lines
413 B

  1. <%inherit file="_layout.mako"/>
  2. <%block name="lefthead">
  3. <a href="/">
  4. <img id="corp-masthead" class="aligned" src="${g.eve.image.corp(g.config.get('corp.id'), 256)}"/>
  5. </a>
  6. <a href="/" class="aligned">${g.config.get("corp.name")}</a>
  7. <nav>
  8. Campaign: XYZ | Map | Intel | Members...
  9. </nav>
  10. </%block>
  11. <%block name="righthead">
  12. PLAYER_NAME... [logout]
  13. </%block>
  14. ${next.body()}