apc 路径修改
This commit is contained in:
@@ -1834,7 +1834,7 @@ function initJournalBaseInfo(result) {
|
|||||||
break;
|
break;
|
||||||
case 14:
|
case 14:
|
||||||
|
|
||||||
CiteScore = 'Coming soon'
|
CiteScore = '0.7'
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
case 17:
|
case 17:
|
||||||
@@ -1864,7 +1864,7 @@ function initJournalBaseInfo(result) {
|
|||||||
">
|
">
|
||||||
<span class="cite-text" style="font-size: 12px;line-height: 16px;font-weight: 600;color: #f0f0f0;letter-spacing: -0.75px;">
|
<span class="cite-text" style="font-size: 12px;line-height: 16px;font-weight: 600;color: #f0f0f0;letter-spacing: -0.75px;">
|
||||||
<text style="margin-top: 7px;line-height: 19px;display: inline-block;">CiteScore</text>
|
<text style="margin-top: 7px;line-height: 19px;display: inline-block;">CiteScore</text>
|
||||||
<strong style="font-size:${Jour_num == 14 ? 8 : 18}px;color: #fff;">${CiteScore}</strong>
|
<strong style="font-size:18px;color: #fff;">${CiteScore}</strong>
|
||||||
</span>
|
</span>
|
||||||
</div>`
|
</div>`
|
||||||
$('#top_bar .rgb_color_background h1').css({ 'position': 'relative' })
|
$('#top_bar .rgb_color_background h1').css({ 'position': 'relative' })
|
||||||
@@ -1983,7 +1983,7 @@ function initJournalBaseInfo(result) {
|
|||||||
<p><span>Acceptance:</span> <span class="mes_accep">${arr_jour.acceptance}</span></p>
|
<p><span>Acceptance:</span> <span class="mes_accep">${arr_jour.acceptance}</span></p>
|
||||||
<p><span>Final Decision:</span> <span class="mes_final">${arr_jour.finaldecision}</span></p>
|
<p><span>Final Decision:</span> <span class="mes_final">${arr_jour.finaldecision}</span></p>
|
||||||
<p><span>APC:</span> <span class="mes_APC">${apcStr}</span>
|
<p><span>APC:</span> <span class="mes_APC">${apcStr}</span>
|
||||||
<a href="/apc/" style="${Jour_num == 1 ? 'display: inline-block;' : 'display: none;'}" class="FreeapplicationBox"><span
|
<a href="https://www.tmrjournals.com/tmr/free-application" target="_blank" style="${Jour_num == 1 ? 'display: inline-block;' : 'display: none;'}" class="FreeapplicationBox"><span
|
||||||
class="Freeapplication" style="
|
class="Freeapplication" style="
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -216,7 +216,7 @@ function commonHomePage() {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 14:
|
case 14:
|
||||||
CiteScore = 'Coming soon'
|
CiteScore = '0.7'
|
||||||
Published = '2018'
|
Published = '2018'
|
||||||
break;
|
break;
|
||||||
case 11:
|
case 11:
|
||||||
|
|||||||
1136
js/notice_v1.js
1136
js/notice_v1.js
File diff suppressed because it is too large
Load Diff
@@ -34,7 +34,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p><b>Acceptance:</b> <span class="mes_accep"></span></p>
|
<p><b>Acceptance:</b> <span class="mes_accep"></span></p>
|
||||||
<p><b>Final Decision:</b> <span class="mes_final"></span></p>
|
<p><b>Final Decision:</b> <span class="mes_final"></span></p>
|
||||||
<p><b>APC:</b> <span class="mes_APC"></span><a href="./apc/" style="display: none;" class="FreeapplicationBox"><span class="Freeapplication" style="
|
<p><b>APC:</b> <span class="mes_APC"></span><a href="https://www.tmrjournals.com/tmr/free-application" target="_blank" style="display: none;" class="FreeapplicationBox"><span class="Freeapplication" style="
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
16
tmr/free-application/index.html
Normal file
16
tmr/free-application/index.html
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
<title>Traditional Medicine Research</title>
|
||||||
|
<link rel="shortcut icon" href="../../img/tmr3.png" type="image/x-icon"/>
|
||||||
|
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
||||||
|
<frame name="main" src="../../Apc.html" scrolling="auto" noresize>
|
||||||
|
</frameset>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user