이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
ben
/
calefaction
의 미러
https://github.com/earwig/calefaction
보기
1
좋아요
1
포크
0
코드
릴리즈
0
활동
A corporation manager and dashboard for EVE Online
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110
커밋
2
브랜치
130 MiB
트리:
6ea69e5a08
master
old-ruby
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from '6ea69e5a08'
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
Raw
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>