amtrak 1.0.2 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,10 @@
1
+
1
2
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
3
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4
 
4
5
 
5
6
  <!--
6
- "Amtrak Release 6.22.02a"
7
+ "Amtrak Release 6.25.02a"
7
8
  -->
8
9
  <html xmlns="http://www.w3.org/1999/xhtml">
9
10
 
@@ -144,54 +145,105 @@ jQuery.noConflict();
144
145
 
145
146
 
146
147
 
147
-
148
- <ul id="pi_actions_list_logged_in">
149
- <li><a href="https://tickets.amtrak.com/itd/amtrak/Reservations">My Account</a></li>
150
- <li><a href="/itd/amtrak/Logoff">Log Out</a></li>
148
+ <ul id="pi_actions_list">
149
+ <li><a href="javascript:LoginPopout.show()">Login</a></li>
150
+ <li><a href="https://tickets.amtrak.com/itd/amtrak/Register">Register</a></li>
151
151
  </ul>
152
152
 
153
153
 
154
- <script type="text/javascript" src="/itd/project/scripts/en/amtrak/jquery-ui-1.8.24.js"></script>
155
- <link href="/css/jquery_popup.css" rel="stylesheet" type="text/css" />
156
- <script>
157
- var $j = jQuery.noConflict();
158
- $j( document ).ready(function() {
159
- $j( "#dialog-confirm" ).dialog({
160
- resizable: false,
161
- height:140,
162
- modal: true,
163
- buttons: {
164
- "Start Over": function() {
165
- window.open("/itd/amtrak/UpdatePassengers","_self");
166
- },
167
- Continue: function() {
168
- //Ajax call to reset the "profilePersonTypeMatches" attribute
169
- var url = "/" + "itd/amtrak" + "/multiPurposeAjax";
170
- new Ajax.Request(url,
171
- { method: 'post',
172
- parameters: {'functionName':'profileLogin','param1':'profilePersonTypeMatches'},
173
- onSuccess: function (transport) {
174
- }
154
+
155
+ <script type="text/javascript">
156
+ document.observe('dom:loaded', function() {
157
+ $("login_popout").hide();
175
158
  });
176
- $j( this ).dialog( "close" );
159
+ </script>
160
+ <div class="popout" id="login_popout" style="display: block">
161
+
162
+
163
+
164
+ <style type="text/css">
165
+ #loading {
166
+ position: fixed;
167
+ top: 30%;
168
+ left: 25%;
169
+ background:url(/images/en/superpnr/image_loader_blue.gif) no-repeat center #fff;
170
+ padding:7px;
171
+ }
172
+ #overlay {
173
+ background-color:#EEE;
177
174
  }
175
+ .link_item {
176
+ float:left;
177
+ width:65%;
178
178
  }
179
- });
179
+ </style>
180
+ <style type="text/css">
181
+ .submit_image {
182
+ float:right;
183
+ vertical-align:top;
184
+ background-color: transparent;
185
+ border: none;
186
+ font-size:1px;
187
+ width: 70px;
188
+ height: 24px;
189
+ background-image: url(/images/en/btn_login.gif);
190
+ background-repeat: no-repeat;
191
+ }
192
+ </style>
193
+ <script>
194
+ function enterKeyPress(event) {
195
+ if (Event.KEY_RETURN == event.keyCode) {
196
+ // do something usefull
197
+ LoginPopout.doLogon();
198
+ return false;
199
+ }
200
+ return true;
201
+ }
202
+ </script>
180
203
 
181
- });
204
+
205
+ <div id="loading"></div>
206
+ <script>
207
+ $('loading').hide();
182
208
  </script>
209
+ <div id="overlay" style="background-color: white;">
210
+ <div class="popout_inner" id="login_popout_inner">
211
+ <a href="javascript:LoginPopout.hide()" class="close_btn button"><img alt="X" src="/images/en/btn_closeXorange.gif" /></a>
212
+ <div id="login_form_header"><h3 style="margin-top:0px;">Log In to Amtrak.com</h3></div>
183
213
 
214
+ <div class="form_holder" id="login_form_holder">
215
+ <form class="std_form clearfix" onsubmit="doRegularLogon(); return true;" id="login_ajax_form" action="https://tickets.amtrak.com/itd/amtrak" method="post"><input type="hidden" name="requestor" value="amtrak.presentation.handler.page.rail.AmtrakRailGetTrainStatusPageHandler" />
216
+ <div class="form_line">
217
+ <div class="form_label"><label for="login_email_address">E-Mail Address</label></div>
218
+ <div class="form_item"><input type="hidden" name="xwdf_username" value="/sessionWorkflow/userWorkflow/profileAccountRequirements/userName" /><input class="text" autocomplete="off" type="text" id="login_email_address" maxlength="64" name="wdf_username" /></div>
219
+ </div>
220
+ <div class="form_line">
221
+ <div class="form_label"><label for="login_password">Password</label></div>
222
+ <div class="form_item"><input type="hidden" name="xwdf_password" value="/sessionWorkflow/userWorkflow/profileAccountRequirements/password" /><input class="text password" type="password" id="login_password" maxlength="20" name="wdf_password" /></div>
223
+ </div>
224
+ <div class="form_line" id="login_go">
225
+ <div class="link_item submit_item">
226
+ <a class="forgot_pass" title="Click here to request your Password" href="javascript:fieldName='wdf_RequestUserID'; openRequestUserID();">Forgot password?</a>
227
+ </div>
184
228
 
229
+ <input class="submit_image" type="submit" name="_handler=amtrak.presentation.handler.request.profile.AmtrakProfileLogonRequestHandler/_xpath=/sessionWorkflow/userWorkflow/profileAccountRequirements" value="" />
230
+ </div>
231
+ </form>
232
+ </div>
233
+ </div>
234
+ <hr/>
235
+ <div class="popout_inner">
236
+ <div><img src="/images/en/linkaccounts_Popup.gif" /></div>
185
237
 
238
+ <h4 style="color:#1375B3">Link your Amtrak.com and Amtrak Guest Rewards accounts</h4>
239
+ <p> Make your booking experience even easier by linking your accounts - you&#39;ll be able to navigate between both sites without having to log in twice.</p>
240
+ </div>
241
+ </div>
186
242
 
187
243
 
188
244
 
189
- <script type="text/javascript">
190
- Element.observe(window, 'load', function(){
191
- ssoBuildBox();
192
- });
193
- </script>
194
245
 
246
+ </div>
195
247
 
196
248
 
197
249
 
@@ -338,6 +390,9 @@ addFormSubmitEvent(forms[i]);
338
390
  <div id="ff_tabbar_mytrip">My Trip<span onclick="show_ff_tab('mytrip');"></span></div>
339
391
  </div>
340
392
 
393
+
394
+
395
+
341
396
  <div id="ff_sub_tabbar" class="show_section">
342
397
  <div class="active" id="ff_sub_tabbar_bookatrip">Book<span onclick="show_ff_sub_tab('bookatrip');"></span></div>
343
398
  <div id="ff_sub_tabbar_redeem">Redeem<span onclick="show_ff_sub_tab('redeem');"></span></div>
@@ -383,7 +438,7 @@ addFormSubmitEvent(forms[i]);
383
438
  <label for="tickets_dep_date">Departs</label>
384
439
 
385
440
 
386
- <input class="wdfDate" onfocus="dateChangedTimer(1)" type="text" size="22" id="wdfdate1" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" onblur="dateChangedComplete(1,1)" value="Sat, Dec 6, 2014" readonly="readonly" /><script language="JavaScript" type="text/javascript">
441
+ <input class="wdfDate" onfocus="dateChangedTimer(1)" type="text" size="22" id="wdfdate1" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" onblur="dateChangedComplete(1,1)" value="Sun, May 3, 2015" readonly="readonly" /><script language="JavaScript" type="text/javascript">
387
442
  <!--
388
443
  document.write('<a class="calLink noloading" id="calLink1">&nbsp;</a>');//-->
389
444
  </script>
@@ -497,14 +552,11 @@ document.getElementById('ff_disc_promoCode').value = promocode;
497
552
  <div id="discountsrules" class="subdiv"><a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&ibsref=preffare','ibsref','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();" CLASS="smallblue">Passenger type/discount rules</a></div>
498
553
 
499
554
 
500
-
501
-
502
555
  <script type="text/javascript">
503
- var personType = 'Adult';
504
556
  //<![CDATA[
505
557
  Element.observe(window, 'load', function(){
506
- discounttype(personType);
507
- jQuery("#adult_select0 option[value=" + personType + "]").attr("selected", "selected");
558
+ discounttype("adult");
559
+ jQuery("#adult_select0 option[value='Adult']").attr("selected", "selected");
508
560
  });
509
561
  //]]>
510
562
  </script>
@@ -513,7 +565,6 @@ jQuery("#adult_select0 option[value=" + personType + "]").attr("selected", "sele
513
565
 
514
566
 
515
567
 
516
-
517
568
  </form>
518
569
  </div>
519
570
  <script>
@@ -708,23 +759,18 @@ margin-left:0px;
708
759
 
709
760
 
710
761
 
711
- <div class="form_line_wrapper first">
712
- <label>Member</label>
713
- <span class="form_entry1">
714
- <!-- mp_trans_disable_start -->Todd&nbsp;Lunter<!-- mp_trans_disable_end -->
715
- </span>
716
- </div>
717
- <div class="form_line_wrapper">
718
- <label for="ff_membernumber">Member Number</label>
719
762
 
720
763
 
764
+
765
+ <div class="form_line_wrapper first">
766
+ <label for="ff_membernumber">Member Number</label>
721
767
  <span class="form_entry">
722
768
  <input type="text" id="ff_membernumber" maxlength="10" name="/sessionWorkflow/profileWorkflow/schemeAccount/membershipNumber" />
723
769
  </span>
724
-
725
770
  </div>
726
771
  <div class="form_line_wrapper">
727
- <label for="ff_memberpassword">Member Password</label><span class="form_entry">
772
+ <label for="ff_memberpassword">Member Password</label>
773
+ <span class="form_entry">
728
774
  <input type="password" id="ff_memberpassword" maxlength="29" name="/sessionWorkflow/profileWorkflow/schemeAccount/@password" />
729
775
  </span>
730
776
  </div>
@@ -732,9 +778,6 @@ margin-left:0px;
732
778
 
733
779
 
734
780
 
735
-
736
-
737
-
738
781
  </div>
739
782
  </div>
740
783
  <div id="ff_tickets_redeem_cities_subdiv" class="subdiv">
@@ -761,7 +804,7 @@ margin-left:0px;
761
804
  <label for="wdfdate15">Departs</label>
762
805
 
763
806
 
764
- <input class="wdfDate" onfocus="dateChangedTimer(15)" type="text" size="22" id="wdfdate15" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" onblur="dateChangedComplete(15,1)" value="Sat, Dec 6, 2014" readonly="readonly" /><script language="JavaScript" type="text/javascript">
807
+ <input class="wdfDate" onfocus="dateChangedTimer(15)" type="text" size="22" id="wdfdate15" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" onblur="dateChangedComplete(15,1)" value="Sun, May 3, 2015" readonly="readonly" /><script language="JavaScript" type="text/javascript">
765
808
  <!--
766
809
  document.write('<a class="calLink noloading" id="calLink15">&nbsp;</a>');//-->
767
810
  </script>
@@ -802,36 +845,13 @@ show_ff_sub_tab('redeem');
802
845
 
803
846
  <div id="farefinder_tabbody_traveloptions" class="farefinder_tabbody">
804
847
  <div class="cmstraveloptions" id="cmstraveloptions">
805
- <p><a class="button" href="/rail-deals-every-week-25-off-amtrak-fares-across-the-us">
806
-
807
- <img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fgif&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288596252&ssbinary=true' alt='Start Saving with SmartFares - New Deals Every Week'></img>
808
-
809
- </a><br />
810
- <a class="button" href="http://tickets.amtrak.com/itd/amtrak/autotrain">
811
-
812
- <img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fgif&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288596551&ssbinary=true' alt='Make a Reservation on the Auto Train'></img>
813
-
814
- </a><br />
815
- <a class="button" href="http://tickets.amtrak.com/itd/amtrak/multiride">
816
-
817
- <img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fgif&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288591884&ssbinary=true' alt='Buy Multi-Ride Tickets'></img>
818
-
819
- </a><br />
820
- <a class="button" href="http://tickets.amtrak.com/itd/amtrak/selectpass">
821
-
822
- <img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fgif&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288591915&ssbinary=true' alt='Buy a USA Rail Pass'></img>
823
-
824
- </a><br />
825
- <a class="button" href="/hotels-cars-travel-insurance-and-more">
826
-
827
- <img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fgif&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288591946&ssbinary=true' alt='Complete Your Trip with Hotels, Cars, Travel Insurance and More'></img>
828
-
829
- </a><br />
830
- <a class="button" href="http://tickets.amtrak.com/itd/amtrak/grouptravel">
831
-
832
- <img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fgif&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288591983&ssbinary=true' alt='Make a Group Travel Request'></img>
848
+ <p><a class="button" href="/rail-deals-every-week-25-off-amtrak-fares-across-the-us"><img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fpng&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288596252&ssbinary=true&eHA_media_type=.png'/></a><br />
849
+ <a class="button" href="http://tickets.amtrak.com/itd/amtrak/autotrain"><img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fpng&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288596551&ssbinary=true&eHA_media_type=.png'/></a><br />
850
+ <a class="button" href="http://tickets.amtrak.com/itd/amtrak/multiride"><img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fpng&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288591884&ssbinary=true&eHA_media_type=.png'/></a><br />
851
+ <a class="button" href="http://tickets.amtrak.com/itd/amtrak/selectpass"><img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fpng&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288591915&ssbinary=true&eHA_media_type=.png'/></a><br />
852
+ <a class="button" href="/hotels-cars-travel-insurance-and-more"><img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fpng&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288591946&ssbinary=true&eHA_media_type=.png'/></a><br />
853
+ <a class="button" href="http://tickets.amtrak.com/itd/amtrak/grouptravel"><img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fpng&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288591983&ssbinary=true&eHA_media_type=.png'/></a></p>
833
854
 
834
- </a></p>
835
855
  </div>
836
856
  </div>
837
857
 
@@ -905,11 +925,11 @@ Arrival Date
905
925
  <span class="form_entry">
906
926
 
907
927
 
908
- <input class="wdfDate" onfocus="dateChangedTimer(10)" type="text" size="22" id="wdfdate10" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" onblur="dateChangedComplete(10,1)" value="Sat, Dec 6, 2014" readonly="readonly" /><script language="JavaScript" type="text/javascript">
928
+ <input class="wdfDate" onfocus="dateChangedTimer(10)" type="text" size="22" id="wdfdate10" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" onblur="dateChangedComplete(10,1)" value="Sun, May 3, 2015" readonly="readonly" /><script language="JavaScript" type="text/javascript">
909
929
  <!--
910
930
  document.write('<a class="calLink noloading" id="calLink10">&nbsp;</a>');//-->
911
931
  </script>
912
- <br /><div id="calContainer10" class="calContainer" ></div>
932
+ <br /><div id="calContainer10" class="calContainer calContainerTrainStatus" ></div>
913
933
 
914
934
  </span>
915
935
  </div>
@@ -966,11 +986,11 @@ Arrival Date
966
986
  <span class="form_entry">
967
987
 
968
988
 
969
- <input class="wdfDate" onfocus="dateChangedTimer(11)" type="text" size="22" id="wdfdate11" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" onblur="dateChangedComplete(11,1)" value="Sat, Dec 6, 2014" readonly="readonly" /><script language="JavaScript" type="text/javascript">
989
+ <input class="wdfDate" onfocus="dateChangedTimer(11)" type="text" size="22" id="wdfdate11" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" onblur="dateChangedComplete(11,1)" value="Sun, May 3, 2015" readonly="readonly" /><script language="JavaScript" type="text/javascript">
970
990
  <!--
971
991
  document.write('<a class="calLink noloading" id="calLink11">&nbsp;</a>');//-->
972
992
  </script>
973
- <br /><div id="calContainer11" class="calContainer" ></div>
993
+ <br /><div id="calContainer11" class="calContainer calContainerTrainStatus" ></div>
974
994
 
975
995
  </span>
976
996
  </div>
@@ -1019,7 +1039,7 @@ Late trains often make up time en route and may arrive earlier than expected. Wh
1019
1039
  <label for="schedules_dep_date">Depart</label>
1020
1040
 
1021
1041
 
1022
- <input class="wdfDate" onfocus="dateChangedTimer(5)" type="text" size="22" id="wdfdate5" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" onblur="dateChangedComplete(5,1)" value="Sat, Dec 6, 2014" readonly="readonly" /><script language="JavaScript" type="text/javascript">
1042
+ <input class="wdfDate" onfocus="dateChangedTimer(5)" type="text" size="22" id="wdfdate5" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" onblur="dateChangedComplete(5,1)" value="Sun, May 3, 2015" readonly="readonly" /><script language="JavaScript" type="text/javascript">
1023
1043
  <!--
1024
1044
  document.write('<a class="calLink noloading" id="calLink5">&nbsp;</a>');//-->
1025
1045
  </script>
@@ -1034,6 +1054,8 @@ document.write('<a class="calLink noloading" id="calLink5">&nbsp;</a>');//-->
1034
1054
  </div>
1035
1055
  <div id="ff_schedules_timetables_footer_wrapper">
1036
1056
  <p><a href="http://www.amtrak.com/servlet/Satellite/Page/1237405732505/1237405732505">Download printable timetables</a></p>
1057
+ <br/>
1058
+ <p><a href="http://www.amtrak.com/service-alerts-and-notices">Service Alerts and Notices</a></p>
1037
1059
  </div>
1038
1060
  </form>
1039
1061
 
@@ -1071,6 +1093,31 @@ document.write('<a class="calLink noloading" id="calLink5">&nbsp;</a>');//-->
1071
1093
  </form>
1072
1094
  </div>
1073
1095
 
1096
+ <div id="ff_mytrip_step_2" class="subdiv">
1097
+ <div id="mytrip_or"><span>Or</span></div>
1098
+
1099
+ <form onsubmit="javascript:return CheckMandatoryLoginFields(this)" name="mytrip_acct" action="https://tickets.amtrak.com/itd/amtrak" method="post"><input type="hidden" name="requestor" value="amtrak.presentation.handler.page.rail.AmtrakRailGetTrainStatusPageHandler" />
1100
+ <input type="hidden" name="/sessionWorkflow/userWorkflow/profileAccountRequirements/@logontype" value="mytrip" />
1101
+ <h3>Log in to your Amtrak.com Account</h3>
1102
+ <div class="form_line_wrapper">
1103
+ <label for="mytrip_acct_email">E-mail Address</label><span class="form_entry">
1104
+ <input type="hidden" name="xwdf_username" value="/sessionWorkflow/userWorkflow/profileAccountRequirements/userName" /><input autocomplete="off" type="text" id="mytrip_acct_email" maxlength="64" name="wdf_username" />
1105
+ </span>
1106
+ </div>
1107
+ <div class="form_line_wrapper">
1108
+ <label for="mytrip_acct_pwd">Password</label><span class="form_entry">
1109
+ <input type="hidden" name="xwdf_password" value="/sessionWorkflow/userWorkflow/profileAccountRequirements/password" /><input type="password" id="mytrip_acct_pwd" maxlength="20" name="wdf_password" />
1110
+ </span>
1111
+ </div>
1112
+ <div id="ff_mytrip_acct_submit">
1113
+ <a class="forgot_pass" title="Click here to request your Password" href="javascript:fieldName='wdf_RequestUserID'; openRequestUserID();">Forgot password?</a>
1114
+ <input type="hidden" name="_handler=com.sita.ats.amtrak.presentation.handler.request.profile.AmtrakProfileLogonRequestHandler/_xpath=/sessionWorkflow/userWorkflow/profileAccountRequirements" />
1115
+ <input type="image" alt="Log In" name="_handler=com.sita.ats.amtrak.presentation.handler.request.profile.AmtrakProfileLogonRequestHandler/_xpath=/sessionWorkflow/userWorkflow/profileAccountRequirements" onclick="" src="/images/en/btn_login.gif" />
1116
+ </div>
1117
+ </form>
1118
+
1119
+ </div>
1120
+
1074
1121
  </div>
1075
1122
  </div>
1076
1123
 
@@ -1382,127 +1429,134 @@ return s.replace(/^\s+|\s+$/g, "");
1382
1429
 
1383
1430
 
1384
1431
  <style type="text/css">
1385
- #pagination_bar {
1386
- clear:both;
1387
- padding-top: 20px;
1388
- font-family: Arial, Verdana, Helvetica, sans-serif;
1389
- size: 108%;
1390
- color: #1375b3;
1391
- }
1392
- #pagination_bar #pagination_data {
1393
- width: 49%;
1394
- float: left;
1395
- text-align: left;
1396
- padding-bottom: 1px;
1397
- }
1398
- #pagination_bar #pagination_nav {
1399
- width: 49%;
1400
- float: right;
1401
- text-align: right;
1402
- padding-bottom: 1px;
1403
- }
1404
- #pagination_bar #pagination_nav span {
1405
- padding-left: 10px;
1406
- }
1407
- #pagination_bar #pagination_nav a, #availability_grid #pagination_bar #pagination_nav a:visited, #availability_grid #pagination_bar #pagination_nav a:hover {
1408
- color: #1375b3;
1409
- }
1410
- #pagination_bar #pagination_nav a.selected, #availability_grid #pagination_bar #pagination_nav a.selected:visited, #availability_grid #pagination_bar #pagination_nav a.selected:hover {
1411
- color: #ff9933;
1412
- text-decoration: none;
1413
- cursor: text;
1414
- background-color: white;
1415
- }
1416
- #loadingtrain {
1417
- width:100px;
1418
- height: 100px;
1419
- position: fixed;
1420
- top: 50%;
1421
- left: 60%;
1422
- background:url(/images/en/superpnr/image_loader_blue.gif) no-repeat center #fff;
1423
- text-align:center;
1424
- padding:10px;
1425
- font:normal 16px Tahoma, Geneva, sans-serif;
1426
- border:1px solid #666;
1427
- margin-left: -50px;
1428
- margin-top: -50px;
1429
- z-index:2;
1430
- overflow: auto;
1431
- }
1432
- #loadingfailed {
1433
- width:100px;
1434
- height: 100px;
1435
- position: fixed;
1436
- top: 50%;
1437
- left: 60%;
1438
- background:#fff;
1439
- text-align:center;
1440
- padding:10px;
1441
- font:normal 16px Tahoma, Geneva, sans-serif;
1442
- border:1px solid #666;
1443
- margin-left: -50px;
1444
- margin-top: -50px;
1445
- z-index:2;
1446
- overflow: auto;
1447
- }
1448
- #overlay {
1449
- background-color:#EEE;
1450
- }
1432
+ #pagination_bar {
1433
+ clear:both;
1434
+ padding-top: 20px;
1435
+ font-family: Arial, Verdana, Helvetica, sans-serif;
1436
+ size: 108%;
1437
+ color: #1375b3;
1438
+ }
1439
+ #pagination_bar #pagination_data {
1440
+ width: 49%;
1441
+ float: left;
1442
+ text-align: left;
1443
+ padding-bottom: 1px;
1444
+ }
1445
+ #pagination_bar #pagination_nav {
1446
+ width: 49%;
1447
+ float: right;
1448
+ text-align: right;
1449
+ padding-bottom: 1px;
1450
+ }
1451
+ #pagination_bar #pagination_nav span {
1452
+ padding-left: 10px;
1453
+ }
1454
+ #pagination_bar #pagination_nav a, #availability_grid #pagination_bar #pagination_nav a:visited, #availability_grid #pagination_bar #pagination_nav a:hover {
1455
+ color: #1375b3;
1456
+ }
1457
+ #pagination_bar #pagination_nav a.selected, #availability_grid #pagination_bar #pagination_nav a.selected:visited, #availability_grid #pagination_bar #pagination_nav a.selected:hover {
1458
+ color: #ff9933;
1459
+ text-decoration: none;
1460
+ cursor: text;
1461
+ background-color: white;
1462
+ }
1463
+ #loadingtrain {
1464
+ width:100px;
1465
+ height: 100px;
1466
+ position: fixed;
1467
+ top: 50%;
1468
+ left: 60%;
1469
+ background:url(/images/en/superpnr/image_loader_blue.gif) no-repeat center #fff;
1470
+ text-align:center;
1471
+ padding:10px;
1472
+ font:normal 16px Tahoma, Geneva, sans-serif;
1473
+ border:1px solid #666;
1474
+ margin-left: -50px;
1475
+ margin-top: -50px;
1476
+ z-index:2;
1477
+ overflow: auto;
1478
+ }
1479
+ #loadingfailed {
1480
+ width:100px;
1481
+ height: 100px;
1482
+ position: fixed;
1483
+ top: 50%;
1484
+ left: 60%;
1485
+ background:#fff;
1486
+ text-align:center;
1487
+ padding:10px;
1488
+ font:normal 16px Tahoma, Geneva, sans-serif;
1489
+ border:1px solid #666;
1490
+ margin-left: -50px;
1491
+ margin-top: -50px;
1492
+ z-index:2;
1493
+ overflow: auto;
1494
+ }
1495
+ #overlay {
1496
+ background-color:#EEE;
1497
+ }
1451
1498
  </style>
