소스 검색

Merge branch 'master' of plhardy/jm2l into master

master
JM2L 7 년 전
committed by Gogs
부모
커밋
d4af48e3c8
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      jm2l/static/img/2017/logo_2.png
  2. +6
    -1
      jm2l/templates/layout.mako

BIN
jm2l/static/img/2017/logo_2.png 파일 보기

Before After
Width: 1200  |  Height: 240  |  Size: 227 KiB

+ 6
- 1
jm2l/templates/layout.mako 파일 보기

@@ -60,7 +60,12 @@ ${helpers.uploader_js()}
<div style="height:215px;background: url(/img/2017/logo_1.png) no-repeat scroll center transparent"></div>
</a>
</div>
% if request.user and request.user.vote_logo not in [1,2]:
<div class="item ${["","active"][request.user and request.user.vote_logo==3 or 0]}">
<a href="/">
<div style="height:215px;background: url(/img/2017/logo_2.png) no-repeat scroll center transparent"></div>
</a>
</div>
% if request.user and request.user.vote_logo not in [1,2,3]:
<div class="item active">
<div class="align-center">
<H1>JM2L 2017</H1>


불러오는 중...
취소
저장