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

@@ -179,10 +179,14 @@ function bf_list() {
} 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_ = ''
@@ -225,7 +229,7 @@ function bf_list() {
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">Retracted</span>'
}

View File

@@ -501,10 +501,11 @@ function side_list() {
$('.jour_guest>a').attr('href', 'gue_edit.html?J_num=' + Jour_num);
$('.jour_guest h4 a').attr('href', 'guest.html?J_num=' + Jour_num);
if (str == '') {
$('.jour_guest h4 a').css('display', 'none');
$('.gue_is_lis').css('display', 'none');
}
if (!result.data.is_show) {
$('.jour_guest h4 a').css('display', 'none');
}
// if(Jour_num!='1'){
// $('.jour_guest').css('display','none');
// $('.jour_sta_tp_left_border').css('display','none');

View File

@@ -667,6 +667,7 @@ input.disable {
bottom: 14px;
left: 1px;
right: -1px;
}
.article_ .alls_issue > div > ul li > a > p > b {