source: pycgibattler/trunk/80error.tmpl @ 60

Revision 60, 754 bytes checked in by atzm, 13 years ago (diff)

modify template path

  • Property svn:keywords set to Id
Line 
1## $Id$
2#encoding UTF-8
3#import os
4#include $os.path.expanduser($config.get('template', 'header'))
5
6      <div class="day">
7        <h2><span class="title">゚ラヌ</span></h2>
8        <div class="body">
9          <div class="section">
10            <h3><span class="sanchor">■</span> ゚ラヌが発生したした!</h3>
11            <p>
12              Python コヌド以倖のファむルや$config.get('limit', 'max_size') バむトを超えるファむルは登録出来たせん
13            </p>
14            <p>
15              バトルに参加できるのは最倧 $config.get('battle', 'max_entries') 人です
16            </p>
17          </div>
18        </div>
19      </div>
20
21#include $os.path.expanduser($config.get('template', 'footer'))
Note: See TracBrowser for help on using the repository browser.