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.
 
 
 
 
 

16 lines
484 B

  1. <%inherit file="../_default.mako"/>
  2. <%block name="title">
  3. ${self.support.maketitle(operation["title"], campaign["title"], "Campaigns")}
  4. </%block>
  5. <%block name="extracss">
  6. ${self.support.makecss("campaigns.css")}
  7. </%block>
  8. <%block name="extrajs">
  9. ${self.support.makejs("campaigns.js")}
  10. </%block>
  11. <h2> <!-- ... breadcrumb -->
  12. <span class="understate">Operation:</span>
  13. <span${"" if enabled else ' class="disabled"'}>${operation["title"] | h}</span>
  14. </h2>
  15. <p>...</p>