source: pycgibattler/trunk/templates/80error.tmpl @ 62

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

change directory structure

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain; charset=utf-8
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.