Advertisement
Guest User

Untitled

a guest
Jan 27th, 2010
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.61 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=7">
  5. <title>ACARS Map - Fly Maple Air</title>
  6.  
  7. <link rel="stylesheet" media="all" type="text/css" href="http://www.flymapleair.com/lib/skins/crystal/styles.css" />
  8.  
  9. <script type="text/javascript">
  10. var baseurl = "http://www.flymapleair.com";
  11. var geourl = "http://ws.geonames.org";
  12. </script>
  13.  
  14. <link rel="stylesheet" media="all" type="text/css" href="http://www.flymapleair.com/lib/css/phpvms.css" />
  15. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  16.  
  17. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
  18.  
  19. <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
  20. <script type="text/javascript" src="http://www.flymapleair.com/lib/js/jquery.form.js"></script>
  21. <script type="text/javascript" src="http://www.flymapleair.com/lib/js/jquery-ui.js"></script>
  22. <script type="text/javascript" src="http://www.flymapleair.com/lib/js/phpvms.js"></script>
  23.  
  24.  
  25. <!-- Any custom Javascript should be placed here, after the above Template::Show() call -->
  26.  
  27. </head>
  28. <body>
  29. <div class="jqmWindow" id="jqmdialog"></div><div id="body">
  30. <div id="innerwrapper">
  31. <div id="topBanner">
  32.  
  33. <div id="topLogin">
  34.  
  35. <form name="loginform" action="http://www.flymapleair.com/index.php/login" method="post">
  36. Sign-in with your pilot id or email, or <a href="http://www.flymapleair.com/index.php/registration">register</a><br />
  37. <input type="text" name="email" value="" onClick="this.value=''" />
  38. <input type="password" name="password" value="" />
  39. <input type="hidden" name="remember" value="on" />
  40. <input type="hidden" name="redir" value="index.php/profile" />
  41. <input type="hidden" name="action" value="login" />
  42.  
  43. <input type="submit" name="submit" value="Log In" />
  44. </form>
  45.  
  46. </div>
  47. </div>
  48.  
  49. <div id="topNav">
  50. <ul class="nav">
  51. <li><a href="http://www.flymapleair.com/index.php/">Home</a></li>
  52. <li><a href="http://www.flymapleair.com/index.php/corporate">Corporate</a></li>
  53.  
  54. <li><a href="http://www.flymapleair.com/index.php/ops">Operations</a></li>
  55. <li><a href="http://www.flymapleair.com/index.php/booking">Book a flight</a></li>
  56. <li><a href="http://www.flymapleair.com/index.php/application">Careers</a></li>
  57. <li><a href="http://www.flymapleair.com/index.php/pilots">Roster</a></li>
  58. <li><a href="http://www.flymapleair.com/index.php/inflight">Flying Aboard</a></li>
  59. <li><a href="http://www.flymapleair.com/index.php/academy">Academy</a></li>
  60. <li><a href="http://www.flymapleair.com/index.php/acars">Online</a></li>
  61.  
  62. <li><a href="http://www.flymapleair.com/index.php/contact">Contact us</a></li>
  63.  
  64. </ul>
  65. </div>
  66.  
  67. <div id="bodytext"><script type="text/javascript">
  68. var acars_map_defaults = {
  69. autozoom: true,
  70. zoom: 4,
  71. center: new google.maps.LatLng(45.484400, -62.334821),
  72. mapTypeId: google.maps.MapTypeId.TERRAIN,
  73. refreshTime: 10000
  74. };
  75. </script>
  76. <style type="text/css">
  77. <!--
  78. a:link {
  79. color: #003;
  80. text-decoration: none;
  81.  
  82. }
  83. a:visited {
  84. text-decoration: none;
  85. color: #003;
  86.  
  87. }
  88. a:hover {
  89. text-decoration: underline;
  90. color: #C00;
  91.  
  92. }
  93. a:active {
  94. text-decoration: none;
  95. color: #003;
  96. }
  97. .row1 {
  98. background-color: #FFF;
  99. }
  100. .row1:hover {
  101. background-color: #CCC;
  102. }
  103. .header_pilotcenter {
  104. font-size: 12px;
  105. color: #FFF;
  106. background-color: #c62c2c;
  107. padding: 2px;
  108. }
  109. .Textfieldinput {
  110. color: #C30;
  111. padding: 3px;
  112. border: 1px solid #CCC;
  113. font-size: 11px;
  114. }
  115. .list {
  116. list-style-position: inside;
  117. list-style-image: url(http://www.flymapleair.com/lib/skins/mapleair/images/arrow.png);
  118. }
  119. .smatt text {
  120. font-size: 10px;
  121. }
  122. .row1 td strong {
  123. font-weight: bold;
  124. }
  125. .border {
  126. border: 1px solid #CCC;
  127. padding: 3px;
  128. margin-bottom: 5px;
  129. background-color: #F5F5F5;
  130. }
  131. .undermap_note {
  132. border: 1px solid #CCC;
  133. padding: 3px;
  134. margin-bottom: 5px;
  135. width: 483px;
  136. }
  137. .smalltext {
  138. font-size: 11px;
  139. padding: 3px;
  140. }
  141. .padding_alone{
  142. padding:3px;
  143. }
  144. .padding_ifs{
  145. padding:4px;
  146. color:#FFF;
  147. font-size: 12px;
  148. }
  149. h2 {
  150. font-size: 15px;
  151. color: #036;
  152. }
  153. h1,h2,h3,h4,h5,h6 {
  154. font-family: Tahoma, Geneva, sans-serif;
  155. font-weight: bold;
  156. }
  157. h1 {
  158. font-size: 15px;
  159. color: #c63636;
  160. .table_odd {
  161. background-color: #c62c2c;
  162. font-weight: bold;
  163. color: #FFF;
  164. list-style-position: inside;
  165. list-style-type: square;
  166. font-size: 13px;
  167. }
  168. }
  169. .status {
  170. color: #090;
  171. }
  172. .border1 { border: 1px solid #CCC;
  173. margin-bottom: 5px;
  174. }
  175. .redtext {color:#900;
  176. border-bottom-width: 2px;
  177. border-bottom-style: solid;
  178. border-bottom-color: #c63636;
  179. font-size: 12px;
  180. font-weight: bold;
  181. padding: 3px;
  182. margin-bottom: 3px;
  183. }
  184. .table_info_head {
  185. font-size: 13px;
  186. font-weight: bold;
  187. color: #666;
  188. border-bottom-width: 2px;
  189. border-bottom-style: solid;
  190. border-bottom-color: #333;
  191. }
  192. .flight_board_header {
  193. font-weight: bold;
  194. color: #FFF;
  195. background-image: url(http://www.flymapleair.com/lib/skins/mapleair/modules/images/flight_board.png);
  196. background-repeat: repeat-x;
  197. padding: 4px;
  198. }
  199. .border11 {border: 1px solid #CCC;
  200. margin-bottom: 5px;
  201. background-color: #F5F5F5;
  202. padding: 7px;
  203. }
  204. -->
  205. </style>
  206. <table width="788">
  207. <tr>
  208. <td><div class="border">
  209. <div style=" background-color:#DDD" class="border11"><strong>Note: </strong>The Data on the map is refreshed every 50 seconds. The actual flight data will remain for 72 hours. Please do not go back and forth, or use the refresh button as it may cause the server to over load.</div>
  210.  
  211. <br/><br/>
  212. The new and improved ACARS system, allows us to view and be served with alot of data being processed while in flight. The map will show current flights on any network, such as VATSIM, IVAO and or FSHOST. The system will also determine the flights running time such as Delayed, On time, Cancelled, Early etc. We have broken the barriers in bringing a user friendly experience on the Maple Air Website, and this being another innovative action.<br /><br/>
  213. <strong>Bug?</strong> if you experience or see any, please let us know. <a href="http://www.flymapleair.com/index.php/contact">Contact us</a></div></td>
  214. </tr>
  215. </table>
  216. <table width="788" cellpadding="2" cellspacing="0">
  217. <tr>
  218. <td><div id="acarsmap" style="width:783px; height: 350px"></div>
  219.  
  220. </div></td>
  221. </tr>
  222. </table>
  223. </p>
  224. <table width="788" cellpadding="2" cellspacing="0">
  225. <tr>
  226. <td><div style="background-color:#F5F5F5" class="border">
  227.  
  228. <table width="100%" border = "0" cellpadding="4" id="Students" cellspacing="0">
  229. <thead>
  230. <tr class="row1">
  231.  
  232.  
  233. <th bgcolor="#DDDDDD"><b>Pilot</b></th>
  234. <th bgcolor="#DDDDDD"><b>Flight Number</b></th>
  235. <th bgcolor="#DDDDDD"><b>Departure</b></th>
  236. <th bgcolor="#DDDDDD"><b>Arrival</b></th>
  237. <th bgcolor="#DDDDDD"><b>Status</b></th>
  238. <th bgcolor="#DDDDDD"><b>Altitude</b></th>
  239.  
  240. <th bgcolor="#DDDDDD"><b>Speed</b></th>
  241. <th bgcolor="#DDDDDD"><b>Distance/Time Remain</b></th>
  242. </tr>
  243. </thead>
  244. <tbody align="center" id="pilotlist" >
  245. </tbody>
  246. </table>
  247. </div></td>
  248.  
  249. </tr>
  250. </table>
  251. <script type="text/javascript" src="http://www.flymapleair.com/lib/js/acarsmap.js"></script>
  252. <script type="text/html" id="acars_map_row">
  253. <tr class="<%=flight.class%>">
  254. <td><a href="http://www.flymapleair.com/index.php/profile/view/<%=flight.pilotid%>"><%=flight.pilotid%> - <%=flight.pilotname%></a></td>
  255. <td><%=flight.flightnum%></td>
  256. <td><%=flight.depicao%></td>
  257. <td><%=flight.arricao%></td>
  258. <td><%=flight.phasedetail%></td>
  259. <td><%=flight.alt%></td>
  260. <td><%=flight.gs%></td>
  261. <td><%=flight.distremaining%> nm / <%=flight.timeremaining%></td>
  262. </tr>
  263. </script>
  264.  
  265. <script type="text/html" id="acars_map_bubble">
  266. <span style="font-size: 10px; text-align:left; width: 100%" align="left">
  267. <a href="http://www.flymapleair.com/index.php/profile/view/<%=flight.pilotid%>"><%=flight.pilotid%> - <%=flight.pilotname%></a><br />
  268. <strong>Flight <%=flight.flightnum%></strong> (<%=flight.depicao%> to <%=flight.arricao%>)<br />
  269. <strong>Status: </strong><%=flight.phasedetail%><br />
  270. <strong>Dist/Time Remain: </strong><%=flight.distremaining%> nm / <%=flight.timeremaining%><br />
  271. </span>
  272. </script>
  273.  
  274. <script type="text/html" id="navpoint_bubble">
  275. <span style="font-size: 10px; text-align:left; width: 100%" align="left">
  276. <strong>Name: </strong><%=nav.title%> (<%=nav.name%>)<br />
  277. <strong>Type: </strong>
  278. <% if(nav.type == 2) { %> NDB <% } %>
  279. <% if(nav.type == 3) { %> VOR <% } %>
  280. <% if(nav.type == 4) { %> DME <% } %>
  281. <% if(nav.type == 5) { %> FIX <% } %>
  282. <% if(nav.type == 6) { %> TRACK <% } %>
  283. <br />
  284. <% if(nav.freq != 0) { %>
  285. <strong>Frequency: </strong><%=nav.freq%>
  286. <% } %>
  287. </span>
  288. </script>
  289. <head>
  290. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  291. </head><script type="text/javascript">
  292.  
  293. /***********************************************
  294. * Bookmark site script- � Dynamic Drive DHTML code library (www.dynamicdrive.com)
  295. * This notice MUST stay intact for legal use
  296. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  297. ***********************************************/
  298.  
  299. /* Modified to support Opera */
  300. function bookmarksite(title,url){
  301. if (window.sidebar) // firefox
  302. window.sidebar.addPanel(title, url, "");
  303. else if(window.opera && window.print){ // opera
  304. var elem = document.createElement('a');
  305. elem.setAttribute('href',url);
  306. elem.setAttribute('title',title);
  307. elem.setAttribute('rel','sidebar');
  308. elem.click();
  309. }
  310. else if(document.all)// ie
  311. window.external.AddFavorite(url, title);
  312. }
  313. </script>
  314.  
  315. </div>
  316. </div>
  317.  
  318. <style type="text/css">
  319. <!--
  320. .links_footer {
  321. color: #666;
  322. text-align: center;
  323. }
  324. .innerfooter {
  325. color: #666;
  326. padding: 0px;
  327. width: 650px;
  328. float: right;
  329. border-top-width: 1px;
  330. border-top-style: dotted;
  331. border-top-color: #666;
  332. margin-right: 5px;
  333. }
  334. -->
  335. </style>
  336.  
  337. <div id="footer">
  338. <div class="links_footer">
  339. <p align="right">Users Online
  340. 2 | Maple Air Virtual Airline is a virtual airline for&nbsp;<a href="http://www.microsoft.com/games/flightsimulatorx/">Microsoft Flight Simulator</a>.<br />
  341.  
  342. &copy; 2009 - 2010 Maple Air Virtual Airline. All Rights Reserved.<br/>
  343.  
  344. </div>
  345. </div>
  346. <p align="center">
  347. <div style="text-align:center" id="google_translate_element"></div><script>
  348. function googleTranslateElementInit() {
  349. new google.translate.TranslateElement({
  350. pageLanguage: 'en',
  351. includedLanguages: 'sq,be,bg,ca,zh-CN,zh-TW,hr,cs,da,nl,en,et,tl,fi,fr,gl,de,el,hi,hu,is,id,ga,it,ja,ko,lv,lt,mk,ms,mt,no,fa,pl,pt,ro,ru,sr,sk,sl,es,sw,sv,th,tr,uk,vi,cy,yi'
  352. }, 'google_translate_element');
  353. }
  354. </script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></p>
  355. </html>
  356. <script language=JavaScript>
  357. <!--
  358.  
  359. //Disable right click script III- By Renigade (renigade@mediaone.net)
  360. //For full source code, visit http://www.dynamicdrive.com
  361.  
  362. var message="";
  363. ///////////////////////////////////
  364. function clickIE() {if (document.all) {(message);return false;}}
  365. function clickNS(e) {if
  366. (document.layers||(document.getElementById&&!document.all)) {
  367. if (e.which==2||e.which==3) {(message);return false;}}}
  368. if (document.layers)
  369. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  370. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  371.  
  372. document.oncontextmenu=new Function("return false")
  373. // -->
  374.  
  375. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement