changeset 3362:3807cbca3fcd

img
author KASHIWAGURA Aya <c115046@?.koeki-u.ac.jp>
date Tue, 25 Jul 2017 13:07:15 +0900
parents d7bf49c69d03
children d576648fdf1d
files event/oasis2017/idol/1.jpg event/oasis2017/idol/blue-bg.png event/oasis2017/idol/blue.css event/oasis2017/idol/blue.png event/oasis2017/idol/blue1.png event/oasis2017/idol/blue1.rb event/oasis2017/idol/blue2.png event/oasis2017/idol/blue3.png event/oasis2017/idol/blue_1.rb event/oasis2017/idol/blue_2.rb event/oasis2017/idol/blue_3.rb event/oasis2017/idol/blue_s.png event/oasis2017/idol/ema3.css event/oasis2017/idol/red-bg.png event/oasis2017/idol/red.css event/oasis2017/idol/red1-1.txt event/oasis2017/idol/red1.jpeg event/oasis2017/idol/red1.png event/oasis2017/idol/red1_s.png event/oasis2017/idol/red1a.txt event/oasis2017/idol/red2.png event/oasis2017/idol/red2.txt event/oasis2017/idol/red3.png event/oasis2017/idol/red3.txt event/oasis2017/idol/red_1.rb event/oasis2017/idol/red_2.rb event/oasis2017/idol/red_3.rb event/oasis2017/idol/shugo2.png event/oasis2017/idol/white-bg.png event/oasis2017/idol/white.css event/oasis2017/idol/white.png event/oasis2017/idol/white1.png event/oasis2017/idol/white2.png event/oasis2017/idol/white3.png event/oasis2017/idol/white_1.rb event/oasis2017/idol/white_2.rb event/oasis2017/idol/white_3.rb event/oasis2017/idol/white_s.png
diffstat 38 files changed, 1016 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file event/oasis2017/idol/1.jpg has changed
Binary file event/oasis2017/idol/blue-bg.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/blue.css	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,11 @@
+
+body{background-image:url("blue-bg.png")}
+h1{	background: linear-gradient(transparent 60%, #e0ffff 0%);
+	text-align: center; 
+	color: #d2691e;}
+h2{ background: linear-gradient(transparent 60%, #bbbcde 0%);  
+ }
+.box1 {
+      display: inline-block;
+      text-align: center;
+}
Binary file event/oasis2017/idol/blue.png has changed
Binary file event/oasis2017/idol/blue1.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/blue1.rb	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,91 @@
+#!/usr/bin/env ruby
+# coding: utf-8
+
+# tail -f /usr/local/apache2/logs/error_log
+
+require 'cgi'
+c = CGI.new(:accept_charset => 'utf-8')
+
+page = Hash.new
+n = 0
+img = ""
+
+
+open("red1a.txt","r:utf-8") do |cat|
+
+  while line = cat.gets
+    if /(\d+)\s+(\S+)\s+/ =~line
+      page[$1] = $2
+    end
+  end
+end
+
+
+p = c["page"]
+if p==""
+  p="1"# page変数指定がなければ "1" とする
+end
+
+ib = c["cv"]
+gin = c["adm"]
+name = c["name"]
+
+puts "Content-type: text/html; charset=utf-8
+
+<html>
+<head><title>アイエキ、しよ?</title>
+<link rel=\"stylesheet\" type=\"text/css\" href=\"ema3.css\" >
+<meta name=\"viewport\" content=\"width=device-width\">
+
+</head>
+<body>
+
+<form method=\"POST\" action=\"red_1.rb\">"
+
+# ページ番号による切り替え処理
+printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
+
+
+
+case p
+when "1"
+  nextpage = "2"
+
+when "2"
+  nextpage = "3"
+
+when "3"
+  nextpage = "4"
+ 
+when "4"
+  nextpage = "5"
+
+when "5"
+  nextpage = "6"
+ 
+when "6"
+ print(<<-"EOF")
+<a href="">NEXT STAGE・・・</a>
+
+
+
+
+
+EOF
+  nextpage = nil
+
+end
+
+
+if nextpage
+
+  printf("<input type=\"hidden\" name=\"page\" value=\"%s\">\n", nextpage)
+  printf("<img src=\"%s\">\n",img)
+  puts('<br><INPUT type="button" onclick="history.back()" value="前へ">')
+  puts('<input type="submit" value="次へ">')
+
+end
+
+puts "</form>
+</body>
+</html>"
Binary file event/oasis2017/idol/blue2.png has changed
Binary file event/oasis2017/idol/blue3.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/blue_1.rb	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,91 @@
+#!/usr/bin/env ruby
+# coding: utf-8
+
+# tail -f /usr/local/apache2/logs/error_log
+
+require 'cgi'
+c = CGI.new(:accept_charset => 'utf-8')
+
+page = Hash.new
+n = 0
+img = ""
+
+
+open("red1a.txt","r:utf-8") do |cat|
+
+  while line = cat.gets
+    if /(\d+)\s+(\S+)\s+/ =~line
+      page[$1] = $2
+    end
+  end
+end
+
+
+p = c["page"]
+if p==""
+  p="1"# page変数指定がなければ "1" とする
+end
+
+ib = c["cv"]
+gin = c["adm"]
+name = c["name"]
+
+puts "Content-type: text/html; charset=utf-8
+
+<html>
+<head><title>アイエキ、しよ?</title>
+<link rel=\"stylesheet\" type=\"text/css\" href=\"ema3.css\" >
+<meta name=\"viewport\" content=\"width=device-width\">
+
+</head>
+<body>
+
+<form method=\"POST\" action=\"red_1.rb\">"
+
+# ページ番号による切り替え処理
+printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
+
+
+
+case p
+when "1"
+  nextpage = "2"
+
+when "2"
+  nextpage = "3"
+
+when "3"
+  nextpage = "4"
+ 
+when "4"
+  nextpage = "5"
+
+when "5"
+  nextpage = "6"
+ 
+when "6"
+ print(<<-"EOF")
+<a href="">NEXT STAGE・・・</a>
+
+
+
+
+
+EOF
+  nextpage = nil
+
+end
+
+
+if nextpage
+
+  printf("<input type=\"hidden\" name=\"page\" value=\"%s\">\n", nextpage)
+  printf("<img src=\"%s\">\n",img)
+  puts('<br><INPUT type="button" onclick="history.back()" value="前へ">')
+  puts('<input type="submit" value="次へ">')
+
+end
+
+puts "</form>
+</body>
+</html>"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/blue_2.rb	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,91 @@
+#!/usr/bin/env ruby
+# coding: utf-8
+
+# tail -f /usr/local/apache2/logs/error_log
+
+require 'cgi'
+c = CGI.new(:accept_charset => 'utf-8')
+
+page = Hash.new
+n = 0
+img = ""
+
+
+open("red1a.txt","r:utf-8") do |cat|
+
+  while line = cat.gets
+    if /(\d+)\s+(\S+)\s+/ =~line
+      page[$1] = $2
+    end
+  end
+end
+
+
+p = c["page"]
+if p==""
+  p="1"# page変数指定がなければ "1" とする
+end
+
+ib = c["cv"]
+gin = c["adm"]
+name = c["name"]
+
+puts "Content-type: text/html; charset=utf-8
+
+<html>
+<head><title>アイエキ、しよ?</title>
+<link rel=\"stylesheet\" type=\"text/css\" href=\"ema3.css\" >
+<meta name=\"viewport\" content=\"width=device-width\">
+
+</head>
+<body>
+
+<form method=\"POST\" action=\"red_1.rb\">"
+
+# ページ番号による切り替え処理
+printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
+
+
+
+case p
+when "1"
+  nextpage = "2"
+
+when "2"
+  nextpage = "3"
+
+when "3"
+  nextpage = "4"
+ 
+when "4"
+  nextpage = "5"
+
+when "5"
+  nextpage = "6"
+ 
+when "6"
+ print(<<-"EOF")
+<a href="">NEXT STAGE・・・</a>
+
+
+
+
+
+EOF
+  nextpage = nil
+
+end
+
+
+if nextpage
+
+  printf("<input type=\"hidden\" name=\"page\" value=\"%s\">\n", nextpage)
+  printf("<img src=\"%s\">\n",img)
+  puts('<br><INPUT type="button" onclick="history.back()" value="前へ">')
+  puts('<input type="submit" value="次へ">')
+
+end
+
+puts "</form>
+</body>
+</html>"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/blue_3.rb	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,91 @@
+#!/usr/bin/env ruby
+# coding: utf-8
+
+# tail -f /usr/local/apache2/logs/error_log
+
+require 'cgi'
+c = CGI.new(:accept_charset => 'utf-8')
+
+page = Hash.new
+n = 0
+img = ""
+
+
+open("red1a.txt","r:utf-8") do |cat|
+
+  while line = cat.gets
+    if /(\d+)\s+(\S+)\s+/ =~line
+      page[$1] = $2
+    end
+  end
+end
+
+
+p = c["page"]
+if p==""
+  p="1"# page変数指定がなければ "1" とする
+end
+
+ib = c["cv"]
+gin = c["adm"]
+name = c["name"]
+
+puts "Content-type: text/html; charset=utf-8
+
+<html>
+<head><title>アイエキ、しよ?</title>
+<link rel=\"stylesheet\" type=\"text/css\" href=\"ema3.css\" >
+<meta name=\"viewport\" content=\"width=device-width\">
+
+</head>
+<body>
+
+<form method=\"POST\" action=\"red_1.rb\">"
+
+# ページ番号による切り替え処理
+printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
+
+
+
+case p
+when "1"
+  nextpage = "2"
+
+when "2"
+  nextpage = "3"
+
+when "3"
+  nextpage = "4"
+ 
+when "4"
+  nextpage = "5"
+
+when "5"
+  nextpage = "6"
+ 
+when "6"
+ print(<<-"EOF")
+<a href="">NEXT STAGE・・・</a>
+
+
+
+
+
+EOF
+  nextpage = nil
+
+end
+
+
+if nextpage
+
+  printf("<input type=\"hidden\" name=\"page\" value=\"%s\">\n", nextpage)
+  printf("<img src=\"%s\">\n",img)
+  puts('<br><INPUT type="button" onclick="history.back()" value="前へ">')
+  puts('<input type="submit" value="次へ">')
+
+end
+
+puts "</form>
+</body>
+</html>"
Binary file event/oasis2017/idol/blue_s.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/ema3.css	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,11 @@
+
+body{background-color:#f8f4e6}
+h1{	background: linear-gradient(transparent 60%, #e0ffff 0%);
+	text-align: center; 
+	color: #d2691e;}
+h2{ background: linear-gradient(transparent 60%, #bbbcde 0%);  
+ }
+.box1 {
+      display: inline-block;
+      text-align: center;
+}
Binary file event/oasis2017/idol/red-bg.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/red.css	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,11 @@
+
+body{background-image:url("red-bg.png")}
+h1{	background: linear-gradient(transparent 60%, #e0ffff 0%);
+	text-align: center; 
+	color: #d2691e;}
+h2{ background: linear-gradient(transparent 60%, #bbbcde 0%);  
+ }
+.box1 {
+      display: inline-block;
+      text-align: center;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/red1-1.txt	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,11 @@
+1 <p>あかりはステージでの印象と違わず明るく活発な少女だった。<br>三人の中でも断トツでアイドルらしい性格といえよう。</p>
+
+2  <p>「あかり、ライブお疲れ様」<br>「あ、プロデューサー!私の活躍見てくれた?」<br>「うん。初めてとは思えないほど良いステージだったよ」<br>「わぁ本当に!?ありがとう!」</p>
+
+3  <p>彼女は太陽のようにまぶしい笑顔を浮かべた。<br>……どうやら自分は気づかぬうちに緊張していたらしい<br>体から余計な力が抜けていくようだった</p>
+
+4  <p>「でも、ライブフェスは始まったばかりだしね。<br>あの二人も頑張ってファンを増やしているだろうし。<br>私たちも、もっともっと頑張らないと!」<br>「そうだね、油断せずに行こう」</p>
+
+5  <p>あかりの言う通り、フェスは始まったばかり<br>自分は彼女を優勝させメジャーデビューさせなければならないのだ<br>
+
+6  「さぁ次のステージの準備をしようか」<br>「うん!」</p>
Binary file event/oasis2017/idol/red1.jpeg has changed
Binary file event/oasis2017/idol/red1.png has changed
Binary file event/oasis2017/idol/red1_s.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/red1a.txt	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,6 @@
+1 <p>あかりはステージでの印象と違わず明るく活発な少女だった。<br>三人の中でも断トツでアイドルらしい性格といえよう。</p>
+2  <p>「あかり、ライブお疲れ様」<br>「あ、プロデューサー!私の活躍見てくれた?」<br>「うん。初めてとは思えないほど良いステージだったよ」<br>「わぁ本当に!?ありがとう!」</p>
+3  <p>彼女は太陽のようにまぶしい笑顔を浮かべた。<br>……どうやら自分は気づかぬうちに緊張していたらしい<br>体から余計な力が抜けていくようだった</p>
+4  <p>「でも、ライブフェスは始まったばかりだしね。<br>あの二人も頑張ってファンを増やしているだろうし。<br>私たちも、もっともっと頑張らないと!」<br>「そうだね、油断せずに行こう」</p>
+5  <p>あかりの言う通り、フェスは始まったばかり<br>自分は彼女を優勝させメジャーデビューさせなければならないのだ<br>
+6  「さぁ次のステージの準備をしようか」<br>「うん!」</p>
Binary file event/oasis2017/idol/red2.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/red2.txt	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,12 @@
+1 <p>あれから何度かライブを重ねたが、<br>快活に笑う彼女のパフォーマンス
+に疲れは見えない<br>むしろ、普段以上に輝いてすら思えてしまうのは、<br>自
+分の贔屓目だからだろうか?</p>
+
+2 <p>「プロデューサー!、どうだった、私のダンス?」<br>
+「うん、申し分なかったよ。練習の成果も十分発揮できていた」</p>
+3 <p>「本当?やったー!!」<br><br>素直に評価すると彼女は満面の笑みを浮
+かべ<br>控室の照明に届かんばかりに飛び跳ねた。<br>その姿はまるで主人に褒
+められて喜ぶ兎のようで<br>自然と彼女の頭に手がのびる。</p>
+
+4 <p>「あと、もう少し。最後の大一番に備えて頑張ろうな?」<br>
+「はい!」<br></p>
Binary file event/oasis2017/idol/red3.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/red3.txt	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,30 @@
+1 <p>会場を盛大に巻き込んだフェスが終息を告げる。<br>時刻は午後20時を回
+り、ステージを囲む屋台にも明かりが灯っていた。
+2 <p>丸一日かけた今回のイベントは、地元アイドルの将来を自分たちが決める
+というファン参加型であったため、<br>例年よりも多くの観客が、そして予想以
+上の盛り上がりを見せた。
+<br>裏で控える彼女たちも、観客たちもみんな満ち足りた笑顔で最後の時を待つ。
+</p>
+3 <p>「いよいよだね、あかり」<br>
+「うん・・・。あぁ、どうしよう。緊張してきた!」</p>
+
+4 <p>不安そうに両手を頬に当て、その場にうずくまるあかり。<br>だが、彼女
+の目はしっかり前を見据えており<br>絶対の自信があるのが見て取れた。</p>
+
+5 <p>「皆さまお待たせしました!いよいよ港ライブフェス優勝者が決定しま
+す!!」<br>
+
+司会の煽りが会場のボルテージを最高潮まで引き上げる。<br>三人ともそれぞれ
+の持ち味を生かし、各会場で驚くほどの輝きを放っていた。<br>この様子であれ
+ば、誰が全国デビューしても他のアイドル達と対等に戦えるだろう。</p>
+
+6 <p>ドラムロールが鳴り響き、港中がピンと張り詰めた空気に代わる。<br>会
+場を彩る白、赤、青、三色のペンライトもぽつぽつと消え<br>周囲が黒で塗りつ
+ぶされる。<br>唯一の光源は今自分たちが控える特設会場のセンターのみ。
+<br></p><p>「さぁ、今夜華々しく全国デビューを飾るのは――――!!」</p>
+
+7 <p>「日和山あかり!」</p>
+
+
+8 <p>「さぁ、行っておいで」<br>「うん!」<br>ステージに飛び出した彼女は
+誰よりも楽しそうに、そして今まで一番輝いていた。</p>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/red_1.rb	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,91 @@
+#!/usr/bin/env ruby
+# coding: utf-8
+
+# tail -f /usr/local/apache2/logs/error_log
+
+require 'cgi'
+c = CGI.new(:accept_charset => 'utf-8')
+
+page = Hash.new
+n = 0
+img = ""
+
+
+open("red1a.txt","r:utf-8") do |cat|
+
+  while line = cat.gets
+    if /(\d+)\s+(\S+)\s+/ =~line
+      page[$1] = $2
+    end
+  end
+end
+
+
+p = c["page"]
+if p==""
+  p="1"# page変数指定がなければ "1" とする
+end
+
+ib = c["cv"]
+gin = c["adm"]
+name = c["name"]
+
+puts "Content-type: text/html; charset=utf-8
+
+<html>
+<head><title>アイエキ、しよ?</title>
+<link rel=\"stylesheet\" type=\"text/css\" href=\"ema3.css\" >
+<meta name=\"viewport\" content=\"width=device-width\">
+
+</head>
+<body>
+
+<form method=\"POST\" action=\"red_1.rb\">"
+
+# ページ番号による切り替え処理
+printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
+
+
+
+case p
+when "1"
+  nextpage = "2"
+
+when "2"
+  nextpage = "3"
+
+when "3"
+  nextpage = "4"
+ 
+when "4"
+  nextpage = "5"
+
+when "5"
+  nextpage = "6"
+ 
+when "6"
+ print(<<-"EOF")
+<b><a href="home.rb">NEXT STAGE・・・</a></b>
+
+
+
+
+
+EOF
+  nextpage = nil
+
+end
+
+
+if nextpage
+
+  printf("<input type=\"hidden\" name=\"page\" value=\"%s\">\n", nextpage)
+  printf("<img src=\"%s\">\n",img)
+  puts('<br><INPUT type="button" onclick="history.back()" value="前へ">')
+  puts('<input type="submit" value="次へ">')
+
+end
+
+puts "</form>
+</body>
+</html>"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/red_2.rb	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,89 @@
+#!/usr/bin/env ruby
+# coding: utf-8
+
+# tail -f /usr/local/apache2/logs/error_log
+
+require 'cgi'
+c = CGI.new(:accept_charset => 'utf-8')
+
+page = Hash.new
+n = 0
+img = ""
+
+
+open("red2.txt","r:utf-8") do |cat|
+
+  while line = cat.gets
+    if /(\d+)\s+(\S+)\s+/ =~line
+      page[$1] = $2
+    end
+  end
+end
+
+
+p = c["page"]
+if p==""
+  p="1"# page変数指定がなければ "1" とする
+end
+
+ib = c["cv"]
+gin = c["adm"]
+name = c["name"]
+
+puts "Content-type: text/html; charset=utf-8
+
+<html>
+<head><title>アイエキ、しよ?</title>
+<link rel=\"stylesheet\" type=\"text/css\" href=\"ema3.css\" >
+<meta name=\"viewport\" content=\"width=device-width\">
+
+</head>
+<body>
+
+<form method=\"POST\" action=\"red_1.rb\">"
+
+# ページ番号による切り替え処理
+printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
+
+
+
+case p
+when "1"
+  nextpage = "2"
+
+when "2"
+  nextpage = "3"
+
+when "3"
+  nextpage = "4"
+
+when "4"
+  nextpage = "5"
+
+when "5"
+ print(<<-"EOF")
+
+<b><a href="home">NEXT STAGE・・・</a></b>
+
+
+
+
+
+EOF
+  nextpage = nil
+
+end
+
+if nextpage
+
+  printf("<input type=\"hidden\" name=\"page\" value=\"%s\">\n", nextpage)
+  printf("<img src=\"%s\">\n",img)
+  puts('<br><INPUT type="button" onclick="history.back()" value="前へ">')
+  puts('<input type="submit" value="次へ">')
+
+end
+
+puts "</form>
+</body>
+</html>"
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/red_3.rb	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,96 @@
+#!/usr/bin/env ruby
+# coding: utf-8
+
+# tail -f /usr/local/apache2/logs/error_log
+
+require 'cgi'
+c = CGI.new(:accept_charset => 'utf-8')
+
+page = Hash.new
+n = 0
+img = ""
+
+
+open("red3.txt","r:utf-8") do |cat|
+
+  while line = cat.gets
+    if /(\d+)\s+(\S+)\s+/ =~line
+      page[$1] = $2
+    end
+  end
+end
+
+
+p = c["page"]
+if p==""
+  p="1"# page変数指定がなければ "1" とする
+end
+
+ib = c["cv"]
+gin = c["adm"]
+name = c["name"]
+
+puts "Content-type: text/html; charset=utf-8
+
+<html>
+<head><title>アイエキ、しよ?</title>
+<link rel=\"stylesheet\" type=\"text/css\" href=\"ema3.css\" >
+<meta name=\"viewport\" content=\"width=device-width\">
+
+</head>
+<body>
+
+<form method=\"POST\" action=\"red_1.rb\">"
+
+# ページ番号による切り替え処理
+printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
+
+
+
+case p
+when "1"
+  nextpage = "2"
+
+when "2"
+  nextpage = "3"
+
+when "3"
+  nextpage = "4"
+ 
+when "4"
+  nextpage = "5"
+
+when "5"
+  nextpage = "6"
+ 
+when "6"
+  nextpage = "7"
+when "7"
+  nextpage = "8"
+
+when "8"
+ print(<<-"EOF")
+<b><a href="home.rb">Thank you for playing!</a></b>
+
+
+
+
+
+EOF
+  nextpage = nil
+
+end
+
+
+if nextpage
+
+  printf("<input type=\"hidden\" name=\"page\" value=\"%s\">\n", nextpage)
+  printf("<img src=\"%s\">\n",img)
+  puts('<br><INPUT type="button" onclick="history.back()" value="前へ">')
+  puts('<input type="submit" value="次へ">')
+
+end
+
+puts "</form>
+</body>
+</html>"
Binary file event/oasis2017/idol/shugo2.png has changed
Binary file event/oasis2017/idol/white-bg.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/white.css	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,11 @@
+
+body{background-image:url("white-bg.png")}
+h1{	background: linear-gradient(transparent 60%, #e0ffff 0%);
+	text-align: center; 
+	color: #d2691e;}
+h2{ background: linear-gradient(transparent 60%, #bbbcde 0%);  
+ }
+.box1 {
+      display: inline-block;
+      text-align: center;
+}
Binary file event/oasis2017/idol/white.png has changed
Binary file event/oasis2017/idol/white1.png has changed
Binary file event/oasis2017/idol/white2.png has changed
Binary file event/oasis2017/idol/white3.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/white_1.rb	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,91 @@
+#!/usr/bin/env ruby
+# coding: utf-8
+
+# tail -f /usr/local/apache2/logs/error_log
+
+require 'cgi'
+c = CGI.new(:accept_charset => 'utf-8')
+
+page = Hash.new
+n = 0
+img = ""
+
+
+open("red1a.txt","r:utf-8") do |cat|
+
+  while line = cat.gets
+    if /(\d+)\s+(\S+)\s+/ =~line
+      page[$1] = $2
+    end
+  end
+end
+
+
+p = c["page"]
+if p==""
+  p="1"# page変数指定がなければ "1" とする
+end
+
+ib = c["cv"]
+gin = c["adm"]
+name = c["name"]
+
+puts "Content-type: text/html; charset=utf-8
+
+<html>
+<head><title>アイエキ、しよ?</title>
+<link rel=\"stylesheet\" type=\"text/css\" href=\"ema3.css\" >
+<meta name=\"viewport\" content=\"width=device-width\">
+
+</head>
+<body>
+
+<form method=\"POST\" action=\"red_1.rb\">"
+
+# ページ番号による切り替え処理
+printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
+
+
+
+case p
+when "1"
+  nextpage = "2"
+
+when "2"
+  nextpage = "3"
+
+when "3"
+  nextpage = "4"
+ 
+when "4"
+  nextpage = "5"
+
+when "5"
+  nextpage = "6"
+ 
+when "6"
+ print(<<-"EOF")
+<a href="">NEXT STAGE・・・</a>
+
+
+
+
+
+EOF
+  nextpage = nil
+
+end
+
+
+if nextpage
+
+  printf("<input type=\"hidden\" name=\"page\" value=\"%s\">\n", nextpage)
+  printf("<img src=\"%s\">\n",img)
+  puts('<br><INPUT type="button" onclick="history.back()" value="前へ">')
+  puts('<input type="submit" value="次へ">')
+
+end
+
+puts "</form>
+</body>
+</html>"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/white_2.rb	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,91 @@
+#!/usr/bin/env ruby
+# coding: utf-8
+
+# tail -f /usr/local/apache2/logs/error_log
+
+require 'cgi'
+c = CGI.new(:accept_charset => 'utf-8')
+
+page = Hash.new
+n = 0
+img = ""
+
+
+open("red1a.txt","r:utf-8") do |cat|
+
+  while line = cat.gets
+    if /(\d+)\s+(\S+)\s+/ =~line
+      page[$1] = $2
+    end
+  end
+end
+
+
+p = c["page"]
+if p==""
+  p="1"# page変数指定がなければ "1" とする
+end
+
+ib = c["cv"]
+gin = c["adm"]
+name = c["name"]
+
+puts "Content-type: text/html; charset=utf-8
+
+<html>
+<head><title>アイエキ、しよ?</title>
+<link rel=\"stylesheet\" type=\"text/css\" href=\"ema3.css\" >
+<meta name=\"viewport\" content=\"width=device-width\">
+
+</head>
+<body>
+
+<form method=\"POST\" action=\"red_1.rb\">"
+
+# ページ番号による切り替え処理
+printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
+
+
+
+case p
+when "1"
+  nextpage = "2"
+
+when "2"
+  nextpage = "3"
+
+when "3"
+  nextpage = "4"
+ 
+when "4"
+  nextpage = "5"
+
+when "5"
+  nextpage = "6"
+ 
+when "6"
+ print(<<-"EOF")
+<a href="">NEXT STAGE・・・</a>
+
+
+
+
+
+EOF
+  nextpage = nil
+
+end
+
+
+if nextpage
+
+  printf("<input type=\"hidden\" name=\"page\" value=\"%s\">\n", nextpage)
+  printf("<img src=\"%s\">\n",img)
+  puts('<br><INPUT type="button" onclick="history.back()" value="前へ">')
+  puts('<input type="submit" value="次へ">')
+
+end
+
+puts "</form>
+</body>
+</html>"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/idol/white_3.rb	Tue Jul 25 13:07:15 2017 +0900
@@ -0,0 +1,91 @@
+#!/usr/bin/env ruby
+# coding: utf-8
+
+# tail -f /usr/local/apache2/logs/error_log
+
+require 'cgi'
+c = CGI.new(:accept_charset => 'utf-8')
+
+page = Hash.new
+n = 0
+img = ""
+
+
+open("red1a.txt","r:utf-8") do |cat|
+
+  while line = cat.gets
+    if /(\d+)\s+(\S+)\s+/ =~line
+      page[$1] = $2
+    end
+  end
+end
+
+
+p = c["page"]
+if p==""
+  p="1"# page変数指定がなければ "1" とする
+end
+
+ib = c["cv"]
+gin = c["adm"]
+name = c["name"]
+
+puts "Content-type: text/html; charset=utf-8
+
+<html>
+<head><title>アイエキ、しよ?</title>
+<link rel=\"stylesheet\" type=\"text/css\" href=\"ema3.css\" >
+<meta name=\"viewport\" content=\"width=device-width\">
+
+</head>
+<body>
+
+<form method=\"POST\" action=\"red_1.rb\">"
+
+# ページ番号による切り替え処理
+printf("<p>%s</p>\n", page[p]) # ページ番号に応じたメッセージ出力
+
+
+
+case p
+when "1"
+  nextpage = "2"
+
+when "2"
+  nextpage = "3"
+
+when "3"
+  nextpage = "4"
+ 
+when "4"
+  nextpage = "5"
+
+when "5"
+  nextpage = "6"
+ 
+when "6"
+ print(<<-"EOF")
+<a href="">NEXT STAGE・・・</a>
+
+
+
+
+
+EOF
+  nextpage = nil
+
+end
+
+
+if nextpage
+
+  printf("<input type=\"hidden\" name=\"page\" value=\"%s\">\n", nextpage)
+  printf("<img src=\"%s\">\n",img)
+  puts('<br><INPUT type="button" onclick="history.back()" value="前へ">')
+  puts('<input type="submit" value="次へ">')
+
+end
+
+puts "</form>
+</body>
+</html>"
Binary file event/oasis2017/idol/white_s.png has changed

yatex.org