A corporation manager and dashboard for EVE Online
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

10 righe
290 B

  1. <%inherit file="_base.mako"/>
  2. <%block name="title">
  3. Log out &ndash; ${g.config.get("corp.name") | h}
  4. </%block>
  5. <h2>Log out</h2>
  6. <p>Use the button below to safely log out and clear your session.</p>
  7. <form id="logout-form" method="post">
  8. <input type="submit" value="Log out">
  9. </form>