このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
calefaction
ミラー元
https://github.com/earwig/calefaction
ウォッチ
1
スター
1
フォーク
0
コード
リリース
0
アクティビティ
A corporation manager and dashboard for EVE Online
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
129
コミット
2
ブランチ
6.0 MiB
ツリー:
c9a7325f01
master
old-ruby
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'c9a7325f01' から
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
Raw
通常表示
履歴
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.
8年前
1
2
<%inherit file="_default.mako"/>
<p>Hi, ${g.auth.get_character_prop("name") | h}!</p>