Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
ben
/
calefaction
peilaus alkaen
https://github.com/earwig/calefaction
Tarkkaile
1
Äänestä
1
Fork
0
Koodi
Julkaisut
0
Toiminta
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
Commitit
2
Branchit
6.0 MiB
Puu:
c9a7325f01
master
old-ruby
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from 'c9a7325f01'
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
Raaka
Normaali näkymä
Historia
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 vuotta sitten
1
2
<%inherit file="_default.mako"/>
<p>Hi, ${g.auth.get_character_prop("name") | h}!</p>