Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 2376:1d9e0a1c3982
merged with masaki's 636:c2baca9878bc
author | FUJIKAWA Kosuke <c111126@g.koeki-u.ac.jp> |
---|---|
date | Tue, 04 Nov 2014 14:28:20 +0900 |
parents | f17f58aa8007 (current diff) f4b6015a15b8 (diff) |
children | 548fbfd47d22 |
files | |
diffstat | 5 files changed, 66 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/2014OC/accountcheck.rb Tue Nov 04 14:27:08 2014 +0900 +++ b/2014OC/accountcheck.rb Tue Nov 04 14:28:20 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 Tue Nov 04 14:27:08 2014 +0900 +++ b/2014OC/admin/drawLots.rb Tue Nov 04 14:28:20 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 = ""
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/2014OC/test.html Tue Nov 04 14:28:20 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>