|
|
|
@ -0,0 +1,56 @@
|
|
|
|
|
<div class="train-search autocomplete" id="searchbox">
|
|
|
|
|
|
|
|
|
|
<h3 class="text-center">China Train Ticket Booking</h3>
|
|
|
|
|
<ul class="nav nav-tabs" id="navtraintop">
|
|
|
|
|
<li role="presentation" class="mainland active"><a href="javascript:;">China Train</a></li>
|
|
|
|
|
<li role="presentation" class="intel"><a href="javascript:;">Int’l Train from China</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<form action="https://www.trainspread.com/trains/search_result/" method="POST" name="ZZform1" target="_self" class="formWrap form-inline jsbox" onsubmit="return Chk_InnerTrainForm();">
|
|
|
|
|
<div class="flex-row">
|
|
|
|
|
<div class="flex-col-4">
|
|
|
|
|
<input name="Txt_FZ_1" id="Txt_FZ_1" type="text" class="inputBox form-control" autocomplete="off" placeholder="From">
|
|
|
|
|
<input default="" id="Code_Txt_FZ_1" name="Code_Txt_FZ_1" type="hidden" value="" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flex-col-4">
|
|
|
|
|
<input name="Txt_DZ_1" id="Txt_DZ_1" type="text" class="inputBox form-control" autocomplete="off" placeholder="To">
|
|
|
|
|
<input default="" id="Code_Txt_DZ_1" name="Code_Txt_DZ_1" type="hidden" value="" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flex-col-4">
|
|
|
|
|
<div class="relative">
|
|
|
|
|
<input class="calendar3 form-control " id="stationDate_1" name="stationDate_1" placeholder="Date" type="text" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flex-col-4">
|
|
|
|
|
<button type="submit" class="btn-orange">Search<span class="tag search-icon"></span></button>
|
|
|
|
|
<input type="hidden" name="si" id="si" value="1">
|
|
|
|
|
<input type="hidden" name="utm_source" id="utm_source" value="32150">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<form action="https://www.trainspread.com/trains/search_result/" method="POST" name="ZZform1" target="_self" class="formWrap form-inline jsbox hidden" onsubmit="return Chk_IntelTrainForm();">
|
|
|
|
|
<div class="flex-row">
|
|
|
|
|
<div class="flex-col-4">
|
|
|
|
|
<select class="inputBox form-control intel-input" name="IT_Txt_FZ_1" id="IT_Txt_FZ_1"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flex-col-4">
|
|
|
|
|
<select class="inputBox form-control intel-input" name="IT_Txt_DZ_1" id="IT_Txt_DZ_1">
|
|
|
|
|
<option value="">Please Select</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flex-col-4">
|
|
|
|
|
<input class="calendar3 form-control" id="stationDate_IT_1" name="stationDate_IT_1" placeholder="Date" type="text" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flex-col-4">
|
|
|
|
|
<button type="submit" class="btn-orange">Search<span class="tag search-icon"></span></button>
|
|
|
|
|
<input type="hidden" name="ItelTrain" id="ItelTrain" value="0">
|
|
|
|
|
<input type="hidden" name="utm_source" id="utm_source2" value="32150">
|
|
|
|
|
</div>
|
|
|
|
|
<span id="ItelMsg_1"></span>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<link href="https://data.chinatravel.com/css/newcss3/flatpickr.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<link href="https://data.chinatravel.com/js/mobile-first/train/train-search.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<script defer type="text/javascript" src="https://data.chinahighlights.com/js/train/StationInfo.js"></script>
|
|
|
|
|
<script src="https://data.chinatravel.com/js/mobile-first/train/train.js"></script>
|