2014-07-09-164511_
[12306_ticket_helper.git] / chrome / popup.html
blob760502b97cc63b53e400d97106d1b51f6d5513af
1 <!DOCTYPE html>
3 <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta charset="utf-8" />
6 <title>12306订票助手</title>
7 <style type="text/css" media="screen">
10 font-family: arial;
11 color: #000;
12 display: block;
13 text-decoration: none;
14 padding: 2px 0;
15 border-bottom: 1px solid #eee;
16 font-size: 12px;
19 a:hover
21 text-decoration: underline;
24 #popup
26 width: 130px;
27 padding-left: 58px;
28 background: url(icons/icon_48.png) 0 5px no-repeat;
29 min-height: 70px;
31 </style>
32 </head>
33 <body style="margin: 0px; padding: 0px;">
34 <div id="popup">
35 <a href="https://dynamic.12306.cn/otsweb/" target="_blank" id="menu-newtab" style="font-weight: bold;">进入12306订票网站</a>
36 <a href="http://www.fishlee.net/soft/44/" target="_blank" id="menu-options">订票助手主页</a>
37 <a href="http://www.fishlee.net/soft/44/tour.html" target="_blank" id="menu-help">帮助</a>
38 <a href="http://www.fishlee.net/soft/44/donate.html" target="_blank">捐助作者</a>
39 </div>
40 </body>
41 </html>