changeset 635:c2baca9878bc

Updated
author MURAKAMI Masaki <c112124@h.koeki-u.ac.jp>
date Sat, 25 Oct 2014 09:57:26 +0900
parents 3b20d131945c
children b55a3d36460b
files 2014OC/accountcheck.rb 2014OC/admin/drawLots.rb 2014OC/png/yumiB7p.xcf 2014OC/qr/demo/yumiB7p.xcf 2014OC/test.html
diffstat 5 files changed, 66 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/2014OC/accountcheck.rb	Fri Oct 10 13:09:19 2014 +0900
+++ b/2014OC/accountcheck.rb	Sat Oct 25 09:57:26 2014 +0900
@@ -45,7 +45,7 @@
 db.execute(sql,name,sex,age,aria,job,'000010000','n,n,n,n,kamo1,n,n,n,n',0,0,mg); #初期値
 end
 
-expires = "SAT, 14 Sep 2014 00:00:00 GMT"
+expires = "SAT, 26 Oct 2014 00:00:00 GMT"
 
 printf("Content-type: text/html; charset=UTF-8
 Set-Cookie:id=%s ;expires=%s
--- a/2014OC/admin/drawLots.rb	Fri Oct 10 13:09:19 2014 +0900
+++ b/2014OC/admin/drawLots.rb	Sat Oct 25 09:57:26 2014 +0900
@@ -20,7 +20,7 @@
 
 t = Time.now
 expires = Time.local(2014, 8, 17, 8, 50)
-expires2 = Time.local(2014, 9, 14, 0, 00)
+expires2 = Time.local(2014, 10, 25, 0, 00)
 if t > expires && t < expires2 && rank_sum == 0
 else
   check = ""
Binary file 2014OC/png/yumiB7p.xcf has changed
Binary file 2014OC/qr/demo/yumiB7p.xcf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014OC/test.html	Sat Oct 25 09:57:26 2014 +0900
@@ -0,0 +1,64 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+	"http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>Visual Test</title>
+<style type="text/css">
+<!--
+h1 {
+    color: #55ffff;
+    border-left: 7px solid #1177ff;
+    border-bottom: 1px solid #1177ff;
+    padding-left: 5px; 
+}
+
+body {
+    background: #ff9f11
+}
+
+/* ボーダーののスタイル変更 */
+div.border {
+    margin-top: 100px;
+    padding: 30px;
+    border: 10px dashed #ffff00;
+}
+-->
+</style>
+<link rel="stylesheet" type="text/css" href="Bingo.css">
+</head>
+
+<body>
+<h1>2014 オープンキャンパス</h1>
+<div class="outflam">
+<div class="border">
+<div class="bottom">
+
+<!-- 画像の表示 -->
+<img src="png/yumiB3.png">
+
+</div>
+</div>
+<script type="text/javascript">
+<!--
+function hoge() {
+    iti=document.change.menu.selectedIndex;
+    image=document.change.menu.options[iti].value;
+    document.war.src=image;
+}
+// -->
+</script>
+<div>
+<form method="post" name="change">
+<select name="menu" onchange="hoge()">
+ <option value="png/yumiB1.png">yumiB1.png
+ <option value="png/yumiB2.png">yumiB2.png
+ <option value="png/yumiB3.png">yumiB3.png
+ <option value="png/yumiB4.png">yumiB4.png
+ <option value="png/yumiB5.png">yumiB5.png
+</select>
+</form>
+<img src="png/yumiB1.png" alt="128x128(1935bytes)" width="128" height="128">
+</div>
+</div>
+</body>
+</html>

yatex.org