1452
1499
  <script language="JavaScript" type="text/javascript" src="/itd/project/scripts/en/amtrak/basic_pagination_trainstatus.js"></script>
1500
+ <script language="JavaScript" type="text/javascript" src="/itd/project/scripts/en/amtrak/selecttrain.js"></script>
1453
1501
  <script type="text/javascript">
1454
- var pageDisplay = '10';
1455
- var currentPage = 0;
1456
- var availabilityLength = '12';
1457
- var trainStatusType = 'statusByCityPair';
1458
- var statusResult;
1459
- Element.observe(window, 'load', function(){
1460
- show_ff_tab('status');
1461
- if(trainStatusType == 'statusByTrainNumber') {
1462
- switchToStatusByTrain();
1463
- } else if(trainStatusType == 'statusByCityPair') {
1464
- switchToStatusByCity();
1465
- }
1466
- setDepartOrArrivalFieldVisibility();
1467
- pageFilterDisplay(availabilityLength);
1468
- });
1469
- </script>
1470
-
1471
-
1472
- <div>
1473
- <h1 class="train_status">Current Train Status<span></span></h1>
1474
- <br class="clear_both" />
1475
- </div>
1476
-
1477
-
1478
- <div id="more_status_results">
1479
- <div id="train_status_resp_by_citypair_heading">
1480
-
1481
- <div id="resp_by_citypair_heading_left">
1482
- <div>PVD</div>
1483
- <div id="resp_by_citypair_heading_line2">Providence, RI</div>
1484
- </div>
1485
- <div id="resp_by_citypair_heading_middle">
1486
- <img alt="" src="/images/en/station-to-station-arrow.png" />
1487
- </div>
1488
- <div id="resp_by_citypair_heading_right">
1489
- <div>BBY</div>
1490
- <div id="resp_by_citypair_heading_line2">Boston, MA</div>
1491
- </div>
1492
-
1493
- </div>
1494
- <div id="train_status_spacing1"></div>
1495
-
1496
1502
 
