source: pycgibattler/trunk/templates/90footer.tmpl @ 62

Revision 62, 1.5 KB 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    </div>
4
5    <div class="sidebar">
6      <div style="margin: 1em;">
7        <p>これは何?</p>
8        <ul style="font-size: small;">
9          <li>Python コード同士を戦わせます</li>
10          <li>循環的複雑度やスタイルなどのコードメトリクスからステータスが自動計算されます</li>
11        </ul>
12
13        <p>腕に覚えあり!</p>
14        <form action="$script" method="post" enctype="multipart/form-data">
15          <input type="file" name="filename" /><br />
16          <input type="submit" value="登録" />
17        </form>
18
19        <p>制限事項</p>
20        <ul style="font-size: small;">
21          <li>登録できるのは Python コードのみ,1 ファイルにつき $config.get('limit', 'max_size') バイトまでです</li>
22          <li>保存できるのは最新の $config.get('limit', 'max_entries') 件までです.古いものから消えていきます</li>
23          <li>バトルに参加できるのは最大 $config.get('battle', 'max_entries') 人までです</li>
24        </ul>
25
26        <p>注意</p>
27        <ul style="font-size: small;">
28          <li>登録されたコードは公開されます.公開したくないコードは登録しないで下さい</li>
29          <li>勿論 no warranty です.突然利用できなくなったり,登録データが消えたりしても誰も何の責任も取ってくれません</li>
30        </ul>
31      </div>
32    </div>
33  </body>
34</html>
Note: See TracBrowser for help on using the repository browser.