Merge branch 'master' of https://gitee.com/wjl2008_admin/journal_com
This commit is contained in:
@@ -164,7 +164,7 @@ function bf_list() {
|
||||
} else {
|
||||
var npp_ = ': ' + arr[i].npp + '. '
|
||||
}
|
||||
if (arr[i].mains == '') {
|
||||
if (arr[i].has_mains == 0) {
|
||||
if (arr[i].file_html == '') {
|
||||
var html_ = ''
|
||||
} else {
|
||||
@@ -287,6 +287,8 @@ function bf_list() {
|
||||
|
||||
if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
|
||||
$('.current_list>h4').html('Current Volume<span>' + time_ + '</span>');
|
||||
} else if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21){ // 合并期刊
|
||||
$('.current_list>h4').html('Latest Issue<span>' + time_ + '</span>');
|
||||
} else {
|
||||
$('.current_list>h4').html('Current Issue<span>' + time_ + '</span>');
|
||||
}
|
||||
@@ -993,6 +995,27 @@ function bf_list() {
|
||||
var str = "";
|
||||
for (var i = 0; i < result.data.journalStage.length; i++) {
|
||||
|
||||
if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21){
|
||||
// 合并(替换)期刊
|
||||
if(i==0){str +='<b>'+arr_stage[i].stage_year+'</b><br>'}
|
||||
|
||||
if(i>0){
|
||||
if(arr_stage[i].stage_year!=arr_stage[i-1].stage_year){
|
||||
str +='<div style="width:100%"><b>'+arr_stage[i].stage_year+'</b></div>'
|
||||
}
|
||||
}
|
||||
|
||||
if(arr_stage[i].stage_no=='0'){
|
||||
var iss_ = ''
|
||||
}else{
|
||||
var iss_ =' Issue.'+arr_stage[i].stage_no
|
||||
}
|
||||
|
||||
str +='<li style="width:50%;float: left; margin-right: 0; margin-bottom: 10px;"><div><a target="_blank" style="color: #004a90;font-weight: bold;" href="article_list.html?J_num='+Jour_num+'&y_id='+arr_stage[i].journal_stage_id+'">'
|
||||
+arr_stage[i].stage_year+' Vol.'+arr_stage[i].stage_vol+ iss_ + ' '
|
||||
+arr_stage[i].stage_pagename + arr_stage[i].stage_page+'</a></div><p>'+arr_stage[i].issue_date+'</p></li>'
|
||||
}else{
|
||||
// 常规期刊
|
||||
if (arr_stage[i].stage_no == '0') {
|
||||
var iss_ = ''
|
||||
} else {
|
||||
@@ -1009,6 +1032,7 @@ function bf_list() {
|
||||
'<p style="background-color:' + localStorage.Journals_color + '80"><b>' + arr_stage[i].stage_year + '</b><b>Vol. ' + arr_stage[i].stage_vol + '</b>'
|
||||
+ iss_ + '<b>' + arr_stage[i].stage_pagename + ' ' + arr_stage[i].stage_page + '</b></p></a></li>'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -1085,13 +1109,14 @@ function bf_list() {
|
||||
$('#com_index').selectivity({
|
||||
allowClear: true,
|
||||
items: new_arry,
|
||||
placeholder: 'Please choose topics'
|
||||
placeholder: 'Please select a topic'
|
||||
})
|
||||
|
||||
$('.es_serch_btn').click(function () {
|
||||
$('.es_serch_span').css('display', 'none')
|
||||
if ($('#com_index').selectivity('val') == null) {
|
||||
$('.es_serch_span').css('display', 'block')
|
||||
$('.es_serch_span').text('Please select a topic')
|
||||
ShowDanger("Request was aborted!");
|
||||
} else {
|
||||
window.open("atr_wisdom.html?&wis_dom=" + $('#com_index').selectivity('val'));
|
||||
|
||||
Reference in New Issue
Block a user