1497
- <div id="train_status_resp_by_citypair">
1498
- <div id="resp_by_citypair_subheading">
1499
- <div id="resp_by_citypair_subheading_trainname">
1500
- 178&nbsp;Northeast Regional
1501
- </div>
1502
- </div>
1503
+ var pageDisplay = '10';
1504
+ var currentPage = 0;
1505
+ var availabilityLength = '6';
1506
+ var trainStatusType = 'statusByCityPair';
1507
+
1508
+ var statusResult;
1509
+ Element.observe(window, 'load', function(){
1510
+ show_ff_tab('status');
1511
+
1512
+ if(trainStatusType == 'statusByTrainNumber') {
1513
+ switchToStatusByTrain();
1514
+ } else if(trainStatusType == 'statusByCityPair') {
1515
+ switchToStatusByCity();
1516
+ }
1517
+ setDepartOrArrivalFieldVisibility();
1518
+ pageFilterDisplay(availabilityLength);
1519
+ });
1503
1520
 
1504
- <div id="resp_by_citypair_depart_status_details">
1521
+ </script>
1505
1522
 
1523
+
1524
+ <div>
1525
+ <h1 class="train_status">Current Train Status<span></span></h1>
1526
+ <br class="clear_both" />
1527
+ </div>
1528
+
1529
+
1530
+
1531
+ <div id="more_status_results">
1532
+ <div id="train_status_resp_by_citypair_heading">
1533
+
1534
+ <div id="resp_by_citypair_heading_left">
1535
+ <div>PVD</div>
1536
+ <div id="resp_by_citypair_heading_line2">Providence, RI</div>
1537
+ </div>
1538
+ <div id="resp_by_citypair_heading_middle">
1539
+ <img alt="" src="/images/en/station-to-station-arrow.png" />
1540
+ </div>
1541
+ <div id="resp_by_citypair_heading_right">
1542
+ <div>BBY</div>
1543
+ <div id="resp_by_citypair_heading_line2">Boston, MA</div>
1544
+ </div>
1545
+
1546
+ </div>
1547
+ <div id="train_status_spacing1"></div>
1548
+
1549
+
1550
+ <div id="train_status_resp_by_citypair">
1551
+ <div id="resp_by_citypair_subheading">
1552
+ <div id="resp_by_citypair_subheading_trainname">
1553
+ <a style="display:none; float:left; padding: 9px 10px 0 10px;" class="button" href="" name="selecttrainAlerts_Northeast Regional2015-05-03"><img class="service_alert" alt="Service Alert" src="/images/en/icon_servicealert_trainstatus.png" /></a><div class="ts_servicename">88&nbsp;Northeast Regional</div>
1554
+ </div>
1555
+ </div>
1556
+
1557
+
1558
+ <div id="resp_by_citypair_depart_status_details">
1559
+
1506
1560
 
