PageRenderTime 66ms CodeModel.GetById 33ms RepoModel.GetById 0ms app.codeStats 0ms

/application/views/user/index.php

https://bitbucket.org/buiviethoan/train
PHP | 239 lines | 215 code | 24 blank | 0 comment | 18 complexity | 12112b86639912a2ffc5c881c1387fd0 MD5 | raw file
  1. <!DOCTYPE html>
  2. <html lang="vi" cversion="1.0.29">
  3. <head>
  4. <!-- Standard meta tags -->
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0;">
  7. <meta name="description" content="Tìm vé tàu, đặt vé tàu trực tuyến, mua vé tàu trực tuyến, tra cứu thông tin hành trình về giờ tàu và giá vé, tra cứu lại thông tin vé đã đặt">
  8. <meta name="author" content="Nhóm 5 anh em siêu nhân">
  9. <link rel="shortcut icon" href="favicon.ico">
  10. <title>Tổng công ty đường sắt Việt Nam - Bán tàu trực tuyến</title>
  11. <!-- compiled CSS -->
  12. <link rel='stylesheet' media='screen and (min-width: 912px)' href="<?php echo base_url()?>assets/css/bootstrap-cerulean.min.css" />
  13. <link rel="stylesheet" type="text/css" href="<?php echo base_url()?>assets/content/ETicket-1.0.29.css" />
  14. <link rel='stylesheet' media='screen and (max-width: 911px)' href="<?php echo base_url()?>assets/css/bootstrap.min.css" />
  15. <!-- <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
  16. <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
  17. <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">-->
  18. <script src="<?php echo base_url()?>assets/js/jquery-3.3.1.min.js"></script>
  19. <script src="<?php echo base_url()?>assets/js/jquery-ui.js"></script>
  20. <link rel="stylesheet" href="<?php echo base_url()?>assets/css/jquery-ui.css">
  21. <!--<link rel='stylesheet' media='screen and (max-width: 911px)' href="/content/site-mobile.css" />-->
  22. <style>
  23. @media (min-width: 1286px) {
  24. .adv-left {
  25. float: left;
  26. display: block;
  27. position: fixed;
  28. top: 146px;
  29. left: calc(50% - 629px);
  30. left: -webkit-calccalc(50% - 629px);
  31. left: -moz-calc(50% - 629px);
  32. }
  33. .adv-right {
  34. float: right;
  35. display: block;
  36. position: fixed;
  37. top: 146px;
  38. right: calc(50% - 629px);
  39. right: -webkit-calccalc(50% - 629px);
  40. right: -moz-calc(50% - 629px);
  41. }
  42. }
  43. @media (max-width: 1286px) {
  44. .adv-left {
  45. display: none;
  46. }
  47. .adv-right {
  48. display: none;
  49. }
  50. }
  51. </style>
  52. <style>
  53. .navbar-toggle {
  54. margin-right: 28px;
  55. }
  56. .navbar {
  57. margin-bottom: 5px;
  58. margin: -0.5px -15px;
  59. }
  60. .navbar-brand {
  61. padding: 15px 30px;
  62. }
  63. .navbar-nav > li > a {
  64. padding-left: 30px;
  65. color: white;
  66. }
  67. .navbar-default .navbar-brand {
  68. color: white;
  69. }
  70. .navbar-default .navbar-nav > li > a {
  71. color: #f1f1f1;
  72. transition: 0.5s;
  73. }
  74. .navbar-default .navbar-nav > li:hover {
  75. background-color: #1995dc;
  76. }
  77. .navbar-nav {
  78. margin: 0.5px -15px;
  79. }
  80. .navbar-default .navbar-toggle .icon-bar {
  81. background-color: #f1f1f1;
  82. }
  83. .cart-item {
  84. position: absolute;
  85. right: 13px;
  86. top: 30px;
  87. background: #f89406;
  88. color: #ffffff;
  89. padding: 2px 5px;
  90. display: inline-block;
  91. border-radius: 16px;
  92. font-size: 9px;
  93. z-index: 1000;
  94. }
  95. .fa {
  96. display: inline-block;
  97. font-family: FontAwesome;
  98. font-style: normal;
  99. font-weight: normal;
  100. line-height: 1;
  101. }
  102. .visible-xs {
  103. display: block !important;
  104. }
  105. </style>
  106. </head>
  107. <body>
  108. <div class="super-container">
  109. <div id="menu-fixed">
  110. <div class="visible-print">
  111. <h3 style="border-bottom: solid 1px #ccc;padding-bottom: 6px;margin-bottom: -20px;">Tổng công ty Đường sắt Việt Nam</h3>
  112. </div>
  113. <div class="et-banner hidden-print">
  114. <div class="container et-banner" style="max-width:1024px;">
  115. <div class="pull-left banner-logo">
  116. <div class="pull-left banner-logo"><img src="<?php echo base_url()?>assets/images/LOGO_n.png" /></div>
  117. <div class="pull-left" id="bannerDate"></div>
  118. </div>
  119. <div class="pull-right banner-language">
  120. <div class="text-right">
  121. </div>
  122. <div class="text-right banner-logo-2" style="padding-top: 20px;"><img src="<?php echo base_url()?>assets/images/fpt-logo2.png" width="75" height="48" /></div>
  123. <div class="text-right ticket-cart-number" style="padding-top: 6px; display:none;">
  124. <div et-ticket-cart-number></div>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. <!-- TOP MENU -->
  131. <?php require_once("top_menu.php");?>
  132. <!-- END TOP MENU -->
  133. <div class="adv-left">
  134. <a target="_blank" href="http://www.vr.com.vn/cam-nang-di-tau/khuyen-cao-khach-hang-chu-y-khi-mua-ve-truc-tuyen.html">
  135. <img src="<?php echo base_url()?>assets/images/dsvn1.jpg" />
  136. </a>
  137. </div>
  138. <div class="container et-main-content">
  139. <!--CONTENT-->
  140. <?php $this->load->view('user/search', $stations) ?>
  141. <!--END CONTENT-->
  142. <div data-ng-view class="shuffle-animation" style="padding-right:0px; padding-left:0px;"></div>
  143. <div class="et-col-md-12 et-footer hidden-print">
  144. <div class="et-footer-menu text-center">
  145. <a href="index.html#/">Tìm </a>&nbsp;|&nbsp;
  146. <a href="index.html#/thongtingiaodich">Thông tin đặt chỗ</a>&nbsp;|&nbsp;
  147. <a href="http://k.vnticketonline.vn/#/thongtinhanhtrinh/gadi" target="_blank" >Giờ tàu - Giá </a>&nbsp;|&nbsp;
  148. <a href="index.html#/huongdan" >Hướng dẫn</a>&nbsp;|&nbsp;
  149. <a href="index.html#/lienhe" >Liên hệ</a>
  150. </div>
  151. <!-- <div class="row" style="margin-top:20px;">
  152. <div class="et-col-md-12 et-footer-logo">
  153. <div class="et-col-md-12 text-center" style="font-size: 10px; color: #999;">
  154. <div ng-bind-html="'Footer_line1'|translate">Tổng công ty Đường sắt Việt Nam. Số 118 Duẩn, Hoàn Kiếm, Nội. Điện thoại: 19006469. Email: dsvn@vr.com.vn.</div>
  155. <div ng-bind-html="'Footer_line2'|translate">Giấy chứng nhận ĐKKD số 113642 theo thành lập số 973/-TTg ngày 25/06/2010 của Thủ tướng Chính phủ.</div>
  156. <div ng-bind-html="'Footer_line3'|translate"> số doanh nghiệp: 0100105052, đăng lần đầu ngày 26/07/2010, đăng thay đổi lần 4 ngày 27/06/2014 tại Sở KHĐT Thành phố Nội.</div>
  157. </div>
  158. </div>
  159. <div class="et-col-md-12 text-center" style="font-size: 10px; margin-top:15px; color: #999;">
  160. <img src="images/fptlogo.png" width="28" height="17" />
  161. Copyright by FPT Technology Solutions
  162. </div>
  163. </div> -->
  164. </div>
  165. </div>
  166. <div class="adv-right">
  167. <a target="_blank" href="http://www.vr.com.vn/">
  168. <img src="<?php echo base_url()?>assets/images/dsvn2.jpg" />
  169. </a>
  170. </div>
  171. </div>
  172. <!-- compiled JavaScript -->
  173. <!-- <script type="text/javascript" src="ETicket-1.0.29.js.min.js"></script>-->
  174. <!-- <script type='text/javascript'>
  175. window._sbzq || function (e) {
  176. e._sbzq = [];
  177. var t = e._sbzq;
  178. t.push(["_setAccount", 13269]);
  179. var n = e.location.protocol == "https:" ? "https:" : "http:";
  180. var r = document.createElement("script");
  181. r.type = "text/javascript";
  182. r.async = true;
  183. r.src = n + "//static.subiz.com/public/js/loader.js";
  184. var i = document.getElementsByTagName("script")[0];
  185. i.parentNode.insertBefore(r, i)
  186. }(window);
  187. </script>
  188. <script type='text/javascript'>jQuery(document).ready(function () { window.setInterval(function () { jQuery("div.sbzon").addClass("hidden-print"); }, 5000); });</script>
  189. <script type="text/javascript">
  190. function get_browser_info() {
  191. var e, r = navigator.userAgent, i = r.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || [];
  192. return /trident/i.test(i[1]) ? (e = /\brv[ :]+(\d+)/g.exec(r) || [], { name: "IE", version: e[1] || "" }) : "Chrome" === i[1] && (e = r.match(/\bOPR\/(\d+)/), null != e) ? { name: "Opera", version: e[1] } : (i = i[2] ? [i[1], i[2]] : [navigator.appName, navigator.appVersion, "-?"], null != (e = r.match(/version\/(\d+)/i)) && i.splice(1, 1, e[1]), { name: i[0], version: i[1] })
  193. }
  194. function is_mobile() {
  195. var e = ["android", "webos", "iphone", "ipad", "blackberry"];
  196. for (i in e) if (navigator.userAgent.match("/" + e[i] + "/i")) return !0;
  197. return !1
  198. }
  199. jQuery(document).ready(function () {
  200. if (is_mobile()) jQuery("#menu-print").hide();
  201. else {
  202. var e = get_browser_info();
  203. "Chrome" == e.name && screen.width == window.innerWidth && screen.height == window.innerHeight ? (jQuery("#menu-print").show(), jQuery("#invehref").attr("href", KioskPrintUrl)) : jQuery("#menu-print").hide()
  204. }
  205. });
  206. </script> -->
  207. <script>
  208. jQuery(document).ready(function () {
  209. jQuery('.nav-menu').click(function () {
  210. jQuery("#bs-example-navbar-collapse-1").removeClass("show");
  211. });
  212. });
  213. </script>
  214. </body>
  215. </html>