本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
ben
/
calefaction
镜像来自
https://github.com/earwig/calefaction
關注
1
收藏
1
複製
0
程式碼
版本發佈
0
活動
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 }
建立分支
${ 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>