修改key words 为 keywords
This commit is contained in:
@@ -465,7 +465,7 @@
|
||||
style="margin: 20px 0 40px 0;text-align: justify;word-wrap: break-word;color:#444;font-size: 15px">
|
||||
</div>
|
||||
<div class="keyw">
|
||||
<b>Key words: </b><span class="ur_red"></span>
|
||||
<b>Keywords: </b><span class="ur_red"></span>
|
||||
</div>
|
||||
<!-- <div class="fund">-->
|
||||
<!-- <b>Fund: </b><span></span>-->
|
||||
|
||||
@@ -71,16 +71,23 @@ function bf_list() {
|
||||
'<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>' +
|
||||
// '<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>'
|
||||
|
||||
}
|
||||
if (wh_number == '1') {
|
||||
$('.art_top_topic>div>div.topics').html('<ul>' + st_top_con + '</ul>');
|
||||
} else {
|
||||
|
||||
$('.tmr_article>.bng_topic_bei>.art_main_con_topic>div').append(st_top_tit);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user