Light12306/RwTicketAssistantV3/app/pages/about.html

123 lines
4.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>关于12306订票助手</title>
<link href="../libs/bootstrap/css/bootstrap.css" rel="stylesheet" />
<link href="../libs/bootstrap/css/bootstrap.adapter.css" rel="stylesheet" />
<link href="style/page.css" rel="stylesheet" />
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#nav-1">
<span class="sr-only">切换菜单</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">12306订票助手</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="nav-1">
<ul class="nav navbar-nav">
<li>
<a href="serverstatus.html">
<i class="glyphicon glyphicon-share"></i>
服务器加速
</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="glyphicon glyphicon-star"></i>
我要订票
<i class="caret"></i>
</a>
<ul class="dropdown-menu">
<li><a href="http://12306.liebao.cn/" target="_blank">极速版订票</a></li>
<li class="divider"></li>
<!--<li><a href="http://dynamic.12306.cn/otsweb/" id="link_o" target="_blank">旧版12306订票</a></li>-->
<li><a href="http://kyfw.12306.cn/otn/" id="link_n" target="_blank">官方12306订票</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="glyphicon glyphicon-heart"></i>
<strong>订票助手网站</strong>
<i class="caret"></i>
</a>
<ul class="dropdown-menu">
<li><a href="http://www.fishlee.net/soft/44/" target="_blank">订票助手官网</a></li>
<li><a href="http://bbs.fishlee.net/forum.php?gid=1">订票助手官方论坛</a></li>
<li class="divider"></li>
<li><a href="http://www.liebao.cn/" target="_blank">猎豹浏览器</a></li>
</ul>
</li>
<li>
<a href="http://www.fishlee.net/soft/44/tour1.html">
<i class="glyphicon glyphicon-question-sign"></i>
使用手册
</a>
</li>
<li class="active">
<a href="about.html">
<i class="glyphicon glyphicon-question-sign"></i>
关于订票助手
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right"></ul>
</div><!-- /.navbar-collapse -->
</nav>
<div class="container margin-top-med rowByRow">
<fieldset>
<legend>关于12306订票助手</legend>
<p>感谢您使用12306订票助手。</p>
<p>好久不见。</p>
<p class="text-primary">
祝您买票顺利。
真诚地希望家就在身边,而不是飘零他方。
</p>
<p class="text-success">
<strong>
有家的地方,才有生活。<br />
有生活的地方,才是人生。<br />
愿我们不再远离亲人,迷失自己。
</strong>
</p>
</fieldset>
</div>
<div class="container margin-top-xs">
<fieldset>
<legend>版本信息</legend>
</fieldset>
<div class="row">
<label class="col-xs-2 control-label text-right">当前版本</label>
<div class="col-xs-5 form-control-static">
版本:<span id="versionInfo">V6</span>
<span class="label" id="regInfo">正式版</span>
</div>
</div>
<div class="row" id="updatesFound" style="display:none;">
<label class="col-xs-2 control-label text-right"></label>
<div class="col-xs-5 form-control-static">
发现新版本:<strong></strong>
<a href="#" target="_blank">赶快点击这里端到碗里去吧</a>
</div>
</div>
<div class="row">
<label class="col-xs-2 control-label text-right">猎豹浏览器</label>
<div class="col-xs-10 form-control-static">
<a href="http://www.liebao.cn/" target="_blank">猎豹官网</a> |
<a href="http://bbs.liebao.cn/" target="_blank">猎豹浏览器论坛</a> |
<a href="http://weibo.com/liebaocn/" target="_blank">猎豹的新浪微博</a>
</div>
</div>
</div>
<script src="../libs/jquery.js"></script>
<script src="../infobar/scripts/global.js"></script>
<script src="scripts/about.js"></script>
</body>
</html>