Diese Webseite funktioniert besser mit JavaScript.
Startseite
Hilfe
Anmelden
ben
/
calefaction
Mirror von
https://github.com/earwig/calefaction
Beobachten
1
Favorisieren
1
Fork
0
Code
Releases
0
Aktivität
A corporation manager and dashboard for EVE Online
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
110
Commits
2
Branches
130 MiB
Struktur:
6ea69e5a08
master
old-ruby
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „6ea69e5a08“
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
Originalformat
Normale Ansicht
Verlauf
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.
vor 7 Jahren
1
2
<%inherit file="_default.mako"/>
<p>Hi, ${g.auth.get_character_prop("name") | h}!</p>