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

Revision 89, 862 bytes checked in by atzm, 13 years ago (diff)

api support (for multi language)

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain; charset=utf-8
RevLine 
[57]1## $Id$
2#encoding UTF-8
[60]3#import os
4#include $os.path.expanduser($config.get('template', 'header'))
[57]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>
[89]12              バトルに参加できるのは最大 $config.get('battle', 'max_entries') 人です.
[57]13            </p>
14            <p>
[89]15              下記以外のファイルや,$config.get('limit', 'max_size') バイトを超えるファイルは登録出来ません.
[57]16            </p>
[89]17            <ul>
18#for $lang in $config.options('scouter_api')
19              <li>$lang</li>
20#end for
21            </ul>
[57]22          </div>
23        </div>
24      </div>
25
[60]26#include $os.path.expanduser($config.get('template', 'footer'))
Note: See TracBrowser for help on using the repository browser.