1507
1561
  <div class="statusDetailsSection">
1508
1562
  <div class="cityName">PVD</div>
@@ -1513,40 +1567,48 @@ pageFilterDisplay(availabilityLength);
1513
1567
 
1514
1568
 
1515
1569
 
1516
- <div class="arriveDepartDelayedMsg"> Departed</div>
1517
- <div class="delayedMsg">4 minutes late</div>
1518
-
1519
- <div class="arriveDepartTime">11:41 pm</div>
1520
- <div class="arriveDepartDate">Fri, Dec 5 2014</div>
1521
-
1522
-
1523
-
1524
- <div class="scheduledArriveDepartMsg">
1525
- Scheduled Departure&nbsp;11:37 pm
1526
- </div>
1527
-
1528
-
1529
- </div>
1530
-
1531
- </div>
1532
-
1533
- <div id="resp_by_citypair_arrow_img">
1534
1570
 
1535
1571
 
1536
1572
 
1537
1573
 
1538
1574
 
1539
- <img src="/images/en/ontime-arrived.png" />
1575
+ <div class="statusUnavailableMsg">Status unavailable</div>
1576
+ <div class="arriveDepartDate">Sun, May 3 2015</div>
1540
1577
 
1541
1578
 
1542
1579
 
1543
1580
 
1581
+ <div class="scheduledArriveDepartMsg">
1582
+ Scheduled Departure&nbsp;6:27 pm
1583
+ </div>
1544
1584
 
1545
1585
 
1546
1586
  </div>
1547
1587
 
1548
- <div id="resp_by_citypair_arrive_status_details">
1549
-
1588
+ </div>
1589
+
1590
+
1591
+ <div id="resp_by_citypair_arrow_img">
1592
+
1593
+
1594
+
1595
+
1596
+
1597
+
1598
+
1599
+ <img src="/images/en/ontime-enroute.png" />
1600
+
1601
+
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+ </div>
1608
+
1609
+
1610
+ <div id="resp_by_citypair_arrive_status_details">
1611
+
1550
1612
 
1551
1613
  <div class="statusDetailsSection">
1552
1614
  <div class="cityName">BBY</div>
@@ -1556,42 +1618,46 @@ Scheduled Departure&nbsp;11:37 pm
1556
1618
 
1557
1619
 
1558
1620
 
1559
- <div class="arriveDepartOntimeMsg"> Arrived</div>
1560
- <div class="ontimeMsg">9 minutes early</div>
1561
-
1562
1621
 
1563
- <div class="arriveDepartTime">12:15 am</div>
1564
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
1565
1622
 
1566
1623
 
1567
1624
 
1568
1625
 
1626
+ <div class="arriveDepartOntimeMsg">Estimated Arrival</div>
1627
+ <div class="ontimeMsg">4 minutes early</div>
1569
1628
 
1570
1629
 
1571
- <div class="scheduledArriveDepartMsg">
1572
- Scheduled Arrival&nbsp;12:24 am
1573
- </div>
1630
+ <div class="arriveDepartTime">7:10 pm</div>
1631
+ <div class="arriveDepartDate">Sun, May 3 2015</div>
1574
1632
 
1575
1633
 
1576
1634
 
1577
- </div>
1578
1635
 
1579
- </div>
1580
1636
 
1637
+ <div class="scheduledArriveDepartMsg">
1638
+ Scheduled Arrival&nbsp;7:14 pm
1581
1639
  </div>
1582
1640
 
1583
- <div id="train_status_spacing"></div>
1584
1641
 
1585
-
1586
- <div id="train_status_resp_by_citypair">
1587
- <div id="resp_by_citypair_subheading">
1588
- <div id="resp_by_citypair_subheading_trainname">
1589
- 66&nbsp;Northeast Regional
1590
- </div>
1591
1642
  </div>
1592
1643
 
1593
- <div id="resp_by_citypair_depart_status_details">
1594
-
1644
+ </div>
1645
+
1646
+ </div>
1647
+
1648
+ <div id="train_status_spacing"></div>
1649
+
1650
+
1651
+ <div id="train_status_resp_by_citypair">
1652
+ <div id="resp_by_citypair_subheading">
1653
+ <div id="resp_by_citypair_subheading_trainname">
1654
+ <a style="display:none; float:left; padding: 9px 10px 0 10px;" class="button" href="" name="selecttrainAlerts_Acela Express2015-05-03"><img class="service_alert" alt="Service Alert" src="/images/en/icon_servicealert_trainstatus.png" /></a><div class="ts_servicename">2254&nbsp;Acela Express</div>
1655
+ </div>
1656
+ </div>
1657
+
1658
+
1659
+ <div id="resp_by_citypair_depart_status_details">
1660
+
1595
1661
 
1596
1662
  <div class="statusDetailsSection">
1597
1663
  <div class="cityName">PVD</div>
@@ -1601,133 +1667,208 @@ Scheduled Arrival&nbsp;12:24 am
1601
1667
 
1602
1668
 
1603
1669
 
1604
- <div class="arriveDepartOntimeMsg"> Departed</div>
1605
- <div class="ontimeMsg">On time</div>
1606
-
1607
1670
 
1608
- <div class="arriveDepartTime">6:56 am</div>
1609
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
1610
1671
 
1611
1672
 
1612
1673
 
1613
- <div class="scheduledArriveDepartMsg">
1614
- Scheduled Departure&nbsp;6:56 am
1615
- </div>
1616
-
1617
1674
 
1618
- </div>
1619
1675
 
1620
- </div>
1676
+ <div class="arriveDepartDelayedMsg">Estimated Departure</div>
1677
+ <div class="delayedMsg">16 minutes late</div>
1621
1678
 
1622
- <div id="resp_by_citypair_arrow_img">
1679
+ <div class="arriveDepartTime">7:12 pm</div>
1680
+ <div class="arriveDepartDate">Sun, May 3 2015</div>
1623
1681
 
1624
1682
 
1625
1683
 
1626
1684
 
1685
+ <div class="scheduledArriveDepartMsg">
1686
+ Scheduled Departure&nbsp;6:56 pm
1687
+ </div>
1688
+
1689
+
1690
+ </div>
1691
+
1692
+ </div>
1693
+
1694
+
1695
+ <div id="resp_by_citypair_arrow_img">
1696
+
1697
+
1698
+
1699
+
1700
+
1701
+
1702
+
1703
+
1704
+ <img src="/images/en/delayed-enroute.png" />
1705
+
1706
+
1707
+
1708
+
1709
+
1710
+
1711
+ </div>
1712
+
1713
+
1714
+ <div id="resp_by_citypair_arrive_status_details">
1715
+
1627
1716
 
1717
+ <div class="statusDetailsSection">
1718
+ <div class="cityName">BBY</div>
1628
1719
 
1629
- <img src="/images/en/delayed-arrived.png" />
1630
1720
 
1631
1721
 
1632
1722
 
1633
1723
 
1634
1724
 
1635
- </div>
1636
1725
 
1637
- <div id="resp_by_citypair_arrive_status_details">
1638
1726
 
1639
1727
 
1640
- <div class="statusDetailsSection">
1641
- <div class="cityName">BBY</div>
1642
1728
 
