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,47 +161,49 @@
$('.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())
// 获取地址判断国家跳转 // 获取地址判断国家跳转
$.ajax({ $.ajax({
type: 'post', url: apiUrl + 'api/Main/getIpLocation', type: 'post', url: apiUrl + 'api/Main/getIpLocation',
data: { data: {
"ip": returnCitySN["cip"] "ip": returnCitySN["cip"]
}, },
success: function (result) { success: function (result) {
if (result.code == 0) { if (result.code == 0) {
// console.log(returnCitySN["cip"]+','+returnCitySN["cname"]) // console.log(returnCitySN["cip"]+','+returnCitySN["cname"])
// console.log(returnCitySN["cip"].split('.')[0]) // console.log(returnCitySN["cip"].split('.')[0])
// console.log(returnCitySN["cname"]) // console.log(returnCitySN["cname"])
var loca_ip = window.location.href.split('/')[2].match(/www.tmrjournals.(.*)/)[1] var loca_ip = window.location.href.split('/')[2].match(/www.tmrjournals.(.*)/)[1]
if (result.data.country == 'gn') { if (result.data.country == 'gn') {
if (loca_ip != 'cn') { if (loca_ip != 'cn') {
var loca_zd = window.location.href.match(/https:\/\/www.tmrjournals.com(.*)/)[1] var loca_zd = window.location.href.match(/https:\/\/www.tmrjournals.com(.*)/)[1]
window.parent.location.href = "https://www.tmrjournals.cn" + loca_zd window.parent.location.href = "https://www.tmrjournals.cn" + loca_zd
} }
} }
if (result.data.country == 'gw') { if (result.data.country == 'gw') {
if (loca_ip != 'com') { if (loca_ip != 'com') {
var loca_zd = window.location.href.match(/https:\/\/www.tmrjournals.cn(.*)/)[1] var loca_zd = window.location.href.match(/https:\/\/www.tmrjournals.cn(.*)/)[1]
window.parent.location.href = "https://www.tmrjournals.com" + loca_zd window.parent.location.href = "https://www.tmrjournals.com" + loca_zd
} }
} }
if (result.data.country == 'jyw') { if (result.data.country == 'jyw') {
} }
} else { } else {
// ShowDanger("请求失败!"); // ShowDanger("请求失败!");
} }
}, },
error: function () { error: function () {
ShowDanger("error"); ShowDanger("error");
} }
}) })
} else { } else {
// ShowDanger("请求失败!"); // ShowDanger("请求失败!");
@@ -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() {
 
} }
@@ -736,14 +736,14 @@ function sy_index() {
arr[i].jabbr + '</a> | ' + arr[i].stage_year + '</span>' + arr[i].jabbr + '</a> | ' + arr[i].stage_year + '</span>' +
'<a target="_blank" href="article.html?J_num=' + arr[i].journal_id + '&a_id=' + arr[i].article_id + '"><p>' '<a target="_blank" href="article.html?J_num=' + arr[i].journal_id + '&a_id=' + arr[i].article_id + '"><p>'
+ arr[i].title + '</p></a></div>' + arr[i].title + '</p></a></div>'
} else if (arr[i].stage_year && str2_num_2 < 1) { } else if (arr[i].stage_year && str2_num_2 < 1) {
str2_num_2 = str2_num_2 + 1 str2_num_2 = str2_num_2 + 1
str2_2 += '<div><img src="' + imgarticleUrl + arr[i].icon + '" alt="">' + str2_2 += '<div><img src="' + imgarticleUrl + arr[i].icon + '" alt="">' +
'<span>' + arr[i].abbr + '. | <a style="color: #006699" target="_blank" href="/' + arr[i].usx + '">' + '<span>' + arr[i].abbr + '. | <a style="color: #006699" target="_blank" href="/' + arr[i].usx + '">' +
arr[i].jabbr + '</a> | ' + arr[i].stage_year + '</span>' + arr[i].jabbr + '</a> | ' + arr[i].stage_year + '</span>' +
'<a target="_blank" href="article.html?J_num=' + arr[i].journal_id + '&a_id=' + arr[i].article_id + '"><p>' '<a target="_blank" href="article.html?J_num=' + arr[i].journal_id + '&a_id=' + arr[i].article_id + '"><p>'
+ arr[i].title + '</p></a></div>' + arr[i].title + '</p></a></div>'
} else if (arr[i].stage_year && str3_num < 3) { } else if (arr[i].stage_year && str3_num < 3) {
str3_num = str3_num + 1 str3_num = str3_num + 1
str3 += '<div><span>' + arr[i].abbr + '. | <a style="color: #006699" target="_blank" href="/' + arr[i].usx + '">' + str3 += '<div><span>' + arr[i].abbr + '. | <a style="color: #006699" target="_blank" href="/' + arr[i].usx + '">' +
arr[i].jabbr + '</a> | ' + arr[i].stage_year + '</span>' + arr[i].jabbr + '</a> | ' + arr[i].stage_year + '</span>' +

View File

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

View File

@@ -1,356 +1,362 @@
<!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">
<!-- 订阅弹出--> <!-- 订阅弹出-->
<div id="mask" class="mask" style="height: 5367px; width: 1903px; display: none;"></div> <div id="mask" class="mask" style="height: 5367px; width: 1903px; display: none;"></div>
<div class="dingyue" style="display: none;"> <div class="dingyue" style="display: none;">
<div class="mainbox"> <div class="mainbox">
<div class="mb_close">X</div> <div class="mb_close">X</div>
<div class="mb_form"> <div class="mb_form">
<p>Subscribe to receive latest research and news from <b>Life Research</b></p> <p>Subscribe to receive latest research and news from <b>Life Research</b></p>
<div style="margin-left: 10px"> <div style="margin-left: 10px">
<label>E-mail </label><b>*</b> <label>E-mail </label><b>*</b>
<input type="text" id="emapl" value="" <input type="text" id="emapl" value=""
placeholder="Please&nbsp;enter&nbsp;a valid&nbsp;E-mail&nbsp;address"> placeholder="Please&nbsp;enter&nbsp;a valid&nbsp;E-mail&nbsp;address">
<br><span class="spa spa1"></span> <br><span class="spa spa1"></span>
</div> </div>
<div style="text-align: right;margin-right: 16px;"> <div style="text-align: right;margin-right: 16px;">
<label></label> <label></label>
<input type="submit" value="Cancel" class="yue_close"> <input type="submit" value="Cancel" class="yue_close">
<input type="submit" value="Subscribe" class="yue_add" <input type="submit" value="Subscribe" class="yue_add"
style="background-color: rgb(16, 81, 162);"> style="background-color: rgb(16, 81, 162);">
</div>
</div> </div>
</div> </div>
</div> </div>
<div class="jour_ts">
<div class="mainbox">
<h2>Successful</h2>
<br>Thank you for subscribing.
<br><br>A confirmation email has been sent to you.
<br>
<input type="submit" value="OK!" class="tishi_author"
style="background-color: rgb(16, 81, 162);">
</div>
</div>
</div> </div>
<div class="jour_ts"> <div class="nav_ban rgb_color_background">
<div class="mainbox"> <div>
<h2>Successful</h2> <div style="height: 6px"></div>
<br>Thank you for subscribing. <div class="top_logo">
<br><br>A confirmation email has been sent to you. <a class="home_logo" onclick="window.parent.location.href='https://www.tmrjournals.cn'">
<br> <img src="img/tmr.png" alt="" style="width: 70px">
<input type="submit" value="OK!" class="tishi_author" <span style="font-size: 14px; margin-left: 10px;">Browse Journals</span>
style="background-color: rgb(16, 81, 162);"> </a>
</div>
<div class="search_for">
<input type="text" placeholder="Search for Articles" value="" class="sfor_inp">
<input class="sfor_btn" type="button" value="Search">
</div>
</div>
<div class="biaot_dh">
<h1>
<a href="/lr">Life Research</a>
<div class="top_sea">
<b style="margin-right: 10px">
<a href="../draw_up.html?issn=2624-0548" target="_blank">
<i class="fa fa-envelope" style="margin-right: 5px"></i>Subscribe
</a>
</b>
<b style="margin-right: 10px">
<a href="https://submission.tmrjournals.com/submission?journal=128" target="_blank">
<i class="fa fa-pencil-square" style="margin-right: 5px"></i>Submission System
</a>
</b>
<b>
<a href="../gue_edit.html?J_num=14" target="_blank" class="top_edit">
<i class="fa fa-address-card" style="margin-right: 5px"></i>Edit a Special Issue
</a>
</b>
</div>
</h1>
</div>
<div style="height: 35px;line-height: 35px;">
<p style="font-size: 16px;font-weight: 600;color: #000">A Journal of Bio-Psycho-Social Medicine</p>
</div> </div>
</div> </div>
</div> </div>
<div class="nav_ban rgb_color_background">
<!-- 轮播-->
<div class="banner">
<div class="ex_fem">
<img src=" " alt="">
<a href="../article_list.html?J_num=14&n_id=14" target="_blank">More</a>
</div>
<div class="swiper-container">
<div class="swiper-wrapper">
<!--期刊图片-->
</div>
</div>
<!-- <div class="swiper-pagination"></div>-->
<!-- <div class="swiper-button-prev" style="left:0;top: 280px;">-->
<!-- <img src="img/prev.png" alt="">-->
<!-- </div>-->
<!-- <div class="swiper-button-next" style="right:18px;top: 280px;">-->
<!-- <img src="img/next.png" alt="">-->
<!-- </div>-->
</div>
<div class="among top_ics">
<!--话题-->
<div> <div>
<div style="height: 6px"></div> <h2>
<div class="top_logo"> Topics
<a class="home_logo" onclick="window.parent.location.href='https://www.tmrjournals.cn'"> </h2>
<img src="img/tmr.png" alt="" style="width: 70px">
<span style="font-size: 14px; margin-left: 10px;">Browse Journals</span>
</a>
</div>
<div class="search_for">
<input type="text" placeholder="Search for Articles" value="" class="sfor_inp">
<input class="sfor_btn" type="button" value="Search">
</div>
</div>
<div class="biaot_dh">
<h1>
<a href="/lr">Life Research</a>
<div class="top_sea">
<b style="margin-right: 10px">
<a href="../draw_up.html?issn=2624-0548" target="_blank">
<i class="fa fa-envelope" style="margin-right: 5px"></i>Subscribe
</a>
</b>
<b style="margin-right: 10px">
<a href="https://submission.tmrjournals.com/submission?journal=128" target="_blank">
<i class="fa fa-pencil-square" style="margin-right: 5px"></i>Submission System
</a>
</b>
<b>
<a href="../gue_edit.html?J_num=14" target="_blank" class="top_edit">
<i class="fa fa-address-card" style="margin-right: 5px"></i>Edit a Special Issue
</a>
</b>
</div>
</h1>
</div>
<div style="height: 35px;line-height: 35px;">
<p style="font-size: 16px;font-weight: 600;color: #000">A Journal of Bio-Psycho-Social Medicine</p>
</div>
</div>
</div>
<!-- 轮播-->
<div class="banner">
<div class="ex_fem">
<img src=" " alt="">
<a href="../article_list.html?J_num=14&n_id=14" target="_blank">More</a>
</div>
<div class="swiper-container">
<div class="swiper-wrapper">
<!--期刊图片-->
</div>
</div>
<!-- <div class="swiper-pagination"></div>-->
<!-- <div class="swiper-button-prev" style="left:0;top: 280px;">-->
<!-- <img src="img/prev.png" alt="">-->
<!-- </div>-->
<!-- <div class="swiper-button-next" style="right:18px;top: 280px;">-->
<!-- <img src="img/next.png" alt="">-->
<!-- </div>-->
</div>
<div class="among top_ics">
<!--话题-->
<div>
<h2>
Topics
</h2>
<ul class="clear">
<!--topics文章-->
</ul>
</div>
</div>
<div class="among crd_top">
<!--3 Top-->
<div>
<h2>
Highlights
<a href="../article_list.html?J_num=14&top_id=14" class="more" target="_blank"
style="margin-top: 10px;">
<i class="fa fa-chevron-circle-right"></i>
</a>
</h2>
<ul class="clear">
<!--3top文章-->
</ul>
</div>
</div>
<div class="among cur_ent">
<!--Current Issue-->
<div>
<h2>
Current Issue
<span></span>
</h2>
<ul class="clear">
<!--Current Issue文章-->
</ul>
</div>
</div>
<div class="among onl_fir">
<!--Online First-->
<div>
<h2>
Online First
<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>
</a>
</h2>
<ul class="clear">
<!--Online First文章-->
</ul>
</div>
</div>
<div class="among exp_lore">
<!--Explore more-->
<div>
<h2>
Explore More
<a href="../notice_list.html?J_num=14&paper_id=14" class="more" target="_blank"
style="margin-top: 10px;">
<i class="fa fa-chevron-circle-right"></i>
</a>
</h2>
<ul class="clear">
<!--Explore more文章-->
</ul>
</div>
</div>
<div class="among exp_and">
<!--期刊介绍-->
<div class="clear">
<h2>Issues by Present Year
<a href="../stages.html?J_num=14" class="more" target="_blank" style="margin-top: 10px;">
<i class="fa fa-chevron-circle-right"></i>
</a>
</h2>
<div class="exp_issues">
<ul class="clear"> <ul class="clear">
<!--分期列表--> <!--topics文章-->
<li>
<a href="../article_list.html?J_num=14&y_id=257" target="_blank">
<img src="img/fengm/2021-04.png" alt="">
</a>
</li>
<li>
<a href="../article_list.html?J_num=14&y_id=141" target="_blank">
<img src="img/fengm/2020-10.png" alt="">
</a>
</li>
<li>
<a href="../article_list.html?J_num=14&y_id=140" target="_blank">
<img src="img/fengm/2020-07.png" alt="">
</a>
</li>
<li>
<a href="../article_list.html?J_num=14&y_id=138" target="_blank">
<img src="img/fengm/2020-01.png" alt="">
</a>
</li>
</ul> </ul>
</div> </div>
</div>
<div class="exp_journal clear"> <div class="among crd_top">
<!-- <img src="" alt="">--> <!--3 Top-->
<div> <div>
<!--期刊信息列表--> <h2>
<p><b>ISSN:</b> <span class="mes_issn"></span></p> Highlights
<p><b>Editor-in-Chief:</b> <br><span class="mes_edit"></span></p> <a href="../article_list.html?J_num=14&top_id=14" class="more" target="_blank"
<p><b>Acceptance:</b> <span class="mes_accep"></span></p> style="margin-top: 10px;">
<p><b>Final Decision:</b> <span class="mes_final"></span></p> <i class="fa fa-chevron-circle-right"></i>
<p><b>APC:</b> <span class="mes_APC"></span></p> </a>
<p><b>Frequency:</b> <span class="mes_cycle"></span></p> </h2>
<div style="margin-top: 12px;"> <ul class="clear">
<b style="float: left;">Share:</b> <!--3top文章-->
<div class="sharethis-inline-share-buttons" </ul>
style="float: left;width: 120px;margin: -6px 0 0 0;text-align: center;"></div> </div>
</div>
<div class="among cur_ent">
<!--Current Issue-->
<div>
<h2>
Current Issue
<span></span>
</h2>
<ul class="clear">
<!--Current Issue文章-->
</ul>
</div>
</div>
<div class="among onl_fir">
<!--Online First-->
<div>
<h2>
Online First
<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>
</a>
</h2>
<ul class="clear">
<!--Online First文章-->
</ul>
</div>
</div>
<div class="among exp_lore">
<!--Explore more-->
<div>
<h2>
Explore More
<a href="../notice_list.html?J_num=14&paper_id=14" class="more" target="_blank"
style="margin-top: 10px;">
<i class="fa fa-chevron-circle-right"></i>
</a>
</h2>
<ul class="clear">
<!--Explore more文章-->
</ul>
</div>
</div>
<div class="among exp_and">
<!--期刊介绍-->
<div class="clear">
<h2>Issues by Present Year
<a href="../stages.html?J_num=14" class="more" target="_blank" style="margin-top: 10px;">
<i class="fa fa-chevron-circle-right"></i>
</a>
</h2>
<div class="exp_issues">
<ul class="clear">
<!--分期列表-->
<li>
<a href="../article_list.html?J_num=14&y_id=257" target="_blank">
<img src="img/fengm/2021-04.png" alt="">
</a>
</li>
<li>
<a href="../article_list.html?J_num=14&y_id=141" target="_blank">
<img src="img/fengm/2020-10.png" alt="">
</a>
</li>
<li>
<a href="../article_list.html?J_num=14&y_id=140" target="_blank">
<img src="img/fengm/2020-07.png" alt="">
</a>
</li>
<li>
<a href="../article_list.html?J_num=14&y_id=138" target="_blank">
<img src="img/fengm/2020-01.png" alt="">
</a>
</li>
</ul>
</div>
<div class="exp_journal clear">
<!-- <img src="" alt="">-->
<div>
<!--期刊信息列表-->
<p><b>ISSN:</b> <span class="mes_issn"></span></p>
<p><b>Editor-in-Chief:</b> <br><span class="mes_edit"></span></p>
<p><b>Acceptance:</b> <span class="mes_accep"></span></p>
<p><b>Final Decision:</b> <span class="mes_final"></span></p>
<p><b>APC:</b> <span class="mes_APC"></span></p>
<p><b>Frequency:</b> <span class="mes_cycle"></span></p>
<div style="margin-top: 12px;">
<b style="float: left;">Share:</b>
<div class="sharethis-inline-share-buttons"
style="float: left;width: 120px;margin: -6px 0 0 0;text-align: center;"></div>
</div>
</div> </div>
</div> </div>
</div>
<div class="indexing"> <div class="indexing">
<!--Abstracting & Indexing--> <!--Abstracting & Indexing-->
<i style="width: 10px;height: 15px; display: inline-block" class="rgb_ground"></i> <i style="width: 10px;height: 15px; display: inline-block" class="rgb_ground"></i>
<h6 style="display: inline-block;font-weight: 600;margin-left: 5px;" class="rgb_color">Abstracting & <h6 style="display: inline-block;font-weight: 600;margin-left: 5px;" class="rgb_color">Abstracting &
Indexing</h6> Indexing</h6>
<ul> <ul>
<!--Abstracting & Indexing文章--> <!--Abstracting & Indexing文章-->
</ul> </ul>
</div> </div>
</div>
</div> </div>
</div>
<div class="among rel_ated"> <div class="among rel_ated">
<!--Related Journals--> <!--Related Journals-->
<!-- <div class="clear">--> <!-- <div class="clear">-->
<!-- <h2>--> <!-- <h2>-->
<!-- Related Journals--> <!-- Related Journals-->
<!-- </h2>--> <!-- </h2>-->
<!-- <ul class="clear related">--> <!-- <ul class="clear related">-->
<!-- &lt;!&ndash;Related Journals文章&ndash;&gt;--> <!-- &lt;!&ndash;Related Journals文章&ndash;&gt;-->
<!-- </ul>--> <!-- </ul>-->
<!-- <div class="exp_share">--> <!-- <div class="exp_share">-->
<!-- <h3>Share</h3>--> <!-- <h3>Share</h3>-->
<!-- <div class="sharethis-inline-share-buttons" style="display: inline-block;--> <!-- <div class="sharethis-inline-share-buttons" style="display: inline-block;-->
<!-- width: 100%;--> <!-- width: 100%;-->
<!-- margin-left: 0;--> <!-- margin-left: 0;-->
<!-- text-align: center;"></div>--> <!-- text-align: center;"></div>-->
<!-- </div>--> <!-- </div>-->
<!-- </div>--> <!-- </div>-->
<div class="she_SCom"> <div class="she_SCom">
<div>
<!--<img src="img/unity_1.png" alt="" style="width: 150px;margin: -15px 0 0 50px">-->
<!--<a href="rev_ver.html" target="_blank" class="rgb_color">Scientist<br>Community</a>-->
<a href="" class="rgb_color_background Subm_System" target="_blank">Submission System</a>
<div> <div>
<a href="" class="rgb_color_background About_Journal" target="_blank">About<br>Journal</a> <!--<img src="img/unity_1.png" alt="" style="width: 150px;margin: -15px 0 0 50px">-->
<a href="" class="rgb_color_background Ins_authors" target="_blank">For<br>Authors</a> <!--<a href="rev_ver.html" target="_blank" class="rgb_color">Scientist<br>Community</a>-->
<!-- <a href="https://submission.tmrjournals.com/reviewer" class="rgb_color_background Join_Team" target="_blank">Join<br>Reviewers Team</a> <a href="" class="rgb_color_background Subm_System" target="_blank">Submission System</a>
<div>
<a href="" class="rgb_color_background About_Journal" target="_blank">About<br>Journal</a>
<a href="" class="rgb_color_background Ins_authors" target="_blank">For<br>Authors</a>
<!-- <a href="https://submission.tmrjournals.com/reviewer" class="rgb_color_background Join_Team" target="_blank">Join<br>Reviewers Team</a>
<a href="" class="rgb_color_background Join_Bord" target="_blank">Join<br>Editorial Board</a> --> <a href="" class="rgb_color_background Join_Bord" target="_blank">Join<br>Editorial Board</a> -->
<br clear="both"> <br clear="both">
</div>
<div class="bor_sty_col" style="left: 302px"></div>
<div class="bor_sty_col" style="left: 612px"></div>
<div class="bor_sty_col" style="left: 922px"></div>
</div> </div>
<div class="bor_sty_col" style="left: 302px"></div> <div>
<div class="bor_sty_col" style="left: 612px"></div> <p class="rgb_color">
<div class="bor_sty_col" style="left: 922px"></div> Too many journals to choose?<br>
</div> Select the topic of manuscript.
<div> </p>
<p class="rgb_color"> <div id="com_index" name="name"></div>
Too many journals to choose?<br> <a target="_blank" class="es_serch_btn rgb_color">
Select the topic of manuscript. <i class="fa fa-hand-o-right" aria-hidden="true" style="margin-right: 5px"></i>Search
</p>
<div id="com_index" name="name"></div>
<a target="_blank" class="es_serch_btn rgb_color">
<i class="fa fa-hand-o-right" aria-hidden="true" style="margin-right: 5px"></i>Search
</a>
<span class="es_serch_span"
style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please choose topics</span>
</div>
<div>
<a href="../tmrde" target="_blank">
<img src="../img/rev_pic.png" alt="" style="width: 150px;margin: 10px 0 0 50px">
</a>
<br>
<p class="rgb_color">Traditional Medicine Research <br> Data Expanded</p>
</div>
<div>
<!-- <div class="suity_for">-->
<!-- <input type="text" placeholder="Please enter a valid email address" value="" class="uity_inp">-->
<!-- <span class="spa spa_su"></span>-->
<!-- </div>-->
<!-- <a class="uity_Sub rgb_color">-->
<!-- <i class="fa fa-envelope" style="margin-right: 5px"></i>Subscribe-->
<!-- </a>-->
<!-- <p class="rgb_color">Subscribe to receive latest research and news from <b></b></p>-->
<div class="hunt_for">
<input type="text" placeholder="Search for Articles" value="" class="hunt_inp"
style="border: 1px solid #ccc;border-radius: 5px;line-height: 24px;padding-left: 10px;width: 230px;margin: 40px 0 20px 0">
<a target="_blank" class="hunt_btn rgb_color">
<b>
<i class="fa fa-hand-o-right" aria-hidden="true" style="margin-right: 5px"></i>Search
</b>
</a> </a>
<span class="es_serch_span"
style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please choose
topics</span>
</div> </div>
<div>
<a href="../tmrde" target="_blank">
<img src="../img/rev_pic.png" alt="" style="width: 150px;margin: 10px 0 0 50px">
</a>
<br>
<p class="rgb_color">Traditional Medicine Research <br> Data Expanded</p>
</div>
<div>
<!-- <div class="suity_for">-->
<!-- <input type="text" placeholder="Please enter a valid email address" value="" class="uity_inp">-->
<!-- <span class="spa spa_su"></span>-->
<!-- </div>-->
<!-- <a class="uity_Sub rgb_color">-->
<!-- <i class="fa fa-envelope" style="margin-right: 5px"></i>Subscribe-->
<!-- </a>-->
<!-- <p class="rgb_color">Subscribe to receive latest research and news from <b></b></p>-->
<div class="hunt_for">
<input type="text" placeholder="Search for Articles" value="" class="hunt_inp"
style="border: 1px solid #ccc;border-radius: 5px;line-height: 24px;padding-left: 10px;width: 230px;margin: 40px 0 20px 0">
<a target="_blank" class="hunt_btn rgb_color">
<b>
<i class="fa fa-hand-o-right" aria-hidden="true" style="margin-right: 5px"></i>Search
</b>
</a>
</div>
</div>
<br clear="both">
</div> </div>
<br clear="both">
</div> </div>
<div class="footer">
<!--底部菜单栏-->
<div class="daohang clear">
<!--底部列表-->
</div>
<div class="bianma">
<p>Copyright © TMR Publishing Group Limited. </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>
</div>
</div>
</div> </div>
<div class="footer">
<!--底部菜单栏-->
<div class="daohang clear">
<!--底部列表-->
</div>
<div class="bianma">
<p>Copyright © TMR Publishing Group Limited. </p>
<p>E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p>
<p style="padding-bottom:10px;">津ICP备15006701号-13</p>
</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;
} }