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

@@ -83,7 +83,9 @@
<!-- &lt;!&ndash; <li><a href="z_f13-1.html" target="_blank">Conferences</a></li>&ndash;&gt;-->
<!-- </ul>-->
<!-- <br clear="both">-->
</div>
<div class="daohang_bottom_line"></div>
<div class="bianma">
<div>
Copyright © <b class="time_year"></b> TMR Publishing Group Limited.
@@ -92,16 +94,19 @@
<div class="delog_tc">
<p>
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
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
contributors. TMR Publishing Group disclaims no liability for any injury to any person or property
resulting
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.
</p>
<div class="triacoud"></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>
<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 += '</ul>'
}else if (i == 'Publisher Information') {
} else if (i == 'Publisher Information') {
str += '<ul style="width: 310px"><h3>' + i + '</h3>'
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 += '</ul>'
}else if (i == 'Products') {
} else if (i == 'Products') {
str += '<ul style="width: 340px"><h3>' + i + '</h3>'
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="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="/tmrde" target="_blank">TMRDE</a></li>'
for (var j = 0; j < arr[i].length; j++) {
@@ -156,47 +161,49 @@
$('.daohang').html(str + '<br clear="both">');
var data= new Date
var data = new Date
$('.time_year').html(data.getFullYear())
// 获取地址判断国家跳转
$.ajax({
type: 'post', url: apiUrl + 'api/Main/getIpLocation',
data: {
"ip": returnCitySN["cip"]
},
success: function (result) {
if (result.code == 0) {
// console.log(returnCitySN["cip"]+','+returnCitySN["cname"])
// console.log(returnCitySN["cip"].split('.')[0])
// console.log(returnCitySN["cname"])
$.ajax({
type: 'post', url: apiUrl + 'api/Main/getIpLocation',
data: {
"ip": returnCitySN["cip"]
},
success: function (result) {
if (result.code == 0) {
// console.log(returnCitySN["cip"]+','+returnCitySN["cname"])
// console.log(returnCitySN["cip"].split('.')[0])
// 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 (loca_ip != 'cn') {
var loca_zd = window.location.href.match(/https:\/\/www.tmrjournals.com(.*)/)[1]
window.parent.location.href = "https://www.tmrjournals.cn" + loca_zd
}
}
if (result.data.country == 'gw') {
if (loca_ip != 'com') {
var loca_zd = window.location.href.match(/https:\/\/www.tmrjournals.cn(.*)/)[1]
window.parent.location.href = "https://www.tmrjournals.com" + loca_zd
}
}
if (result.data.country == 'jyw') {
if (result.data.country == 'gn') {
if (loca_ip != 'cn') {
var loca_zd = window.location.href.match(/https:\/\/www.tmrjournals.com(.*)/)[1]
window.parent.location.href = "https://www.tmrjournals.cn" + loca_zd
}
}
if (result.data.country == 'gw') {
if (loca_ip != 'com') {
var loca_zd = window.location.href.match(/https:\/\/www.tmrjournals.cn(.*)/)[1]
window.parent.location.href = "https://www.tmrjournals.com" + loca_zd
}
}
if (result.data.country == 'jyw') {
}
}
} else {
// ShowDanger("请求失败!");
}
},
error: function () {
ShowDanger("error");
}
})
} else {
// ShowDanger("请求失败!");
}
},
error: function () {
ShowDanger("error");
}
})
} else {
// ShowDanger("请求失败!");
@@ -211,4 +218,5 @@
});
</script>
</script>
<script src="./js/footer.js"></script>