1643
1729
 
1644
1730
 
1731
+ <div class="arriveDepartDelayedMsg">Estimated Arrival</div>
1732
+ <div class="delayedMsg">6 minutes late</div>
1645
1733
 
1734
+ <div class="arriveDepartTime">7:46 pm</div>
1735
+ <div class="arriveDepartDate">Sun, May 3 2015</div>
1646
1736
 
1647
1737
 
1648
1738
 
1649
- <div class="arriveDepartDelayedMsg"> Arrived</div>
1650
- <div class="delayedMsg">2 minutes late</div>
1651
1739
 
1652
- <div class="arriveDepartTime">7:54 am</div>
1653
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
1654
1740
 
1741
+ <div class="scheduledArriveDepartMsg">
1742
+ Scheduled Arrival&nbsp;7:40 pm
1743
+ </div>
1655
1744
 
1656
1745
 
1746
+ </div>
1657
1747
 
1748
+ </div>
1749
+
1750
+ </div>
1751
+
1752
+ <div id="train_status_spacing"></div>
1753
+
1754
+
1755
+ <div id="train_status_resp_by_citypair">
1756
+ <div id="resp_by_citypair_subheading">
1757
+ <div id="resp_by_citypair_subheading_trainname">
1758
+ <a style="display:none; float:left; padding: 9px 10px 0 10px;" class="button" href="" name="selecttrainAlerts_Northeast Regional2015-05-03"><img class="service_alert" alt="Service Alert" src="/images/en/icon_servicealert_trainstatus.png" /></a><div class="ts_servicename">194&nbsp;Northeast Regional</div>
1759
+ </div>
1760
+ </div>
1761
+
1762
+
1763
+ <div id="resp_by_citypair_depart_status_details">
1764
+
1658
1765
 
1766
+ <div class="statusDetailsSection">
1767
+ <div class="cityName">PVD</div>
1659
1768
 
1660
- <div class="scheduledArriveDepartMsg">
1661
- Scheduled Arrival&nbsp;7:53 am
1662
- </div>
1663
1769
 
1664
1770
 
1665
1771
 
1666
- </div>
1667
1772
 
1668
- </div>
1669
1773
 
1670
- </div>
1671
1774
 
1672
- <div id="train_status_spacing"></div>
1673
1775
 
1674
1776
 
1675
- <div id="train_status_resp_by_citypair">
1676
- <div id="resp_by_citypair_subheading">
1677
- <div id="resp_by_citypair_subheading_trainname">
1678
- 150&nbsp;Northeast Regional
1679
- </div>
1680
- </div>
1681
1777
 
1682
- <div id="resp_by_citypair_depart_status_details">
1683
1778
 
1684
1779
 
1685
- <div class="statusDetailsSection">
1686
- <div class="cityName">PVD</div>
1780
+ <div class="arriveDepartDelayedMsg">Estimated Departure</div>
1781
+ <div class="delayedMsg">1 minute late</div>
1687
1782
 
1783
+ <div class="arriveDepartTime">8:26 pm</div>
1784
+ <div class="arriveDepartDate">Sun, May 3 2015</div>
1688
1785
 
1689
1786
 
1690
1787
 
1691
1788
 
1789
+ <div class="scheduledArriveDepartMsg">
1790
+ Scheduled Departure&nbsp;8:25 pm
1791
+ </div>
1792
+
1793
+
1794
+ </div>
1795
+
1796
+ </div>
1797
+
1798
+
1799
+ <div id="resp_by_citypair_arrow_img">
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+
1806
+
1807
+ <img src="/images/en/ontime-enroute.png" />
1808
+
1809
+
1810
+
1811
+
1812
+
1813
+
1814
+
1815
+ </div>
1816
+
1817
+
1818
+ <div id="resp_by_citypair_arrive_status_details">
1819
+
1692
1820
 
1821
+ <div class="statusDetailsSection">
1822
+ <div class="cityName">BBY</div>
1693
1823
 
1694
- <div class="arriveDepartDelayedMsg"> Departed</div>
1695
- <div class="delayedMsg">10 minutes late</div>
1696
1824
 
1697
- <div class="arriveDepartTime">10:35 am</div>
1698
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
1699
1825
 
1700
1826
 
1701
1827
 
1702
- <div class="scheduledArriveDepartMsg">
1703
- Scheduled Departure&nbsp;10:25 am
1704
- </div>
1705
1828
 
1706
1829
 
1707
- </div>
1708
1830
 
1709
- </div>
1710
1831
 
1711
- <div id="resp_by_citypair_arrow_img">
1712
1832
 
1713
1833
 
1834
+ <div class="arriveDepartOntimeMsg">Estimated Arrival</div>
1835
+ <div class="ontimeMsg">15 minutes early</div>
1714
1836
 
1715
1837
 
1838
+ <div class="arriveDepartTime">8:55 pm</div>
1839
+ <div class="arriveDepartDate">Sun, May 3 2015</div>
1716
1840
 
1717
1841
 
1718
- <img src="/images/en/delayed-arrived.png" />
1719
1842
 
1720
1843
 
1721
1844
 
1845
+ <div class="scheduledArriveDepartMsg">
1846
+ Scheduled Arrival&nbsp;9:10 pm
1847
+ </div>
1722
1848
 
1723
1849
 
1724
1850
  </div>
1725
1851
 
1726
- <div id="resp_by_citypair_arrive_status_details">
1727
-
1852
+ </div>
1853
+
1854
+ </div>
1855
+
1856
+ <div id="train_status_spacing"></div>
1857
+
1858
+
1859
+ <div id="train_status_resp_by_citypair">
1860
+ <div id="resp_by_citypair_subheading">
1861
+ <div id="resp_by_citypair_subheading_trainname">
1862
+ <a style="display:none; float:left; padding: 9px 10px 0 10px;" class="button" href="" name="selecttrainAlerts_Acela Express2015-05-03"><img class="service_alert" alt="Service Alert" src="/images/en/icon_servicealert_trainstatus.png" /></a><div class="ts_servicename">2256&nbsp;Acela Express</div>
1863
+ </div>
1864
+ </div>
1865
+
1866
+
1867
+ <div id="resp_by_citypair_depart_status_details">
1868
+
1728
1869
 
1729
1870
  <div class="statusDetailsSection">
1730
- <div class="cityName">BBY</div>
1871
+ <div class="cityName">PVD</div>
1731
1872
 
1732
1873
 
1733
1874
 
@@ -1735,130 +1876,204 @@ Scheduled Departure&nbsp;10:25 am
1735
1876
 
1736
1877
 
1737
1878
 
1738
- <div class="arriveDepartDelayedMsg"> Arrived</div>
1739
- <div class="delayedMsg">4 minutes late</div>
1740
1879
 
1741
- <div class="arriveDepartTime">11:13 am</div>
1742
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
1743
1880
 
1744
1881
 
1745
1882
 
1746
1883
 
1884
+ <div class="arriveDepartDelayedMsg">Estimated Departure</div>
1885
+ <div class="delayedMsg">1 minute late</div>
1747
1886
 
1887
+ <div class="arriveDepartTime">8:56 pm</div>
1888
+ <div class="arriveDepartDate">Sun, May 3 2015</div>
1748
1889
 
1749
- <div class="scheduledArriveDepartMsg">
1750
- Scheduled Arrival&nbsp;11:09 am
1751
- </div>
1752
1890
 
1753
1891
 
1754
1892
 
1755
- </div>
1893
+ <div class="scheduledArriveDepartMsg">
1894
+ Scheduled Departure&nbsp;8:55 pm
1895
+ </div>
1896
+
1897
+
1898
+ </div>
1899
+
1900
+ </div>
1901
+
1902
+
1903
+ <div id="resp_by_citypair_arrow_img">
1904
+
1905
+
1906
+
1907
+
1908
+
1909
+
1910
+
1911
+ <img src="/images/en/ontime-enroute.png" />
1912
+
1913
+
1914
+
1915
+
1916
+
1917
+
1918
+
1919
+ </div>
1920
+
1921
+
1922
+ <div id="resp_by_citypair_arrive_status_details">
1923
+
1756
1924
 
1757
- </div>
1925
+ <div class="statusDetailsSection">
1926
+ <div class="cityName">BBY</div>
1758
1927
 
1759
- </div>
1760
1928
 
1761
- <div id="train_status_spacing"></div>
1762
1929
 
1763
1930
 
1764
- <div id="train_status_resp_by_citypair">
1765
- <div id="resp_by_citypair_subheading">
1766
- <div id="resp_by_citypair_subheading_trainname">
1767
- 2290&nbsp;Acela Express
1768
- </div>
1769
- </div>
1770
1931
 
1771
- <div id="resp_by_citypair_depart_status_details">
1772
1932
 
1773
1933
 
1774
- <div class="statusDetailsSection">
1775
- <div class="cityName">PVD</div>
1776
1934
 
1777
1935
 
1778
1936
 
1779
1937
 
1938
+ <div class="arriveDepartOntimeMsg">Estimated Arrival</div>
1939
+ <div class="ontimeMsg">9 minutes early</div>
1780
1940
 
1781
1941
 
1942
+ <div class="arriveDepartTime">9:30 pm</div>
1943
+ <div class="arriveDepartDate">Sun, May 3 2015</div>
1782
1944
 
1783
- <div class="arriveDepartDelayedMsg"> Departed</div>
1784
- <div class="delayedMsg">13 minutes late</div>
1785
1945
 
