Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
ben
/
calefaction
kopie van
https://github.com/earwig/calefaction
Volgen
1
Ster
1
Vork
0
Code
Publicaties
0
Activiteit
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.
129
Commits
2
Branches
6.0 MiB
Tree:
c9a7325f01
master
old-ruby
Branches
Labels
${ item.name }
Maak branch
${ searchTerm }
van 'c9a7325f01'
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
Ruw
Normale weergave
Geschiedenis
Add structure and supporting code for modules; add Campaigns module. * Add config/modules/. * Add hook-aware post-login homepage. * Add flexible character module property database table, plus AuthManager interface. * Add Config.modules. * Modules are imported dynamically with a _provided pseudo-module that contains their Flask blueprint and a config reference. * Add stubs for Map, Members, and Intel modules. * Implement starting code for Campaigns module. * Update sample config. * Update database schema with foreign key constraints (unused for now). * Restructure header HTML and desktop CSS slightly to cleanly display large navigation bars. * Dynamically generate navigation bar. * Properly align character options popup with portrait.
8 jaren geleden
1
2
<%inherit file="_default.mako"/>
<p>Hi, ${g.auth.get_character_prop("name") | h}!</p>