Changeset 89 for pycgibattler/trunk/templates
- Timestamp:
- 01/07/11 15:39:46 (14 years ago)
- Location:
- pycgibattler/trunk/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pycgibattler/trunk/templates/80error.tmpl
r62 r89 10 10 <h3><span class="sanchor">■</span> エラーが発生しました!</h3> 11 11 <p> 12 Python コード以外のファイルや,$config.get('limit', 'max_size') バイトを超えるファイルは登録出来ません.12 バトルに参加できるのは最大 $config.get('battle', 'max_entries') 人です. 13 13 </p> 14 14 <p> 15 バトルに参加できるのは最大 $config.get('battle', 'max_entries') 人です.15 下記以外のファイルや,$config.get('limit', 'max_size') バイトを超えるファイルは登録出来ません. 16 16 </p> 17 <ul> 18 #for $lang in $config.options('scouter_api') 19 <li>$lang</li> 20 #end for 21 </ul> 17 22 </div> 18 23 </div> -
pycgibattler/trunk/templates/90footer.tmpl
r82 r89 14 14 <form action="$script" method="post" enctype="multipart/form-data"> 15 15 <input type="file" name="filename" /><br /> 16 言語: <select name="lang"> 17 #for $lang in $config.options('scouter_api') 18 <option value="$lang">$lang</option> 19 #end for 20 </select> 21 <br /> 16 22 <input type="submit" value="登録" /> 17 23 </form>
Note: See TracChangeset
for help on using the changeset viewer.