1786
- <div class="arriveDepartTime">11:10 am</div>
1787
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
1788
1946
 
1789
1947
 
1790
1948
 
1791
1949
  <div class="scheduledArriveDepartMsg">
1792
- Scheduled Departure&nbsp;10:57 am
1950
+ Scheduled Arrival&nbsp;9:39 pm
1793
1951
  </div>
1794
1952
 
1795
1953
 
1796
1954
  </div>
1797
1955
 
1798
- </div>
1956
+ </div>
1957
+
1958
+ </div>
1959
+
1960
+ <div id="train_status_spacing"></div>
1961
+
1962
+
1963
+ <div id="train_status_resp_by_citypair">
1964
+ <div id="resp_by_citypair_subheading">
1965
+ <div id="resp_by_citypair_subheading_trainname">
1966
+ <a style="display:none; float:left; padding: 9px 10px 0 10px;" class="button" href="" name="selecttrainAlerts_Acela Express2015-05-03"><img class="service_alert" alt="Service Alert" src="/images/en/icon_servicealert_trainstatus.png" /></a><div class="ts_servicename">2258&nbsp;Acela Express</div>
1967
+ </div>
1968
+ </div>
1969
+
1970
+
1971
+ <div id="resp_by_citypair_depart_status_details">
1972
+
1799
1973
 
1800
- <div id="resp_by_citypair_arrow_img">
1974
+ <div class="statusDetailsSection">
1975
+ <div class="cityName">PVD</div>
1801
1976
 
1802
1977
 
1803
1978
 
1804
1979
 
1805
1980
 
1806
1981
 
1807
- <img src="/images/en/delayed-arrived.png" />
1808
1982
 
1809
1983
 
1810
1984
 
1811
1985
 
1812
1986
 
1813
- </div>
1814
1987
 
1815
- <div id="resp_by_citypair_arrive_status_details">
1988
+ <div class="arriveDepartDelayedMsg">Estimated Departure</div>
1989
+ <div class="delayedMsg">1 minute late</div>
1816
1990
 
1991
+ <div class="arriveDepartTime">9:55 pm</div>
1992
+ <div class="arriveDepartDate">Sun, May 3 2015</div>
1817
1993
 
1818
- <div class="statusDetailsSection">
1819
- <div class="cityName">BBY</div>
1820
1994
 
1821
1995
 
1822
1996
 
1997
+ <div class="scheduledArriveDepartMsg">
1998
+ Scheduled Departure&nbsp;9:54 pm
1999
+ </div>
2000
+
2001
+
2002
+ </div>
2003
+
2004
+ </div>
2005
+
2006
+
2007
+ <div id="resp_by_citypair_arrow_img">
2008
+
2009
+
2010
+
2011
+
2012
+
2013
+
2014
+
2015
+ <img src="/images/en/ontime-enroute.png" />
2016
+
2017
+
2018
+
2019
+
2020
+
2021
+
2022
+
2023
+ </div>
2024
+
2025
+
2026
+ <div id="resp_by_citypair_arrive_status_details">
2027
+
1823
2028
 
2029
+ <div class="statusDetailsSection">
2030
+ <div class="cityName">BBY</div>
1824
2031
 
1825
2032
 
1826
2033
 
1827
- <div class="arriveDepartDelayedMsg"> Arrived</div>
1828
- <div class="delayedMsg">10 minutes late</div>
1829
2034
 
1830
- <div class="arriveDepartTime">11:49 am</div>
1831
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
1832
2035
 
1833
2036
 
1834
2037
 
1835
2038
 
1836
2039
 
1837
2040
 
1838
- <div class="scheduledArriveDepartMsg">
1839
- Scheduled Arrival&nbsp;11:39 am
1840
- </div>
1841
2041
 
2042
+ <div class="arriveDepartOntimeMsg">Estimated Arrival</div>
2043
+ <div class="ontimeMsg">8 minutes early</div>
1842
2044
 
1843
2045
 
1844
- </div>
2046
+ <div class="arriveDepartTime">10:32 pm</div>
2047
+ <div class="arriveDepartDate">Sun, May 3 2015</div>
1845
2048
 
1846
- </div>
1847
2049
 
1848
- </div>
1849
2050
 
1850
- <div id="train_status_spacing"></div>
1851
2051
 
1852
2052
 
1853
- <div id="train_status_resp_by_citypair">
1854
- <div id="resp_by_citypair_subheading">
1855
- <div id="resp_by_citypair_subheading_trainname">
1856
- 160&nbsp;Northeast Regional
1857
- </div>
2053
+ <div class="scheduledArriveDepartMsg">
2054
+ Scheduled Arrival&nbsp;10:40 pm
1858
2055
  </div>
1859
2056
 
1860
- <div id="resp_by_citypair_depart_status_details">
1861
2057
 
2058
+ </div>
2059
+
2060
+ </div>
2061
+
2062
+ </div>
2063
+
2064
+ <div id="train_status_spacing"></div>
2065
+
2066
+
2067
+ <div id="train_status_resp_by_citypair">
2068
+ <div id="resp_by_citypair_subheading">
2069
+ <div id="resp_by_citypair_subheading_trainname">
2070
+ <a style="display:none; float:left; padding: 9px 10px 0 10px;" class="button" href="" name="selecttrainAlerts_Northeast Regional2015-05-03"><img class="service_alert" alt="Service Alert" src="/images/en/icon_servicealert_trainstatus.png" /></a><div class="ts_servicename">132&nbsp;Northeast Regional</div>
2071
+ </div>
2072
+ </div>
2073
+
2074
+
2075
+ <div id="resp_by_citypair_depart_status_details">
2076
+
1862
2077
 
1863
2078
  <div class="statusDetailsSection">
1864
2079
  <div class="cityName">PVD</div>
@@ -1869,569 +2084,140 @@ Scheduled Arrival&nbsp;11:39 am
1869
2084
 
1870
2085
 
1871
2086
 
1872
- <div class="arriveDepartDelayedMsg"> Departed</div>
1873
- <div class="delayedMsg">10 minutes late</div>
1874
2087
 
1875
- <div class="arriveDepartTime">12:35 pm</div>
1876
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
1877
2088
 
1878
2089
 
1879
2090
 
1880
- <div class="scheduledArriveDepartMsg">
1881
- Scheduled Departure&nbsp;12:25 pm
1882
- </div>
1883
2091
 
2092
+ <div class="arriveDepartDelayedMsg">Estimated Departure</div>
2093
+ <div class="delayedMsg">1 minute late</div>
1884
2094
 
1885
- </div>
2095
+ <div class="arriveDepartTime">11:03 pm</div>
2096
+ <div class="arriveDepartDate">Sun, May 3 2015</div>
1886
2097
 
1887
- </div>
1888
2098
 
1889
- <div id="resp_by_citypair_arrow_img">
1890
2099
 
1891
2100
 
2101
+ <div class="scheduledArriveDepartMsg">
2102
+ Scheduled Departure&nbsp;11:02 pm
2103
+ </div>
2104
+
2105
+
2106
+ </div>
2107
+
2108
+ </div>
2109
+
2110
+
2111
+ <div id="resp_by_citypair_arrow_img">
2112
+
2113
+
2114
+
2115
+
2116
+
2117
+
2118
+
2119
+ <img src="/images/en/ontime-enroute.png" />
2120
+
2121
+
2122
+
2123
+
2124
+
2125
+
2126
+
2127
+ </div>
2128
+
2129
+
2130
+ <div id="resp_by_citypair_arrive_status_details">
2131
+
2132
+
2133
+ <div class="statusDetailsSection">
2134
+ <div class="cityName">BBY</div>
1892
2135
 
1893
2136
 
1894
2137
 
1895
2138
 
1896
- <img src="/images/en/delayed-arrived.png" />
1897
2139
 
1898
2140
 
1899
2141
 
1900
2142
 
1901
2143
 
1902
- </div>
1903
2144
 
1904
- <div id="resp_by_citypair_arrive_status_details">
1905
2145
 
2146
+ <div class="arriveDepartOntimeMsg">Estimated Arrival</div>
2147
+ <div class="ontimeMsg">16 minutes early</div>
1906
2148
 
1907
- <div class="statusDetailsSection">
1908
- <div class="cityName">BBY</div>
1909
2149
 
2150
+ <div class="arriveDepartTime">11:33 pm</div>
2151
+ <div class="arriveDepartDate">Sun, May 3 2015</div>
1910
2152
 
1911
2153
 
1912
2154
 
1913
2155
 
1914
2156
 
2157
+ <div class="scheduledArriveDepartMsg">
2158
+ Scheduled Arrival&nbsp;11:49 pm
2159
+ </div>
1915
2160
 
1916
- <div class="arriveDepartDelayedMsg"> Arrived</div>
1917
- <div class="delayedMsg">2 minutes late</div>
1918
2161
 
1919
- <div class="arriveDepartTime">1:10 pm</div>
1920
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
2162
+ </div>
1921
2163
 
