changeset 3323:fd59309b7213

name
author KASHIWAGURA Aya <c115046@?.koeki-u.ac.jp>
date Fri, 21 Jul 2017 13:41:14 +0900
parents e290dc9b19f5
children 5573ef8023a0
files event/oasis2017/idol/name.rb
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/event/oasis2017/idol/name.rb	Fri Jul 21 10:47:50 2017 +0900
+++ b/event/oasis2017/idol/name.rb	Fri Jul 21 13:41:14 2017 +0900
@@ -87,8 +87,12 @@
 
 
 else                          # プレイ名設定済みならホーム画面へ
-  print('<form action="pro.rb" method="POST">')
-  print('<input type="hidden" name="playname" value="id" >')
+  
+puts('
+  <form action="pro.rb" method="POST">
+  <input type="hidden" name="playname" value="id" >
+
+<a href="pro.rb">ゲームスタート!</a>')
 
 end
 

yatex.org