关闭 im

This commit is contained in:
2025-11-03 14:55:33 +08:00
parent ee1ac40eb6
commit 5929fb655b
8 changed files with 398 additions and 8 deletions

View File

@@ -2720,7 +2720,7 @@ function initArticleNavList(a_ID) {
<p><a href="/article_list.html?J_num=${Jour_num}&top_id=${Jour_num}" target="_blank">Highlights</a></p>
`
var otherStr2 = `<p><a href="/${Journals_usx}" target="_blank">Journal Information</a></p>
var otherStr2 = `<p><a href="/about_journal.html?J_num=${Jour_num}" target="_blank">Journal Information</a></p>
<p><a href="/for_author.html?J_num=${Jour_num}" target="_blank">Guide for Authors</a></p>
<p><a href="javascript:;" onclick="openAbstracting(${Jour_num},'${Journals_color}')">Abstracting & Indexing</a></p>

View File

@@ -62,6 +62,9 @@ function commonHomePage() {
.jour_base_info_center:nth-child(9){
width: 33%;
}
.jour_base_info_center:nth-child(8){
width: 63.5%;
}
.jour_base_info_title{
color: #222;
font-weight: bold;

View File

@@ -335,7 +335,7 @@ var ArchivingStr=`<a target="_blank" href="stages.html?J_num=${Jour_num}" style
if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
$('.current_list>h4').html('Current Volume<span>' + time_ + '</span>'+ArchivingStr);
} else if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22|| Jour_num == 19 ||Jour_num == 12) { // 合并期刊
} else if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22|| Jour_num == 19 ||Jour_num == 12||Jour_num == 17) { // 合并期刊
$('.current_list>h4').html('Latest Issue<span>' + time_ + '</span>');
} else {
$('.current_list>h4').html('Current Issue<span>' + time_ + '</span>'+ArchivingStr);
@@ -1058,7 +1058,7 @@ if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
var str = "";
for (var i = 0; i < result.data.journalStage.length; i++) {
// 暂时条件中添加一个3 15 10
if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22 || Jour_num == 3 || Jour_num == 15 || Jour_num == 10|| Jour_num == 16|| Jour_num == 24|| Jour_num == 19||Jour_num == 12) {
if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22 || Jour_num == 3 || Jour_num == 15 || Jour_num == 10|| Jour_num == 16|| Jour_num == 24|| Jour_num == 19||Jour_num == 12||Jour_num == 17) {
// 合并(替换)期刊
if (i == 0) { str += '<b>' + arr_stage[i].stage_year + '</b><br>' }

View File

@@ -12,7 +12,9 @@ $(document).ready(function () {
// 期刊基础、外链、分期、话题信息加载
function side_list() {
if(Jour_num == 17||Jour_num == 24){
$('.art_main_con_topic').hide();
}
// 左侧期刊列表数据
$.ajax({
type: 'post', url: apiUrl + 'api/Journal/getJournal',