-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.landing.old.php
107 lines (91 loc) · 3.54 KB
/
index.landing.old.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--[if lt IE 9 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="ie8"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html xmlns="http://www.w3.org/1999/xhtml"><!--<![endif]-->
<?php
header("Cache-Control: must-revalidate, max-age=600");
header("Vary: Accept-Encoding");
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Digital Archive of Japan's 2011 Disasters</title>
<meta name="keywords" content="digital archive japan 2011 earthquake tsunami aftermath reischauer institute harvard" />
<meta name="description" content="Digital Archive of the Japan 2011 Earthquake and Aftermath" />
<link href="lib/landing.css" rel="stylesheet" type="text/css" media="screen" />
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery.validate/1.7/jquery.validate.min.js"></script>
<script charset="utf-8" src="lib/landing.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22729281-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="header-bar">
<header>
<div id="title">
<img src="lib/images/header-jp.png">
</div>
<div id="language">
<span id="lang">English</span>
</div>
</header>
</div>
<div id="content">
<div id="middle">
<div id="register-header">試作モデル αlfa(要登録):</div>
<div id="prototype">
<img class="prototype-ss" src="lib/images/prototype_ss2.png">
</div>
<div id="archi-links">
<ul>
<li id="l1"><a href="../explore/?la=ja">
<div class="btn shadow archi">このアーカイブについて</div>
</a></li>
<li id="l2"><a href="../seeds/?la=ja">
<div class="btn shadow archi">ウェブ・アーカイブ検索</div>
</a></li>
<li id="l3"><a href="http://worldmap.harvard.edu/japanmap/">
<div class="btn shadow archi">震災情報レイヤー地図</div>
</a></li>
<li id="l4"><a href="../featured/?la=ja">
<div class="btn shadow archi">わたしの「東日本大震災」</div>
</a></li>
</ul>
</div>
</div>
<div id="bottom-bar">
<div id="register">
<form name="register-form" id="register-form" action="" method="POST">
<div class="fields">
<div class="fieldcontainer">
<div class="label">
<label for="name" id="name" >お名前</label>
</div>
<input type="text" name="name" id="home-name-text-field" class="large" size="30" value="">
</div>
<div class="fieldcontainer" style="padding-top:15px;">
<div class="label">
<label for="email" id="email">Eメール</label>
</div>
<input type="text" name="email" id="home-email-text-field" class="large" size="30" value="">
<input type="hidden" name="language" id="l" value="日本語">
</div>
<div id="results" class="fieldcontainer" style="padding-top:15px;"></div>
</div>
<input type="submit" name="register" id="register-button" class="btn rounded bluegrad" value="新規登録">
</form>
</div>
<div id="logo">
<img class="japaneselogo" src="lib/images/logo_large_ja.png">
</div>
</div>
</div>
</body>
</html>