changeset 3272:09d2631e8230

tori
author Minoru Konno <c113069@e.koeki-u.ac.jp>
date Fri, 22 Jul 2016 15:23:43 +0900
parents 4e555a5f0278
children 706c45790b74
files event/oasis2016/tori/ckgame.rb
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/event/oasis2016/tori/ckgame.rb	Fri Jul 22 15:22:17 2016 +0900
+++ b/event/oasis2016/tori/ckgame.rb	Fri Jul 22 15:23:43 2016 +0900
@@ -49,8 +49,6 @@
     title = sprintf("%s さんのホーム", info[id]["name"])
     setumei = "海鳥の絵から間違いを3個見つけよう!"
     setumei2 = "間違っている絵のパネルは全部で3個あるよ♪"
-    guide = "キーワードを入れてください"
-    input = '<input name="keyword">'
     seikai = '<img src="tori.jpg" width="450px" height="450px">'
     # プレイ名設定済みで、さらにキーワードが入力されていたら
     if form_kwd > ""
@@ -96,7 +94,6 @@
 <h2>%s</h2>
 <p>%s</p>
 <p>開けたパネル(%d/%d)
-<p>%s</p>
 <div class="tori">
 <div>%s</div>
 <div>%s</div>
@@ -107,5 +104,5 @@
 </div>
 </body></html>
 EOF
-         title, setumei, setumei2, hello, point, bingoword.length, bingos, guide, input, seikai, tori, tori2, tori3, tori4, tori5, tori6,)
+         title, setumei, setumei2, hello, point, bingoword.length, bingos, seikai, tori, tori2, tori3, tori4, tori5, tori6,)
 end

yatex.org