修改key words 为 keywords

This commit is contained in:
2025-06-26 16:58:45 +08:00
parent d7e860b91d
commit ef50582cc9
2 changed files with 10 additions and 3 deletions

View File

@@ -465,7 +465,7 @@
style="margin: 20px 0 40px 0;text-align: justify;word-wrap: break-word;color:#444;font-size: 15px"> style="margin: 20px 0 40px 0;text-align: justify;word-wrap: break-word;color:#444;font-size: 15px">
</div> </div>
<div class="keyw"> <div class="keyw">
<b>Key words: </b><span class="ur_red"></span> <b>Keywords: </b><span class="ur_red"></span>
</div> </div>
<!-- <div class="fund">--> <!-- <div class="fund">-->
<!-- <b>Fund: </b><span></span>--> <!-- <b>Fund: </b><span></span>-->

View File

@@ -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>' + 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>' +
// '<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);
} }