Revision 89,
862 bytes
checked in by atzm, 14 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
|
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 | バトルに参加できるのは最大 $config.get('battle', 'max_entries') 人です. |
---|
13 | </p> |
---|
14 | <p> |
---|
15 | 下記以外のファイルや,$config.get('limit', 'max_size') バイトを超えるファイルは登録出来ません. |
---|
16 | </p> |
---|
17 | <ul> |
---|
18 | #for $lang in $config.options('scouter_api') |
---|
19 | <li>$lang</li> |
---|
20 | #end for |
---|
21 | </ul> |
---|
22 | </div> |
---|
23 | </div> |
---|
24 | </div> |
---|
25 | |
---|
26 | #include $os.path.expanduser($config.get('template', 'footer')) |
---|
Note: See
TracBrowser
for help on using the repository browser.