20231121
This commit is contained in:
@@ -5646,7 +5646,7 @@ function at_list() {
|
||||
$('.wenz_list>h4').html('Highlights');
|
||||
}
|
||||
|
||||
totalPage = result.data.count % top_top.pageSize;
|
||||
totalPage = result.data.count % top_top.pageSize == 0 ? (result.data.count / top_top.pageSize) : (Math.ceil(result.data.count / top_top.pageSize));
|
||||
totalRecords = result.data.count;
|
||||
$('.wenz_list .tioashu').html(result.data.count);
|
||||
|
||||
|
||||
@@ -287,7 +287,7 @@ function bf_list() {
|
||||
|
||||
if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
|
||||
$('.current_list>h4').html('Current Volume<span>' + time_ + '</span>');
|
||||
} else if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9){ // 合并期刊
|
||||
} else if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21){ // 合并期刊
|
||||
$('.current_list>h4').html('Latest Issue<span>' + time_ + '</span>');
|
||||
} else {
|
||||
$('.current_list>h4').html('Current Issue<span>' + time_ + '</span>');
|
||||
@@ -995,7 +995,7 @@ function bf_list() {
|
||||
var str = "";
|
||||
for (var i = 0; i < result.data.journalStage.length; i++) {
|
||||
|
||||
if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9){
|
||||
if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21){
|
||||
// 合并(替换)期刊
|
||||
if(i==0){str +='<b>'+arr_stage[i].stage_year+'</b><br>'}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<title>Medical Theory and Hypothesis</title>
|
||||
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
|
||||
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||
<frame name="main" src="../journals.html?J_num=21" scrolling="auto" noresize>
|
||||
<frame name="main" src="../journals_th.html?J_num=21" scrolling="auto" noresize>
|
||||
</frameset>
|
||||
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user