changeset 1789:3d3f01fe7959

imgrast
author KASHIWAGURA Aya<c115046@?.koeki-u.ac.jp>
date Sun, 30 Jul 2017 06:59:43 +0900
parents 0942e2f2fb21
children 81559112afd4
files event/oasis2017/idol/blue_1.rb event/oasis2017/idol/blue_2.rb event/oasis2017/idol/blue_3.rb event/oasis2017/idol/hikae2.jpg event/oasis2017/idol/hikae2a.jpg event/oasis2017/idol/red_1.rb event/oasis2017/idol/red_2.rb event/oasis2017/idol/red_3.rb event/oasis2017/idol/redout2.jpg event/oasis2017/idol/white_1.rb event/oasis2017/idol/white_2.rb event/oasis2017/idol/white_3.rb
diffstat 12 files changed, 28 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/event/oasis2017/idol/blue_1.rb	Sun Jul 30 06:18:09 2017 +0900
+++ b/event/oasis2017/idol/blue_1.rb	Sun Jul 30 06:59:43 2017 +0900
@@ -86,7 +86,7 @@
 </head>
 <body>
 
-<form method=\"POST\" action=\"red_1.rb\">"
+<form method=\"POST\" action=\"blue_1.rb\">"
 
 # ページ番号による切り替え処理
 printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
--- a/event/oasis2017/idol/blue_2.rb	Sun Jul 30 06:18:09 2017 +0900
+++ b/event/oasis2017/idol/blue_2.rb	Sun Jul 30 06:59:43 2017 +0900
@@ -86,7 +86,7 @@
 </head>
 <body>
 
-<form method=\"POST\" action=\"red_1.rb\">"
+<form method=\"POST\" action=\"blue_2.rb\">"
 
 # ページ番号による切り替え処理
 printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
--- a/event/oasis2017/idol/blue_3.rb	Sun Jul 30 06:18:09 2017 +0900
+++ b/event/oasis2017/idol/blue_3.rb	Sun Jul 30 06:59:43 2017 +0900
@@ -86,7 +86,7 @@
 </head>
 <body>
 
-<form method=\"POST\" action=\"red_1.rb\">"
+<form method=\"POST\" action=\"blue_3.rb\">"
 
 # ページ番号による切り替え処理
 printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
Binary file event/oasis2017/idol/hikae2.jpg has changed
Binary file event/oasis2017/idol/hikae2a.jpg has changed
--- a/event/oasis2017/idol/red_1.rb	Sun Jul 30 06:18:09 2017 +0900
+++ b/event/oasis2017/idol/red_1.rb	Sun Jul 30 06:59:43 2017 +0900
@@ -96,19 +96,19 @@
 case p
 when "1"
   nextpage = "2"
-
+  img = "redout.png"
 when "2"
   nextpage = "3"
-
+ img = "redout.png"
 when "3"
   nextpage = "4"
- 
+  img = "redout2.png"
 when "4"
   nextpage = "5"
-
+  img = "redout.png"
 when "5"
   nextpage = "6"
- 
+ img = "redout.png"
 when "6"
  print(<<-"EOF")
 <p><b><a href="home.rb">NEXT LIVE……</a></b><br>
--- a/event/oasis2017/idol/red_2.rb	Sun Jul 30 06:18:09 2017 +0900
+++ b/event/oasis2017/idol/red_2.rb	Sun Jul 30 06:59:43 2017 +0900
@@ -102,7 +102,7 @@
 </head>
 <body>
 
-<form method=\"POST\" action=\"red_1.rb\">"
+<form method=\"POST\" action=\"red_2.rb\">"
 
 # ページ番号による切り替え処理
 printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
@@ -112,16 +112,16 @@
 case p
 when "1"
   nextpage = "2"
-
+  img = "sora.jpg"
 when "2"
   nextpage = "3"
-
+  img = "hikae2.png"
 when "3"
   nextpage = "4"
-
+ img = "hikae2a.png"
 when "4"
   nextpage = "5"
-
+ img = "sora.jpg"
 when "5"
  print(<<-"EOF")
 
--- a/event/oasis2017/idol/red_3.rb	Sun Jul 30 06:18:09 2017 +0900
+++ b/event/oasis2017/idol/red_3.rb	Sun Jul 30 06:59:43 2017 +0900
@@ -92,7 +92,7 @@
 </head>
 <body>
 
-<form method=\"POST\" action=\"red_1.rb\">"
+<form method=\"POST\" action=\"red_3.rb\">"
 
 # ページ番号による切り替え処理
 printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
@@ -102,25 +102,31 @@
 case p
 when "1"
   nextpage = "2"
-
+  img = "yoru.jpg"
 when "2"
   nextpage = "3"
-
+ img = "yoru.jpg"
 when "3"
   nextpage = "4"
- 
+ img = "hikaei2a.png"
 when "4"
   nextpage = "5"
-
+img = "hikaei2.png"
 when "5"
   nextpage = "6"
- 
+ img = "yoru.jpg"
 when "6"
   nextpage = "7"
+img = "yoru.jpg"
+
 when "7"
   nextpage = "8"
+img = "red4.png"
 
 when "8"
+  nextpage = "9"
+  img = "red4.png"
+when "9"
  print(<<-"EOF")
 <b><a href="home.rb">Thank you for playing!</a></b>
 
Binary file event/oasis2017/idol/redout2.jpg has changed
--- a/event/oasis2017/idol/white_1.rb	Sun Jul 30 06:18:09 2017 +0900
+++ b/event/oasis2017/idol/white_1.rb	Sun Jul 30 06:59:43 2017 +0900
@@ -86,7 +86,7 @@
 </head>
 <body>
 
-<form method=\"POST\" action=\"red_1.rb\">"
+<form method=\"POST\" action=\"white_1.rb\">"
 
 # ページ番号による切り替え処理
 printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
--- a/event/oasis2017/idol/white_2.rb	Sun Jul 30 06:18:09 2017 +0900
+++ b/event/oasis2017/idol/white_2.rb	Sun Jul 30 06:59:43 2017 +0900
@@ -91,7 +91,7 @@
 </head>
 <body>
 
-<form method=\"POST\" action=\"red_1.rb\">"
+<form method=\"POST\" action=\"white_2.rb\">"
 
 # ページ番号による切り替え処理
 printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
--- a/event/oasis2017/idol/white_3.rb	Sun Jul 30 06:18:09 2017 +0900
+++ b/event/oasis2017/idol/white_3.rb	Sun Jul 30 06:59:43 2017 +0900
@@ -91,7 +91,7 @@
 </head>
 <body>
 
-<form method=\"POST\" action=\"red_1.rb\">"
+<form method=\"POST\" action=\"white_3.rb\">"
 
 # ページ番号による切り替え処理
 printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力

yatex.org