Този сайт работи по-добре с JavaScript.
Начало
Помощ
Вход
ben
/
calefaction
огледало от
https://github.com/earwig/calefaction
Наблюдаван
1
Харесван
1
Разклонения
0
Код
Версии
0
Activity
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.
89
Ревизии
2
Клонове
130 MiB
ИН на ревизия:
877ac85628
master
old-ruby
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от '877ac85628'
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
Директен файл
Normal View
История
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.
преди 7 години
1
2
<%inherit file="_default.mako"/>
<p>Hi, ${g.auth.get_character_prop("name") | h}!</p>