-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (67 loc) · 3.08 KB
/
Copy pathindex.html
File metadata and controls
73 lines (67 loc) · 3.08 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="UTF-8">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>“5.12”地震遇难学生纪念</title>
<link type="text/css" href="css/grid.css" rel="stylesheet"/>
<link type="text/css" href="css/ourchildren.css" rel="stylesheet" media="screen"/>
<script type='text/javascript' src='js/raphael.js'></script>
<script type='text/javascript' src='js/jquery.js'></script>
<script type='text/javascript' src='js/jquery.timers.js'></script>
<script type='text/javascript' src='js/ourchildren.js'></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8301825-2");
pageTracker._trackPageview();
} catch(err) {}</script>
</script>
<script type='text/javascript'>
$(document).ready(function() {
OurChildren.initRaphael();
$("#findName").keydown(function() {
OurChildren.findChildren($(this).val());
}).focus(function() {
$(this).val("");
$(this).css("color", "black");
}).blur(function() {
if ($(this).val() == "") {
$(this).val("孩子的名字");
$(this).css("color", "#aaa");
}
});
$(".slide_info").css("opacity", "0.0");
});
</script>
</head>
<body>
<div id="body">
<div id="stars"></div>
<div id="say">我们的孩子,他们活过,他们笑过,他们是纯洁的</div>
<div id="light"></div>
<div id="add">
<div id="findcorrect" class="container_16">
<div id="howtoadd" class="grid_16">
<span id="howmanychildren"></span>孩子的信息都來自<a href="http://blog.sina.com.cn/aiweiwei/">艾未未先生的博客</a>。如果您发现哪个遇难的孩子没有在这里被纪念,或者您知道孩子的更准确和完整的情况,请发送孩子的信息到电子邮箱: <a href='mailto:xuesheng512@gmail.com'>xuesheng512@gmail.com</a>。
</div>
<div class="clear"> </div>
<div class="grid_6">
<span>寻找亲人</span>
<input type="text" id="findName" size="8" value="孩子的名字"/>
</div>
<div class="grid_10">
<div id="container">
</div>
<div class="info slide_info">
</div>
</div>
</div>
</div>
<img id="candle" src="img/candle_146.jpeg"/>
</div>
</body>
</html>