修改key words 为 keywords
This commit is contained in:
@@ -71,16 +71,23 @@ function bf_list() {
|
|||||||
'<h3>' + arr_topic[i].children[j].title + '</h3></a></li>'
|
'<h3>' + arr_topic[i].children[j].title + '</h3></a></li>'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(arr_topic[i].title == "Diseases"){
|
||||||
|
st_top_tit = '<div class="topics" style="padding: 0 0 5px 0;"><h4 class="rgb_color" style="font-size: 16px">' + arr_topic[i].title + '</h4>' +
|
||||||
|
'<a target="_blank" href="topic.html?J_num=' + Jour_num + '&t_id=' + arr_topic[i].journal_topic_id + '" class="more" target="_blank">More</a>' +
|
||||||
|
'<ul>' + st_top_con + '</ul></div>' +
|
||||||
|
'<p style="height: 1px;width: 97%;background-color: #ebf2f6;margin: 5px auto 0 auto;"></p>'
|
||||||
|
}else{
|
||||||
st_top_tit = '<div class="topics" style="padding: 0 0 5px 0;"><h4 class="rgb_color" style="font-size: 16px">' + arr_topic[i].title + '</h4>' +
|
st_top_tit = '<div class="topics" style="padding: 0 0 5px 0;"><h4 class="rgb_color" style="font-size: 16px">' + arr_topic[i].title + '</h4>' +
|
||||||
// '<a target="_blank" href="topic.html?J_num=' + Jour_num + '&t_id=' + arr_topic[i].journal_topic_id + '" class="more" target="_blank">More</a>' +
|
// '<a target="_blank" href="topic.html?J_num=' + Jour_num + '&t_id=' + arr_topic[i].journal_topic_id + '" class="more" target="_blank">More</a>' +
|
||||||
'<ul>' + st_top_con + '</ul></div>' +
|
'<ul>' + st_top_con + '</ul></div>' +
|
||||||
'<p style="height: 1px;width: 97%;background-color: #ebf2f6;margin: 5px auto 0 auto;"></p>'
|
'<p style="height: 1px;width: 97%;background-color: #ebf2f6;margin: 5px auto 0 auto;"></p>'
|
||||||
|
}
|
||||||
if (wh_number == '1') {
|
if (wh_number == '1') {
|
||||||
$('.art_top_topic>div>div.topics').html('<ul>' + st_top_con + '</ul>');
|
$('.art_top_topic>div>div.topics').html('<ul>' + st_top_con + '</ul>');
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
$('.tmr_article>.bng_topic_bei>.art_main_con_topic>div').append(st_top_tit);
|
$('.tmr_article>.bng_topic_bei>.art_main_con_topic>div').append(st_top_tit);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user