2164
+ </div>
2165
+
2166
+ </div>
2167
+
2168
+ <div id="train_status_spacing"></div>
2169
+
2170
+ </div>
2171
+
2172
+
2173
+
2174
+
2175
+
2176
+ <div id="serviceAlertsXml"></div>
2177
+ <script language="JavaScript" type="text/javascript">
2178
+ var url = "/" + "itd/amtrak" + "/DisplayFareFamiliesServiceInfo";
2179
+ //display service alerts
2180
+ new Ajax.Request(url,
2181
+ { method: 'post',
2182
+ parameters: {'functionName':'serviceAlerts','param1':'depart'},
2183
+ onSuccess: function (transport) {
2184
+ if(transport.responseText!='') {
2185
+ $('serviceAlertsXml').update(transport.responseText);
2186
+ var xmlstr = transport.responseText;
2187
+ showFareFamilyServiceAlertsLinks(xmlstr);
2188
+ }
2189
+ }
2190
+ });
2191
+ </script>
1922
2192
 
2193
+ <div id="pagination_bar">
2194
+ <div id="pagination_data"></div>
2195
+ <div id="pagination_nav"></div>
2196
+ <br class="clear_both" />
2197
+ </div>
2198
+
2199
+
2200
+ <br class="clear_both" />
2201
+
2202
+ <div id="loadingtrain" style="display:none">Loading...</div>
2203
+ <div id="loadingfailed" style="display: none">We're sorry, we're unable to process your request.<img src="/images/en/error_icon.gif"></div>
1923
2204
 
1924
2205
 
1925
2206
 
2207
+ <meta name="WT.cg_s" content="status" />
1926
2208
 
1927
- <div class="scheduledArriveDepartMsg">
1928
- Scheduled Arrival&nbsp;1:10 pm
1929
- </div>
2209
+ <meta name="DCSext.NBR" content="preencoded:88;2254;194;2256;2258;132" />
2210
+ <meta name="DCSext.ORG" content="PVD" />
2211
+ <meta name="DCSext.DST" content="BBY" />
2212
+ <meta name="DCSext.DDT" content="2015/05/03" />
2213
+ <meta name="DCSext.ADT" content="2015/05/03" />
1930
2214
 
1931
2215
 
1932
2216
 
2217
+ </form>
2218
+ </div>
2219
+ <br class="clear_both" />
1933
2220
  </div>
1934
-
1935
- </div>
1936
-
1937
- </div>
1938
-
1939
- <div id="train_status_spacing"></div>
1940
-
1941
-
1942
- <div id="train_status_resp_by_citypair">
1943
- <div id="resp_by_citypair_subheading">
1944
- <div id="resp_by_citypair_subheading_trainname">
1945
- 162&nbsp;Northeast Regional
1946
- </div>
1947
- </div>
1948
-
1949
- <div id="resp_by_citypair_depart_status_details">
1950
-
1951
-
1952
- <div class="statusDetailsSection">
1953
- <div class="cityName">PVD</div>
1954
-
1955
-
1956
-
1957
-
1958
-
1959
-
1960
-
1961
- <div class="arriveDepartDelayedMsg"> Departed</div>
1962
- <div class="delayedMsg">43 minutes late</div>
1963
-
1964
- <div class="arriveDepartTime">2:11 pm</div>
1965
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
1966
-
1967
-
1968
-
1969
- <div class="scheduledArriveDepartMsg">
1970
- Scheduled Departure&nbsp;1:28 pm
1971
- </div>
1972
-
1973
-
1974
- </div>
1975
-
1976
- </div>
1977
-
1978
- <div id="resp_by_citypair_arrow_img">
1979
-
1980
-
1981
-
1982
-
1983
-
1984
-
1985
- <img src="/images/en/delayed-arrived.png" />
1986
-
1987
-
1988
-
1989
-
1990
-
1991
- </div>
1992
-
1993
- <div id="resp_by_citypair_arrive_status_details">
1994
-
1995
-
1996
- <div class="statusDetailsSection">
1997
- <div class="cityName">BBY</div>
1998
-
1999
-
2000
-
2001
-
2002
-
2003
-
2004
-
2005
- <div class="arriveDepartDelayedMsg"> Arrived</div>
2006
- <div class="delayedMsg">37 minutes late</div>
2007
-
2008
- <div class="arriveDepartTime">2:48 pm</div>
2009
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
2010
-
2011
-
2012
-
2013
-
2014
-
2015
-
2016
- <div class="scheduledArriveDepartMsg">
2017
- Scheduled Arrival&nbsp;2:13 pm
2018
- </div>
2019
-
2020
-
2021
-
2022
- </div>
2023
-
2024
- </div>
2025
-
2026
- </div>
2027
-
2028
- <div id="train_status_spacing"></div>
2029
-
2030
-
2031
- <div id="train_status_resp_by_citypair">
2032
- <div id="resp_by_citypair_subheading">
2033
- <div id="resp_by_citypair_subheading_trainname">
2034
- 2250&nbsp;Acela Express
2035
- </div>
2036
- </div>
2037
-
2038
- <div id="resp_by_citypair_depart_status_details">
2039
-
2040
-
2041
- <div class="statusDetailsSection">
2042
- <div class="cityName">PVD</div>
2043
-
2044
-
2045
-
2046
-
2047
-
2048
-
2049
-
2050
- <div class="arriveDepartDelayedMsg"> Departed</div>
2051
- <div class="delayedMsg">22 minutes late</div>
2052
-
2053
- <div class="arriveDepartTime">3:20 pm</div>
2054
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
2055
-
2056
-
2057
-
2058
- <div class="scheduledArriveDepartMsg">
2059
- Scheduled Departure&nbsp;2:58 pm
2060
- </div>
2061
-
2062
-
2063
- </div>
2064
-
2065
- </div>
2066
-
2067
- <div id="resp_by_citypair_arrow_img">
2068
-
2069
-
2070
-
2071
-
2072
-
2073
-
2074
- <img src="/images/en/delayed-arrived.png" />
2075
-
2076
-
2077
-
2078
-
2079
-
2080
- </div>
2081
-
2082
- <div id="resp_by_citypair_arrive_status_details">
2083
-
2084
-
2085
- <div class="statusDetailsSection">
2086
- <div class="cityName">BBY</div>
2087
-
2088
-
2089
-
2090
-
2091
-
2092
-
2093
-
2094
- <div class="arriveDepartDelayedMsg"> Arrived</div>
2095
- <div class="delayedMsg">15 minutes late</div>
2096
-
2097
- <div class="arriveDepartTime">3:56 pm</div>
2098
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
2099
-
2100
-
2101
-
2102
-
2103
-
2104
-
2105
- <div class="scheduledArriveDepartMsg">
2106
- Scheduled Arrival&nbsp;3:41 pm
2107
- </div>
2108
-
2109
-
2110
-
2111
- </div>
2112
-
2113
- </div>
2114
-
2115
- </div>
2116
-
2117
- <div id="train_status_spacing"></div>
2118
-
2119
-
2120
- <div id="train_status_resp_by_citypair">
2121
- <div id="resp_by_citypair_subheading">
2122
- <div id="resp_by_citypair_subheading_trainname">
2123
- 164&nbsp;Northeast Regional
2124
- </div>
2125
- </div>
2126
-
2127
- <div id="resp_by_citypair_depart_status_details">
2128
-
2129
-
2130
- <div class="statusDetailsSection">
2131
- <div class="cityName">PVD</div>
2132
-
2133
-
2134
-
2135
-
2136
-
2137
-
2138
-
2139
-
2140
-
2141
-
2142
-
2143
-
2144
- <div class="statusUnavailableMsg">Status currently unavailable</div>
2145
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
2146
-
2147
-
2148
-
2149
-
2150
- <div class="scheduledArriveDepartMsg">
2151
- Scheduled Departure&nbsp;4:30 pm
2152
- </div>
2153
-
2154
-
2155
- </div>
2156
-
2157
- </div>
2158
-
2159
- <div id="resp_by_citypair_arrow_img">
2160
-
2161
-
2162
-
2163
-
2164
-
2165
-
2166
-
2167
-
2168
-
2169
-
2170
-
2171
-
2172
-
2173
- <img src="/images/en/no-status-available-origin.png" />
2174
-
2175
-
2176
-
2177
-
2178
-
2179
-
2180
-
2181
-
2182
- </div>
2183
-
2184
- <div id="resp_by_citypair_arrive_status_details">
2185
-
2186
-
2187
- <div class="statusDetailsSection">
2188
- <div class="cityName">BBY</div>
2189
-
2190
-
2191
-
2192
-
2193
-
2194
-
2195
-
2196
-
2197
-
2198
-
2199
-
2200
-
2201
- <div class="statusUnavailableMsg">Status currently unavailable</div>
2202
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
2203
-
2204
-
2205
-
2206
-
2207
-
2208
-
2209
-
2210
- <div class="scheduledArriveDepartMsg">
2211
- Scheduled Arrival&nbsp;5:13 pm
2212
- </div>
2213
-
2214
-
2215
-
2216
- </div>
2217
-
2218
- </div>
2219
-
2220
- </div>
2221
-
2222
- <div id="train_status_spacing"></div>
2223
-
2224
-
2225
- <div id="train_status_resp_by_citypair">
2226
- <div id="resp_by_citypair_subheading">
2227
- <div id="resp_by_citypair_subheading_trainname">
2228
- 82&nbsp;Northeast Regional
2229
- </div>
2230
- </div>
2231
-
2232
- <div id="resp_by_citypair_depart_status_details">
2233
-
2234
-
2235
- <div class="statusDetailsSection">
2236
- <div class="cityName">PVD</div>
2237
-
2238
-
2239
-
2240
-
2241
-
2242
-
2243
-
2244
- <div class="arriveDepartDelayedMsg"> Departed</div>
2245
- <div class="delayedMsg">2 minutes late</div>
2246
-
2247
- <div class="arriveDepartTime">5:28 pm</div>
2248
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
2249
-
2250
-
2251
-
2252
- <div class="scheduledArriveDepartMsg">
2253
- Scheduled Departure&nbsp;5:26 pm
2254
- </div>
2255
-
2256
-
2257
- </div>
2258
-
2259
- </div>
2260
-
2261
- <div id="resp_by_citypair_arrow_img">
2262
-
2263
-
2264
-
2265
-
2266
-
2267
- <img src="/images/en/ontime-arrived.png" />
2268
-
2269
-
2270
-
2271
-
2272
-
2273
-
2274
- </div>
2275
-
2276
- <div id="resp_by_citypair_arrive_status_details">
2277
-
2278
-
2279
- <div class="statusDetailsSection">
2280
- <div class="cityName">BBY</div>
2281
-
2282
-
2283
-
2284
-
2285
-
2286
-
2287
- <div class="arriveDepartOntimeMsg"> Arrived</div>
2288
- <div class="ontimeMsg">4 minutes early</div>
2289
-
2290
-
2291
- <div class="arriveDepartTime">6:04 pm</div>
2292
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
2293
-
2294
-
2295
-
2296
-
2297
-
2298
-
2299
- <div class="scheduledArriveDepartMsg">
2300
- Scheduled Arrival&nbsp;6:10 pm
2301
- </div>
2302
-
2303
-
2304
-
2305
- </div>
2306
-
2307
- </div>
2308
-
2309
- </div>
2310
-
2311
- <div id="train_status_spacing"></div>
2312
-
2313
-
2314
- <div id="train_status_resp_by_citypair">
2315
- <div id="resp_by_citypair_subheading">
2316
- <div id="resp_by_citypair_subheading_trainname">
2317
- 88&nbsp;Northeast Regional
2318
- </div>
2319
- </div>
2320
-
2321
- <div id="resp_by_citypair_depart_status_details">
2322
-
2323
-
2324
- <div class="statusDetailsSection">
2325
- <div class="cityName">PVD</div>
2326
-
2327
-
2328
-
2329
-
2330
-
2331
-
2332
-
2333
- <div class="arriveDepartDelayedMsg"> Departed</div>
2334
- <div class="delayedMsg"> 23 minutes late</div>
2335
-
2336
- <div class="arriveDepartTime">6:50 pm</div>
2337
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
2338
-
2339
-
2340
-
2341
- <div class="scheduledArriveDepartMsg">
2342
- Scheduled Departure&nbsp;6:27 pm
2343
- </div>
2344
-
2345
-
2346
- </div>
2347
-
2348
- </div>
2349
-
2350
- <div id="resp_by_citypair_arrow_img">
2351
-
2352
-
2353
-
2354
-
2355
-
2356
-
2357
- <img src="/images/en/delayed-arrived.png" />
2358
-
2359
-
2360
-
2361
-
2362
-
2363
- </div>
2364
-
2365
- <div id="resp_by_citypair_arrive_status_details">
2366
-
2367
-
2368
- <div class="statusDetailsSection">
2369
- <div class="cityName">BBY</div>
2370
-
2371
-
2372
-
2373
-
2374
-
2375
-
2376
-
2377
- <div class="arriveDepartDelayedMsg"> Arrived</div>
2378
- <div class="delayedMsg"> 14 minutes late</div>
2379
-
2380
- <div class="arriveDepartTime">7:28 pm</div>
2381
- <div class="arriveDepartDate">Sat, Dec 6 2014</div>
2382
-
2383
-
2384
-
2385
-
2386
-
2387
-
2388
- <div class="scheduledArriveDepartMsg">
2389
- Scheduled Arrival&nbsp;7:14 pm
2390
- </div>
2391
-
2392
-
2393
-
2394
- </div>
2395
-
2396
- </div>
2397
-
2398
- </div>
2399
-
2400
- <div id="train_status_spacing"></div>
2401
-
2402
- </div>
2403
-
2404
-
2405
-
2406
-
2407
- <div id="pagination_bar">
2408
- <div id="pagination_data"></div>
2409
- <div id="pagination_nav"></div>
2410
- <br class="clear_both" />
2411
- </div>
2412
-
2413
- <hr class="after_pagination_bar" />
2414
-
2415
- <br class="clear_both" />
2416
- <div id="loadingtrain" style="display:none">Loading...</div>
2417
- <div id="loadingfailed" style="display: none">We're sorry, we're unable to process your request.<img src="/images/en/error_icon.gif"></div>
2418
-
2419
-
2420
-
2421
- <meta name="WT.cg_s" content="status" />
2422
-
2423
- <meta name="DCSext.NBR" content="preencoded:178;66;150;2290;160;162;2250;164;82;88" />
2424
- <meta name="DCSext.ORG" content="PVD" />
2425
- <meta name="DCSext.DST" content="BBY" />
2426
- <meta name="DCSext.DDT" content="2014/12/05" />
2427
- <meta name="DCSext.ADT" content="2014/12/06" />
2428
-
2429
-
2430
-
2431
- </form>
2432
- </div>
2433
- <br class="clear_both" />
2434
- </div>
2435
2221
  </div>
