1
This commit is contained in:
@@ -192,6 +192,8 @@ class Main extends Controller {
|
||||
$cache_title = str_replace($val, '<i>' . $val . '</i>', $cache_title);
|
||||
}
|
||||
$list[$k]['title'] = $cache_title;
|
||||
|
||||
$list[$k]['mains'] = getArticleMains($v['article_id']);
|
||||
}
|
||||
|
||||
//连续出版判断,决定是否显示出版时间
|
||||
@@ -251,6 +253,8 @@ class Main extends Controller {
|
||||
$cache_title = str_replace($val, '<i>' . $val . '</i>', $cache_title);
|
||||
}
|
||||
$list[$k]['title'] = $cache_title;
|
||||
|
||||
$list[$k]['mains'] = getArticleMains($v['article_id']);
|
||||
}
|
||||
|
||||
|
||||
@@ -298,6 +302,8 @@ class Main extends Controller {
|
||||
$cite = $v['abbr'] . '. ' . $v['title'] . '. <i>' . choiseJabbr($v['article_id'],$journal_info['jabbr']) . '</i>. ' . $stage_info['stage_year'] . ';' . $stage_info['stage_vol'] . $no . $v['npp'] . '. doi:' . $v['doi'];
|
||||
$list[$k]['cite'] = $cite;
|
||||
$list[$k]['authortitle'] = $this->getAuthor($v);
|
||||
|
||||
$list[$k]['mains'] = getArticleMains($v['article_id']);
|
||||
}
|
||||
|
||||
//标题斜体
|
||||
@@ -375,6 +381,8 @@ class Main extends Controller {
|
||||
$cite = $v['abbr'] . '. ' . $v['title'] . '. <i>' . choiseJabbr($v['article_id'],$journal_info['jabbr']) . '</i>. ' . $stage_info['stage_year'] . ';' . $stage_info['stage_vol'] . $no . $v['npp'] . '. doi:' . $v['doi'];
|
||||
$list[$k]['cite'] = $cite;
|
||||
$list[$k]['authortitle'] = $this->getAuthor($v);
|
||||
|
||||
$list[$k]['mains'] = getArticleMains($v['article_id']);
|
||||
}
|
||||
|
||||
//标题斜体
|
||||
|
||||
Reference in New Issue
Block a user