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
427 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. </%block>
  8. <%block name="righthead">
  9. <img id="login-button" class="aligned" src="${url_for('staticv', filename='images/eve-login.png')}"/>
  10. </%block>
  11. <p>Hello, world!</p>