2436
2222
  </div>
2437
2223
 
@@ -2446,8 +2232,6 @@ document.write('<meta name="DCSext.PROFILE" content="'+getProfileStr()+'" />');
2446
2232
  </script>
2447
2233
  <meta name="WT.cg_n" content="booking" />
2448
2234
 
2449
- <meta name="DCSext.REDISP" content="Y" />
2450
-
2451
2235
 
2452
2236
 
2453
2237
  <!-- START OF SmartSource Data Collector TAG -->
@@ -2689,7 +2473,7 @@ function updateDateState(){
2689
2473
  <script language="JavaScript" type="text/javascript">
2690
2474
  <!--
2691
2475
  var booking_min_date = new Date();
2692
- var booking_max_date = new Date(2015, 10, 7);
2476
+ var booking_max_date = new Date(2016, 3, 2);
2693
2477
  function calConfig(itdUniqueId, cal, minDate, maxDate) {
2694
2478
  cal.cfg.setProperty("close", true);
2695
2479
  cal.cfg.setProperty("iframe", true);
@@ -2720,7 +2504,7 @@ var returnDaysAhead = 1;
2720
2504
  <script language="JavaScript" type="text/javascript">
2721
2505
  <!--
2722
2506
  var itd_cal1 = new YAHOO.widget.Calendar("itd_cal1", "calContainer1");
2723
- calConfig("1", itd_cal1, new Date(), new Date(2015, 10, 7));
2507
+ calConfig("1", itd_cal1, new Date(), new Date(2016, 3, 2));
2724
2508
  //-->
2725
2509
  </script>
2726
2510
  <script language="JavaScript" type="text/javascript">
@@ -2781,31 +2565,31 @@ function timeChanged() {
2781
2565
  <script language="JavaScript" type="text/javascript">
2782
2566
  <!--
2783
2567
  var itd_cal2 = new YAHOO.widget.Calendar("itd_cal2", "calContainer2");
2784
- calConfig("2", itd_cal2, new Date(), new Date(2015, 10, 7));
2568
+ calConfig("2", itd_cal2, new Date(), new Date(2016, 3, 2));
2785
2569
  //-->
2786
2570
  </script>
2787
2571
  <script language="JavaScript" type="text/javascript">
2788
2572
  <!--
2789
2573
  var itd_cal15 = new YAHOO.widget.Calendar("itd_cal15", "calContainer15");
2790
- calConfig("15", itd_cal15, new Date(), new Date(2015, 10, 7));
2574
+ calConfig("15", itd_cal15, new Date(), new Date(2016, 3, 2));
2791
2575
  //-->
2792
2576
  </script>
2793
2577
  <script language="JavaScript" type="text/javascript">
2794
2578
  <!--
2795
- var itd_cal10 = new YAHOO.widget.Calendar("itd_cal10", "calContainer10");
2796
- calConfig("10", itd_cal10, new Date(2014, 11, 2), new Date(2014, 11, 12));
2579
+ var itd_cal10 = new YAHOO.widget.CalendarGroup("itd_cal10", "calContainer10", {PAGES:2});
2580
+ calConfig("10", itd_cal10, new Date(2015, 3, 28), new Date(2015, 4, 8));
2797
2581
  //-->
2798
2582
  </script>
2799
2583
  <script language="JavaScript" type="text/javascript">
2800
2584
  <!--
2801
- var itd_cal11 = new YAHOO.widget.Calendar("itd_cal11", "calContainer11");
2802
- calConfig("11", itd_cal11, new Date(2014, 11, 2), new Date(2014, 11, 12));
2585
+ var itd_cal11 = new YAHOO.widget.CalendarGroup("itd_cal11", "calContainer11", {PAGES:2});
2586
+ calConfig("11", itd_cal11, new Date(2015, 3, 28), new Date(2015, 4, 8));
2803
2587
  //-->
2804
2588
  </script>
2805
2589
  <script language="JavaScript" type="text/javascript">
2806
2590
  <!--
2807
2591
  var itd_cal5 = new YAHOO.widget.Calendar("itd_cal5", "calContainer5");
2808
- calConfig("5", itd_cal5, new Date(), new Date(2015, 10, 7));
2592
+ calConfig("5", itd_cal5, new Date(), new Date(2016, 3, 2));
2809
2593
  //-->
2810
2594
  </script>
2811
2595
  </body>