使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
ben
/
calefaction
镜像自地址
https://github.com/earwig/calefaction
关注
1
点赞
1
派生
0
代码
版本发布
0
动态
A corporation manager and dashboard for EVE Online
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
110
提交
2
分支
130 MiB
目录树:
6ea69e5a08
master
old-ruby
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 '6ea69e5a08'
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
原始文件
普通视图
文件历史
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>