Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
calefaction
réplica de
https://github.com/earwig/calefaction
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
A corporation manager and dashboard for EVE Online
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
110
Commits
2
Ramas
130 MiB
Árbol:
6ea69e5a08
master
old-ruby
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde '6ea69e5a08'
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
Original
Vista 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.
hace 7 años
1
2
<%inherit file="_default.mako"/>
<p>Hi, ${g.auth.get_character_prop("name") | h}!</p>