Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
calefaction
espelhamento de
https://github.com/earwig/calefaction
Observar
1
Favorito
1
Fork
0
Código
Versões
0
Atividade
A corporation manager and dashboard for EVE Online
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
110
Commits
2
Branches
130 MiB
Tag:
6ea69e5a08
master
old-ruby
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 6ea69e5a08
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
Original
Visão normal
Histórico
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 anos atrás
1
2
<%inherit file="_default.mako"/>
<p>Hi, ${g.auth.get_character_prop("name") | h}!</p>