日历控件集成,减少单独调用时间

hotfix/paypal-note
赵鹏 5 years ago
parent 33c2f5ab9f
commit 2411380993

@ -958,7 +958,7 @@ class Information extends CI_Controller
$productCode = $meta_ct_page_value; $productCode = $meta_ct_page_value;
} }
$addonJs .= '<script src="'.$jscdn.'/js/mobile-first/daytripdetail.js"></script>'; $addonJs .= '<script src="'.$jscdn.'/js/mobile-first/daytripdetail.js"></script>';
$addonJs .= '<script src="'.$jscdn.'/js/mobile-first/flatpickr.js"></script>'; //$addonJs .= '<script src="'.$jscdn.'/js/mobile-first/flatpickr.js"></script>';
$data["ADDONCSS"] .= '<link href="' . $jscdn . '/css/newcss3/flatpickr.css" rel="stylesheet" />'; $data["ADDONCSS"] .= '<link href="' . $jscdn . '/css/newcss3/flatpickr.css" rel="stylesheet" />';
} }
$data["productType"] = $productType; $data["productType"] = $productType;

@ -42,7 +42,7 @@
<input type="hidden" name="cof" value="FORID:11" /> <input type="hidden" name="cof" value="FORID:11" />
<div class="relative"> <div class="relative">
<input type="text" class="siteser" placeholder="Site Search..." name="q"> <input type="text" class="siteser" placeholder="Site Search..." name="q">
<button type="submit" class="sitebtn"><span class="sitebtn-ser"></span></button> <button type="submit" class="sitebtn" name="searchbtn"><span class="sitebtn-ser"></span></button>
</div> </div>
</form> </form>
</li> </li>

@ -117,7 +117,7 @@
<input type="hidden" value="016808570474272112209:2xv5z3olaus" name="cx"> <input type="hidden" value="016808570474272112209:2xv5z3olaus" name="cx">
<input type="hidden" value="FORID:11" name="cof"> <input type="hidden" value="FORID:11" name="cof">
<input type="text" onfocus="this.value = ''" class="strkeys" placeholder="site search" name="q"> <input type="text" onfocus="this.value = ''" class="strkeys" placeholder="site search" name="q">
<button type="submit" class="submits"><i class="fa fa-search" aria-hidden="true"></i></button> <button type="submit" class="submits" name="searchbtn"><i class="fa fa-search" aria-hidden="true"></i></button>
</form> </form>
<ul class="circle-ul font20 m-top30"> <ul class="circle-ul font20 m-top30">
<li><a href="/china-tours/theme/china-panda-tours/">China Panda</a></li> <li><a href="/china-tours/theme/china-panda-tours/">China Panda</a></li>

Loading…
Cancel
Save