forked from Jianghao/bus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shanghai.htm
72 lines (59 loc) · 2.8 KB
/
shanghai.htm
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
<html xmlns:wb=“http://open.weibo.com/wb”>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>Shanghai Bus System</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
</head>
<body >
<div class="container">
<div class="masthead">
<h3 class="muted">Chinese Bus System</h3>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li><a href="index.htm">Home</a></li>
<li><a href="beijing.htm">Beijing 北京</a></li>
<li class="active"><a href="shanghai.htm">Shanghai 上海</a></li>
<li><a href="guangzhou.htm">Guangzhou 广州</a></li>
<li><a href="shenzhen.htm">Shenzhen 深圳</a></li>
<li><a href="about.htm">About</a></li>
</ul>
</div>
</div>
</div><!-- /.navbar -->
</div><!-- /.masthead -->
<center>
<h3>Shanghai Bus System</h3>
</center>
<p>There are totally 1349 bus lines in Shanghai. Colors just represent the length of bus line. <a href="https://a.tiles.mapbox.com/v3/hellowangjh.ge21ic0g.html?secure=1#10/31.1634/121.4483" class="btn btn-success"> Full Screen</a></p>
<iframe width='100%' height='700px' frameBorder='1' src='https://a.tiles.mapbox.com/v3/hellowangjh.ge21ic0g.html?secure=1#10/31.1634/121.4483'></iframe>
<!-- Baidu Button BEGIN -->
<div id="bdshare" class="bdshare_t bds_tools get-codes-bdshare">
<span class="bds_more">Share to:</span>
<a class="bds_qzone"></a>
<a class="bds_tsina"></a>
<a class="bds_tqq"></a>
<a class="bds_renren"></a>
<a class="bds_t163"></a>
<a class="shareCount"></a>
</div>
<script type="text/javascript" id="bdshare_js" data="type=tools&uid=0" ></script>
<script type="text/javascript" id="bdshell_js"></script>
<script type="text/javascript">
document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?cdnversion=" + Math.ceil(new Date()/3600000)
</script>
<!-- Baidu Button END -->
<wb:share-button appkey="6dd8SN" addition="number" type="button" ralateUid="2283242060" default_text="魔都上海1350条公交线路一览图,看来看看, http://jianghao.github.io/bus/shanghai.htm" pic="https://raw.github.com/Jianghao/bus/gh-pages/pic/shanghai.png"></wb:share-button>
<hr/>
<footer>
<center>
<p>© Jianghao Wang 2013, All Right Reserved</p>
</center>
</footer>
</body>
</html>