From 2bf77d52a4f02f979c7c2a79e5b04c88cd782d12 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Mon, 11 Sep 2023 13:03:20 +0800 Subject: [PATCH] 2023-09-11 --- dct/index.html | 2 +- journals_dct.html | 144 +++++++++++++++++++++++++++++++++++++++++++++ journals_ndt.html | 144 +++++++++++++++++++++++++++++++++++++++++++++ journals_ndt1.html | 144 +++++++++++++++++++++++++++++++++++++++++++++ js/article.js | 9 ++- js/journal.js | 4 +- ndt/index.html | 2 +- style/form.css | 2 +- 8 files changed, 443 insertions(+), 8 deletions(-) create mode 100644 journals_dct.html create mode 100644 journals_ndt.html create mode 100644 journals_ndt1.html diff --git a/dct/index.html b/dct/index.html index 971698e..e97df4e 100644 --- a/dct/index.html +++ b/dct/index.html @@ -5,7 +5,7 @@ Drug Combination Therapy - + diff --git a/journals_dct.html b/journals_dct.html new file mode 100644 index 0000000..629d8a3 --- /dev/null +++ b/journals_dct.html @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+
+
+ + Incorporated into + + TMR Pharmacology Research + + +
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+

+
    + +
+
+ +
+

Coming soon!

+
+ +
+
+
+ +
+
+

Archiving

+ +
+
    + +
+
+
+
+ + +
+ +
+ + +
+
+

Subscribe to receive latest research and news from 

+

We will exclusively utilize your email address to inform you about the release of new articles. You have the freedom to unsubscribe at any given moment.

+
+
+

Email address

+
+ + +
+ + +
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/journals_ndt.html b/journals_ndt.html new file mode 100644 index 0000000..c3825ee --- /dev/null +++ b/journals_ndt.html @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+
+
+ + Incorporated into + + TMR Integrative Medicine + + +
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+

+
    + +
+
+ +
+

Coming soon!

+
+ +
+
+
+ +
+
+

Archiving

+ +
+
    + +
+
+
+
+ + +
+ +
+ + +
+
+

Subscribe to receive latest research and news from 

+

We will exclusively utilize your email address to inform you about the release of new articles. You have the freedom to unsubscribe at any given moment.

+
+
+

Email address

+
+ + +
+ + +
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/journals_ndt1.html b/journals_ndt1.html new file mode 100644 index 0000000..c3825ee --- /dev/null +++ b/journals_ndt1.html @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+
+
+ + Incorporated into + + TMR Integrative Medicine + + +
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+

+
    + +
+
+ +
+

Coming soon!

+
+ +
+
+
+ +
+
+

Archiving

+ +
+
    + +
+
+
+
+ + +
+ +
+ + +
+
+

Subscribe to receive latest research and news from 

+

We will exclusively utilize your email address to inform you about the release of new articles. You have the freedom to unsubscribe at any given moment.

+
+
+

Email address

+
+ + +
+ + +
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/js/article.js b/js/article.js index 5992f86..e0b0635 100644 --- a/js/article.js +++ b/js/article.js @@ -7046,14 +7046,17 @@ function article_con() { $('.wen_rong #tablist .tarrecord').css('display', 'none'); } - + // console.log(j_artc) // Original data 附加文件 if (j_artc.file_original == '') { - // console.log('--------------') + console.log('--------------') $('.wen_rong #tablist .OriginalData').css('display', 'none'); $('.wen_rong #tablist .Original').css('display', 'none'); } else { - $('#OriginalData').html('

Original data:----Download

'); + // console.log('有值') + // $('.wen_rong #tablist .OriginalData').css('display', 'block'); + // $('.wen_rong #tablist .Original').css('display', 'block'); + $('#OriginalData').html('

Original data:    ----Download

'); } if (j_artc.file_pdf == '') { diff --git a/js/journal.js b/js/journal.js index 2156417..a6063f8 100644 --- a/js/journal.js +++ b/js/journal.js @@ -287,7 +287,7 @@ function bf_list() { if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) { $('.current_list>h4').html('Current Volume' + time_ + ''); - } else if(Jour_num == 7){ // pmr期刊 + } else if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20){ // pmr期刊 $('.current_list>h4').html('Latest Issue' + time_ + ''); } else { $('.current_list>h4').html('Current Issue' + time_ + ''); @@ -995,7 +995,7 @@ function bf_list() { var str = ""; for (var i = 0; i < result.data.journalStage.length; i++) { - if(Jour_num == 7){ + if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20){ // 合并(替换)期刊 if(i==0){str +=''+arr_stage[i].stage_year+'
'} diff --git a/ndt/index.html b/ndt/index.html index 7121c18..50f0276 100644 --- a/ndt/index.html +++ b/ndt/index.html @@ -5,7 +5,7 @@ TMR Non-Drug Therapy - + diff --git a/style/form.css b/style/form.css index f3bd694..445e303 100644 --- a/style/form.css +++ b/style/form.css @@ -363,7 +363,7 @@ input.disable { } .exten_sion .es_jour li:nth-child(3n+1) { - width: 37%; + width: 30%; } .exten_sion .es_jour li:nth-child(3n+2) {