A corporation manager and dashboard for EVE Online
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

12 lignes
424 B

  1. <%inherit file="_base.mako"/>
  2. <%block name="righthead">
  3. <a href="${g.auth.make_login_link() | h}">
  4. <img id="login-button" title="Log in with EVE Online" alt="Log in with EVE Online" src="${url_for('staticv', filename='images/eve-login.png')}"/>
  5. </a>
  6. </%block>
  7. <div id="welcome">
  8. % for paragraph in g.config.get("welcome").split("\n\n"):
  9. <p>${paragraph.replace("\n", " ")}</p>
  10. % endfor
  11. </div>