forked from Arnie97/moerail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (70 loc) · 3.71 KB
/
index.html
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>铁路信息查询</title>
<meta name="keywords" content="铁路 12306 信息 查询 动车组 交路 车站 代码 电报码 拼音码 TMIS">
<meta name="author" content="Arnie97">
<link href="https://cdn.bootcss.com" rel="dns-prefetch">
<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="telecode.css" rel="stylesheet">
</head>
<body>
<header>
<div class="container jumbotron">
<div class="row"><div class="col-xs-12">
<h2>铁路信息查询</h2>
<div class="search-wraper" role="search">
<div class="form-group">
<input class="form-control search clearable" placeholder="动车组车次 / 车站名 / 车站代码" autocomplete="off">
<i class="fa fa-search"></i>
</div>
</div>
<p><span class="hidden-xs">当前收录</span><span class="visible-xs-inline">共</span> <strong id="stations">0</strong> 座车站,<strong id="trains">0</strong> 个车次</p>
<div><a title="12306:营业站服务信息查询" href="http://hyfw.12306.cn/hyinfo/action/FwcszsAction_index?type=1" target="_blank">车站数据</a>版本:<span id="stations_ver">...</span></div>
<div><a title="新浪微博:CRH380AL动车组" href="https://weibo.com/u/2646253421" target="_blank">交路数据</a>版本:<span id="trains_ver">...</span></div>
<div id="client" class="hidden">
安装<a id="ext" class="hidden" title="Greasy Fork:动车组交路查询" href="https://greasyfork.org/zh-CN/scripts/33266" target="_blank">浏览器扩展</a><a id="app" class="hidden" title="动车组查询 App" href="ml.moerail.apk">手机客户端</a>,查询更便捷
</div>
</div></div>
</div>
<img id="ribbon" usemap="#triangle" src="https://aral.github.io/fork-me-on-github-retina-ribbons/[email protected]" alt="Fork me on GitHub">
<map name="triangle" id="triangle">
<area shape="poly" coords="194,194,194,0,0,0" href="https://github.com/Arnie97/telecode">
</map>
</header>
<main class="container">
<div class="row"><div class="col-xs-12 col-md-8 col-md-offset-2 table-responsive">
<table class="table table-hover">
<thead><tr>
<th>站名</th>
<th>路局</th>
<th>省<span class="hidden-xs">份</span></th>
<th>电报<span class="hidden-xs">码</span></th>
<th>拼音<span class="hidden-xs">码</th>
<th>TMIS</th>
</tr></thead>
<tbody>
</tbody>
</table>
<a id="route" class="hidden" target="_blank">
<img class="img-thumbnail">
</a>
</div></div>
</main>
<footer><div class="container">
Designed by <a title="GitHub" href="https://github.com/Arnie97" target="_blank">Arnie97</a>
</div></footer>
<script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdn.bootcss.com/geopattern/1.2.3/js/geopattern.min.js"></script>
<script src="https://cdn.bootcss.com/jquery.tablesorter/2.30.1/js/jquery.tablesorter.min.js"></script>
<script src="station_name.js"></script>
<script src="polyfill.js"></script>
<script src="bureau.js"></script>
<script src="version.js"></script>
<script src="telecode.js"></script>
</body>
</html>