修复 CSS、JS 路径错误

mobile-first
LiaoYijun 6 years ago
parent 2b130fe823
commit be37220b15

@ -118,8 +118,8 @@ if ($ip)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="http://data.arachina.com/information-view/tools/min/?a&f=/bootstrap/css/bootstrap.min.css,/information/js/i18n/jquery.ui.datepicker/smoothness/jquery.min.css" rel="stylesheet" type="text/css"/>
<script src="http://data.arachina.com/information-view/tools/min/?a&f=/information/js/jquery.min.js,/information/js/jquery-migrate.js,/js/i18n/dp.js,/js/i18n/dp.ja.js,/information/js/jQuery.highlight.js"></script>
<link href="/css/another/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<script src="/js/jquery.min.js"></script>
<style type="text/css">
@media (min-width: 768px) {
.container {width: 750px;}
@ -325,10 +325,6 @@ pre {margin-top: 5px;font-size: 0.8em;}
var iLeft = (window.screen.width-10-iWidth)/2; //获得窗口的水平位置;
window.open(url,name,'height='+iHeight+',,innerHeight='+iHeight+',width='+iWidth+',innerWidth='+iWidth+',top='+iTop+',left='+iLeft+',toolbar=no,menubar=no,scrollbars=auto,resizeable=no,location=no,status=no');
}
$('#start_date,#end_date,#train_date').datepicker({
changeMonth: true,
changeYear: true
});;
$('a.js_win').on('click', function() {
var _sn = $(this).attr('data-sn');
var _url = '/train/china-trains/search/log_data/'+_sn+'/';
@ -354,20 +350,6 @@ pre {margin-top: 5px;font-size: 0.8em;}
$(this).prop('disabled', true);
$('#sform').submit();
})
//高亮
var css = {
color: 'black',
background: 'yellow',
ignoreCase: true,
wholeWord: false,
bold: false
};
if ($('table.table a').length) {
$('table.table a').highlight('orders', css);
$('table.table a').highlight('thankyou', css);
$('table.table a').highlight('save', css);
$('table.table a').highlight('forms', css);
}
</script>
</body>
</html>
Loading…
Cancel
Save