This commit is contained in:
徐哼唧L
2023-06-21 14:45:20 +08:00
parent 6e7ee3dd44
commit 4646183cd3
31 changed files with 574 additions and 281 deletions

View File

@@ -1032,10 +1032,14 @@ function guest_title() {
} else {
var npp_ = ': ' + arr[i].npp + '.  '
}
if (arr[i].file_html == '') {
var html_ = ''
if (arr[i].mains == '') {
if (arr[i].file_html == '') {
var html_ = ''
} else {
var html_ = '<img src="img/link_2.png" width="14" height="16"><a href="' + imgFileUrl + 'articleHTML/' + arr[i].file_html + '" target="_blank" class="txt_html" alt="' + arr[i].article_id + '">HTML</a>&nbsp;(&nbsp;<span style="color: red">' + arr[i].html_num + '</span>&nbsp;)&nbsp;&nbsp;'
}
} else {
var html_ = '<img src="img/link_2.png" width="14" height="16"><a href="' + imgFileUrl + 'articleHTML/' + arr[i].file_html + '" target="_blank" class="txt_html" alt="' + arr[i].article_id + '">HTML</a>&nbsp;(&nbsp;<span style="color: red">' + arr[i].html_num + '</span>&nbsp;)&nbsp;&nbsp;&nbsp;'
var html_ = '<img src="img/link_2.png" width="14" height="16"><a href="article.html?J_num=' + Jour_num + '&a_id=' + arr[i].article_id + '&s_htm=1" target="_blank" class="txt_html" alt="' + arr[i].article_id + '">HTML</a>&nbsp;(&nbsp;<span style="color: red">' + arr[i].html_num + '</span>&nbsp;)&nbsp;&nbsp;'
}
if (arr[i].file_pdf == '') {
var pdf_ = ''
@@ -1052,7 +1056,7 @@ function guest_title() {
if (arr[i].other_state == 0) {
var otStat = ''
} else if (arr[i].other_state == 1) {
var otStat = '<span class="otStat">Being questioned</span>'
var otStat = '<span class="otStat">Editorial Expression of Concern</span>'
} else if (arr[i].other_state == 2) {
var otStat = '<span class="otStat">Retractedal</span>'
}