This repository has been archived by the owner on Apr 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
debug.php
46 lines (42 loc) · 2.09 KB
/
debug.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
<!DOCTYPE html>
<html>
<head>
<title>sinsai.info 東日本大震災 | みんなでつくる復興支援プラットフォーム</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="東日本大震災,被災地,震災,地震,復興,支援,津波,災害,救援,物資,情報,shinsai,インフォ,311,ボランティア" />
<meta name="description" content="sinsai.infoでは、2011年3月11日に発生した東日本大震災の被災地周辺情報を収集し公開しています。インターネットを活用して、みなさまからの投稿だけでなく、twitterのつぶやきなどをピックアップして、幅広いカテゴリの情報を提供しています。ボランティアスタッフ一同、被災地の皆様の1日でも早い復興をお祈りしております。" />
<style type="text/css">
<!--
body{
margin:0px;
padding:0px;
overflow:hidden;
}
-->
</style>
</head>
<body>
<!-- Include the Google Friend Connect javascript library. -->
<script type="text/javascript" src="http://www.google.com/friendconnect/script/friendconnect.js"></script>
<script src="http://<?php echo $_SERVER["SERVER_NAME"];?>/gadget/js/opensocial-jquery.min.js"></script>
<script type="text/javascript" src="http://<?php echo $_SERVER["SERVER_NAME"];?>/gadget/js/jquery.query-1.2.3.js"></script>
<!-- Define the div tag where the gadget will be inserted. -->
<div id="div-5324086401361857576" style="width:100%;height:100%;border:none;"></div>
<!-- Render the gadget into a div. -->
<script type="text/javascript">
google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);
google.friendconnect.container.setNoCache(1);
google.friendconnect.container.renderOpenSocialGadget(
{ id: 'div-5324086401361857576',
url:'http://<?php echo $_SERVER["SERVER_NAME"];?>/gadget/sinsai.php',
presentation :'canvas',
'view-params': {
'address':$.query.get("address"),
'zoom':$.query.get("zoom")
},
height:$(window).height(),
site: '03370189683189197049'
});
</script>
</body>
</html>