Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 1553:6fe418b167ad
title png
author | Minoru Konno <c113069@e.koeki-u.ac.jp> |
---|---|
date | Thu, 28 Jul 2016 16:48:24 +0900 |
parents | ba2984925d15 |
children | ffcc7e4b7c01 |
files | event/oasis2016/don/.#ckgame.rb event/oasis2016/sea/umi.png event/oasis2016/tori/ckgame.rb event/oasis2016/tori/umi.png |
diffstat | 4 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/event/oasis2016/don/.#ckgame.rb Thu Jul 28 16:48:24 2016 +0900 @@ -0,0 +1,1 @@ +c113069@sime.4934 \ No newline at end of file
--- a/event/oasis2016/tori/ckgame.rb Thu Jul 28 16:43:45 2016 +0900 +++ b/event/oasis2016/tori/ckgame.rb Thu Jul 28 16:48:24 2016 +0900 @@ -41,6 +41,7 @@ end point = 0# 開始直後は0点 if !info[id]["name"] # もしユーザのプレイ名が未設定なら + umi = '<img src="umi.png" width="800px" height="600px">' title = "ようこそ!" hello = "まちがいさがしスタート" guide = "あなたのプレイ名を決めます" @@ -93,6 +94,7 @@ <body> <img src="../img/logo.png" width="900px" height="100px"> +<p>%s</p> <h1>%s</h1> <h2>%s</h2> <h2>%s</h2> @@ -112,6 +114,6 @@ <div>%s</div> </div> </body></html> -EOF - title, setumei, setumei2, hello, point, bingoword.length, guide, input, submit, reset, seikai, tori, tori2, tori3, tori4, tori5, tori6,) +EOF + umi, title, setumei, setumei2, hello, point, bingoword.length, guide, input, submit, reset, seikai, tori, tori2, tori3, tori4, tori5, tori6,) end