Changeset 21292 for lang/python
- Timestamp:
- 10/14/08 01:43:23 (3 months ago)
- Location:
- lang/python/saichugen/gae/template
- Files:
-
- 2 modified
-
game.html (modified) (1 diff)
-
index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/python/saichugen/gae/template/game.html
r21290 r21292 1 1 <html> 2 2 <body> 3 <a href="/"><h1 >最中限(Saichugen)</h1></a>3 <a href="/"><h1 style="margin-top:0px">最中限(Saichugen)</h1></a> 4 4 {% if game.is_finished %} 5 5 終了しました。 -
lang/python/saichugen/gae/template/index.html
r21245 r21292 4 4 <p> 5 5 {% if user %} 6 Hello, {{ player.nickname }}({{ user.nickname }}) !6 こんにちは、 {{ player.nickname }}({{ user.nickname }})! 7 7 <p> 8 You can <a href='/start_single_game'>start new game</a> or <a href=' {{ logout_url }}'>log out</a>. 9 <p> 10 You played {{ player.play_count }} times and your score is {{ player.score }}. 8 あなたは今までに{{ player.play_count }}回最中限をしてスコアは{{ player.score }}です。 9 <a href='/start_single_game'>新しいゲームの開始</a>と<a href=' {{ logout_url }}'>ログアウト</a>ができます。 11 10 <p> 12 11 <form action="/change_nickname/" method="POST"> 13 棋譜やランキングに表示されるニックネーム を変更することが出来ます。(ランキングはまだない)<br/>12 棋譜やランキングに表示されるニックネームは変更することが出来ます。(ランキングはまだない)<br/> 14 13 new nickname: <input type="text" name="new_nick" value="{{ player.nickname }}"><input type="submit"> 15 14 </form> 16 15 {% else %} 17 Welcome! You can <a href='{{ login_url }}'>login</a> to play new game.16 ようこそ!ゲームを始めるにはGoogleアカウントで<a href='{{ login_url }}'>ログイン</a>する必要があります。 18 17 {% endif %} 19 18 <p> 20 おすすめの ログなど:<ul>19 おすすめのリンクなど:<ul> 21 20 <li><a href="http://www.nishiohirokazu.org/saichugen/saichugen_photo.pdf">ルール解説PDF</a> 22 <li>共有リポジトリ<a href="http://coderepos.org/share/browser/lang/python/saichugen/gae">CodeRepos</a>でソースを公開しています。 21 <li>共有リポジトリ<a href="http://coderepos.org/share/browser/lang/python/saichugen/gae">CodeRepos</a> 22 でソースを公開しています。 23 23 <li><a href="http://d.hatena.ne.jp/nishiohirokazu/searchdiary?word=%2a%5b%ba%c7%c3%e6%b8%c2%5d">作者ブログの最中限カテゴリ</a> 24 <li><a href="http://saichugen-online.appspot.com/game/210/">チャット機能搭載時のログ</a> 24 <li><a href="http://saichugen-online.appspot.com/game/210/">チャット機能搭載時のログ</a>(対戦履歴の例) 25 25 </ul> 26 26 <p> … … 34 34 <p> 35 35 <hr> 36 37 <hr>38 36 program by <a href="http://www.nishiohirokazu.org/">NISHIO Hirokazu</a><br/> 39 37 card graphics by http://www.jfitz.com/cards/
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)