This commit is contained in:
2025-05-22 16:39:48 +08:00
parent f3eb861ff4
commit 756392afc7
12 changed files with 699 additions and 561 deletions

View File

@@ -346,7 +346,7 @@
.footer { .footer {
width: 100%; width: 100%;
background-color: #428ae2; background-color:#012169;
} }
.footer .bianma { .footer .bianma {

View File

@@ -35,7 +35,8 @@
</div> </div>
</div> </div>
</div> </div>
<p style="padding-bottom: 20px;">E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p> <p style="padding-bottom: 20px;" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
</div> </div>
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script> <script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
@@ -250,3 +251,4 @@
</script> </script>
<script src="./js/footer.js"></script>

View File

@@ -83,7 +83,9 @@
<!-- &lt;!&ndash; <li><a href="z_f13-1.html" target="_blank">Conferences</a></li>&ndash;&gt;--> <!-- &lt;!&ndash; <li><a href="z_f13-1.html" target="_blank">Conferences</a></li>&ndash;&gt;-->
<!-- </ul>--> <!-- </ul>-->
<!-- <br clear="both">--> <!-- <br clear="both">-->
</div> </div>
<div class="daohang_bottom_line"></div>
<div class="bianma"> <div class="bianma">
<div> <div>
Copyright © <b class="time_year"></b> TMR Publishing Group Limited. Copyright © <b class="time_year"></b> TMR Publishing Group Limited.
@@ -92,16 +94,19 @@
<div class="delog_tc"> <div class="delog_tc">
<p> <p>
Disclaimer: All publications' positions, perspectives, and data are solely those of the authors and Disclaimer: All publications' positions, perspectives, and data are solely those of the authors and
contributors. TMR Publishing Group disclaims no liability for any injury to any person or property resulting contributors. TMR Publishing Group disclaims no liability for any injury to any person or property
from any position, idea, method, description, or product mentioned in the publication. In addition, TMR resulting
Publishing Group stays neutral with regard to jurisdictional claims in published maps, online maps, and from any position, idea, method, description, or product mentioned in the publication. In addition,
TMR
Publishing Group stays neutral with regard to jurisdictional claims in published maps, online maps,
and
institutional affiliations. institutional affiliations.
</p> </p>
<div class="triacoud"></div> <div class="triacoud"></div>
</div> </div>
</div> </div>
</div> </div>
<p style="padding-bottom: 20px;">E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p> <p style="padding-bottom: 20px;" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
</div> </div>
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script> <script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
@@ -124,18 +129,18 @@
str += '<li><a href="afoor_text.html?&footer_id=' + arr[i][j].footer_id + '" target="_blank">' + arr[i][j].footer_title + '</a></li>' str += '<li><a href="afoor_text.html?&footer_id=' + arr[i][j].footer_id + '" target="_blank">' + arr[i][j].footer_title + '</a></li>'
} }
str += '</ul>' str += '</ul>'
}else if (i == 'Publisher Information') { } else if (i == 'Publisher Information') {
str += '<ul style="width: 310px"><h3>' + i + '</h3>' str += '<ul style="width: 310px"><h3>' + i + '</h3>'
for (var j = 0; j < arr[i].length; j++) { for (var j = 0; j < arr[i].length; j++) {
str += '<li><a href="afoor_text.html?&footer_id=' + arr[i][j].footer_id + '" target="_blank">' + arr[i][j].footer_title + '</a></li>' str += '<li><a href="afoor_text.html?&footer_id=' + arr[i][j].footer_id + '" target="_blank">' + arr[i][j].footer_title + '</a></li>'
} }
str += '</ul>' str += '</ul>'
}else if (i == 'Products') { } else if (i == 'Products') {
str += '<ul style="width: 340px"><h3>' + i + '</h3>' str += '<ul style="width: 340px"><h3>' + i + '</h3>'
str += '<li><a href="atr_wisdom.html?&wis_dom=0" target="_blank">Journals</a></li>' + str += '<li><a href="atr_wisdom.html?&wis_dom=0" target="_blank">Journals</a></li>' +
'<li><a href="booker_list.html?bo_id=0" target="_blank">Books</a></li>' + '<li><a href="booker_list.html?bo_id=0" target="_blank">Books</a></li>' +
'<li><a href="https://submission.tmrjournals.com" target="_blank">TMR submission and tracking system</a></li>' + '<li><a href="https://submission.tmrjournals.com" target="_blank">TMR submission and tracking system</a></li>' +
'<li><a href="atr_wisdom.html?&wis_dom=0" target="_blank">Intelligent journal selection system</a></li>'+ '<li><a href="atr_wisdom.html?&wis_dom=0" target="_blank">Intelligent journal selection system</a></li>' +
'<li><a href="rev_ver.html" target="_blank">Scientist community</a></li>' + '<li><a href="rev_ver.html" target="_blank">Scientist community</a></li>' +
'<li><a href="/tmrde" target="_blank">TMRDE</a></li>' '<li><a href="/tmrde" target="_blank">TMRDE</a></li>'
for (var j = 0; j < arr[i].length; j++) { for (var j = 0; j < arr[i].length; j++) {
@@ -156,7 +161,9 @@
$('.daohang').html(str + '<br clear="both">'); $('.daohang').html(str + '<br clear="both">');
var data= new Date
var data = new Date
$('.time_year').html(data.getFullYear()) $('.time_year').html(data.getFullYear())
// 获取地址判断国家跳转 // 获取地址判断国家跳转
@@ -212,3 +219,4 @@
</script> </script>
<script src="./js/footer.js"></script>

View File

@@ -305,7 +305,8 @@
<br clear="both"> <br clear="both">
<div class="bianma"> <div class="bianma">
<p>Copyright © TMR Publishing Group Limited. </p> <p>Copyright © TMR Publishing Group Limited. </p>
<p style="padding-bottom:2px;">E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p> <p style="padding-bottom: 2px;" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -300,7 +300,8 @@
</div> </div>
<div class="bianma"> <div class="bianma">
<p>Copyright © TMR Publishing Group Limited. </p> <p>Copyright © TMR Publishing Group Limited. </p>
<p>E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p> <p style="" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
</div> </div>
</div> </div>

View File

@@ -8524,6 +8524,7 @@ function shouldColor(rowIndex, cellIndex, row) {
return false; return false;
} }
function addRowIdToData(data) { function addRowIdToData(data) {
console.log('data at line 8526:', data)
let idCounter = 0; // Initialize an ID counter let idCounter = 0; // Initialize an ID counter
// Iterate through each row // Iterate through each row
@@ -8537,11 +8538,13 @@ function addRowIdToData(data) {
const cell = data[i][j]; const cell = data[i][j];
// If the cell has a rowspan attribute, propagate the same ID across all affected rows // If the cell has a rowspan attribute, propagate the same ID across all affected rows
if (cell.rowspan && cell.rowspan > 1) { if (cell&&cell.text&&cell.rowspan && cell.rowspan > 1) {
for (let k = 0; k < cell.rowspan; k++) { for (let k = 0; k < cell.rowspan; k++) {
if (data[i + k]) { if (data[i + k]) {
// Ensure that all cells in the same column and across the rows have the same rowId // Ensure that all cells in the same column and across the rows have the same rowId
data[i + k][j].rowId = `row-${idCounter - 1}`; data[i + k][j] ={...data[i + k][j],rowId:`row-${idCounter - 1}`} ;
} }
} }
} }

37
js/footer.js Normal file
View File

@@ -0,0 +1,37 @@
function initFooter() {
// const $daohang = $('.footer .daohang');
// $daohang.nextUntil('.daohang_bottom_line').remove(); // 删除中间所有元素,直到 .busuna 前的所有兄弟
console.log(11)
$('.footer .daohang').css({
'border-bottom':'none',
})
$('.daohang_bottom_line').css({
'background': 'red',
'height': '6px',
'border-top': '0.5px solid #fff',
'border-bottom': '0.5px solid #fff',
'width': '1300px',
'margin': '0 auto',
})
$('.footer-bottom-email').css({
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
})
$('.footer-bottom-email-line').css({
'font-weight': '700',
/* width: 3px; */
/* display: inline-block; */
'border': '2px solid #fff',
/* height: 16px; */
'line-height': '14px',
'margin': '0px 10px',
'height': '12px',
'display': 'inline-block',
})
}
initFooter()

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@ $('.footer').load('footer_in.html')
// 首页内容 // 首页内容
function scien_list() { function scien_list() {
 
} }

View File

@@ -420,6 +420,7 @@ $.ajax({
$('.footer .daohang').html(str); $('.footer .daohang').html(str);
} else { } else {
// ShowDanger("请求失败!"); // ShowDanger("请求失败!");
} }

View File

@@ -1,21 +1,23 @@
<!doctype html> <!doctype html>
<html lang="zh"> <html lang="zh">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Life Research</title> <title>Life Research</title>
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/> <link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="../style/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../js/selectivity/selectivity-jquery.css"> <link rel="stylesheet" type="text/css" href="../js/selectivity/selectivity-jquery.css">
<link rel="stylesheet" type="text/css" href="../js/swiper/swiper.min.css"> <link rel="stylesheet" type="text/css" href="../js/swiper/swiper.min.css">
<link rel="stylesheet" type="text/css" href="js/type.css"/> <link rel="stylesheet" type="text/css" href="js/type.css" />
<script type='text/javascript' <script type='text/javascript'
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons' src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
async='async'></script> async='async'></script>
</head> </head>
<body> <body>
<div id="col-content"> <div id="col-content">
<div id="top_bar"> <div id="top_bar">
<!--头部--> <!--头部-->
<div class="top"> <div class="top">
@@ -110,13 +112,13 @@
<!--期刊图片--> <!--期刊图片-->
</div> </div>
</div> </div>
<!-- <div class="swiper-pagination"></div>--> <!-- <div class="swiper-pagination"></div>-->
<!-- <div class="swiper-button-prev" style="left:0;top: 280px;">--> <!-- <div class="swiper-button-prev" style="left:0;top: 280px;">-->
<!-- <img src="img/prev.png" alt="">--> <!-- <img src="img/prev.png" alt="">-->
<!-- </div>--> <!-- </div>-->
<!-- <div class="swiper-button-next" style="right:18px;top: 280px;">--> <!-- <div class="swiper-button-next" style="right:18px;top: 280px;">-->
<!-- <img src="img/next.png" alt="">--> <!-- <img src="img/next.png" alt="">-->
<!-- </div>--> <!-- </div>-->
</div> </div>
@@ -167,7 +169,8 @@
<div> <div>
<h2> <h2>
Online First Online First
<a href="../article_list.html?J_num=14&o_id=14" class="more" target="_blank" style="margin-top: 10px;"> <a href="../article_list.html?J_num=14&o_id=14" class="more" target="_blank"
style="margin-top: 10px;">
<i class="fa fa-chevron-circle-right"></i> <i class="fa fa-chevron-circle-right"></i>
</a> </a>
</h2> </h2>
@@ -305,7 +308,8 @@
<i class="fa fa-hand-o-right" aria-hidden="true" style="margin-right: 5px"></i>Search <i class="fa fa-hand-o-right" aria-hidden="true" style="margin-right: 5px"></i>Search
</a> </a>
<span class="es_serch_span" <span class="es_serch_span"
style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please choose topics</span> style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please choose
topics</span>
</div> </div>
<div> <div>
<a href="../tmrde" target="_blank"> <a href="../tmrde" target="_blank">
@@ -345,12 +349,14 @@
</div> </div>
<div class="bianma"> <div class="bianma">
<p>Copyright © TMR Publishing Group Limited. </p> <p>Copyright © TMR Publishing Group Limited. </p>
<p>E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p> <p style="" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span
class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
<p style="padding-bottom:10px;">津ICP备15006701号-13</p> <p style="padding-bottom:10px;">津ICP备15006701号-13</p>
</div> </div>
</div> </div>
</div> </div>
</body> </body>
<script src="../js/jquery.min.js"></script> <script src="../js/jquery.min.js"></script>
<script src="../js/return-top.js"></script> <script src="../js/return-top.js"></script>
@@ -372,4 +378,5 @@
}); });
</script> </script>
</html> </html>

View File

@@ -1437,7 +1437,7 @@ input.disable {
/*****************footer****************/ /*****************footer****************/
.footer { .footer {
background-color: #428ae2; background-color: #012169;
background-size: 100% auto; background-size: 100% auto;
} }