This commit is contained in:
wangjinlei
2023-05-18 09:42:12 +08:00
commit 6e7ee3dd44
1214 changed files with 103535 additions and 0 deletions

1
.user.ini Normal file
View File

@@ -0,0 +1 @@
open_basedir=/home/wwwroot/www.tmrjournals.com:/tmp/:/proc/

30
000.html Normal file

File diff suppressed because one or more lines are too long

6
EN/column/column41.shtml Normal file
View File

@@ -0,0 +1,6 @@
<script>
onload=function(){
location.href="https://submission.tmrjournals.com/submission?journal=18";
};
</script>

112
Ins_authors.html Normal file
View File

@@ -0,0 +1,112 @@
<script src="js/jquery.min.js"></script>
<script>
// 获取地址栏信息
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
if (r != null) return unescape(r[2]);
return null;
}
var ITA_ID = getQueryString('J_num'); //Instructions to Authors
if (ITA_ID == 1) {
onload = function () {
location.href = "notice.html?J_num=1&footer_id=1";
};
} else if (ITA_ID == 2) {
onload = function () {
location.href = "notice.html?J_num=2&footer_id=164";
};
} else if (ITA_ID == 3) {
onload = function () {
location.href = "notice.html?J_num=3&footer_id=473";
};
} else if (ITA_ID == 4) {
onload = function () {
location.href = "notice.html?J_num=4&footer_id=206";
};
} else if (ITA_ID == 5) {
onload = function () {
location.href = "notice.html?J_num=5&footer_id=";
};
} else if (ITA_ID == 6) {
onload = function () {
location.href = "notice.html?J_num=6&footer_id=72";
};
} else if (ITA_ID == 7) {
onload = function () {
location.href = "notice.html?J_num=7&footer_id=90";
};
} else if (ITA_ID == 8) {
onload = function () {
location.href = "notice.html?J_num=8&footer_id=113";
};
} else if (ITA_ID == 9) {
onload = function () {
location.href = "notice.html?J_num=9&footer_id=223";
};
} else if (ITA_ID == 10) {
onload = function () {
location.href = "notice.html?J_num=10&footer_id=135";
};
} else if (ITA_ID == 11) {
onload = function () {
location.href = "notice.html?J_num=11&footer_id=140";
};
} else if (ITA_ID == 12) {
onload = function () {
location.href = "notice.html?J_num=12&footer_id=230";
};
} else if (ITA_ID == 13) {
onload = function () {
location.href = "notice.html?J_num=13&footer_id=173";
};
} else if (ITA_ID == 14) {
onload = function () {
location.href = "notice.html?J_num=14&footer_id=123";
};
} else if (ITA_ID == 15) {
onload = function () {
location.href = "notice.html?J_num=15&footer_id=224";
};
} else if (ITA_ID == 16) {
onload = function () {
location.href = "notice.html?J_num=16&footer_id=66";
};
} else if (ITA_ID == 17) {
onload = function () {
location.href = "notice.html?J_num=17&footer_id=258";
};
} else if (ITA_ID == 18) {
onload = function () {
location.href = "notice.html?J_num=18&footer_id=450";
};
} else if (ITA_ID == 19) {
onload = function () {
location.href = "notice.html?J_num=19&footer_id=31";
};
} else if (ITA_ID == 20) {
onload = function () {
location.href = "notice.html?J_num=20&footer_id=274";
};
} else if (ITA_ID == 21) {
onload = function () {
location.href = "notice.html?J_num=21&footer_id=332";
};
} else if (ITA_ID == 22) {
onload = function () {
location.href = "notice.html?J_num=22&footer_id=155";
};
} else if (ITA_ID == 23) {
onload = function () {
location.href = "notice.html?J_num=23&footer_id=";
};
} else if (ITA_ID == 24) {
onload = function () {
location.href = "notice.html?J_num=24&footer_id=352";
};
}
</script>

36
README.en.md Normal file
View File

@@ -0,0 +1,36 @@
# journal_web
#### Description
{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
#### Software Architecture
Software architecture description
#### Installation
1. xxxx
2. xxxx
3. xxxx
#### Instructions
1. xxxx
2. xxxx
3. xxxx
#### Contribution
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request
#### Gitee Feature
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
4. The most valuable open source project [GVP](https://gitee.com/gvp)
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

39
README.md Normal file
View File

@@ -0,0 +1,39 @@
# journal_web
#### 介绍
{**以下是 Gitee 平台说明,您可以替换此简介**
Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN。专为开发者提供稳定、高效、安全的云端软件开发协作平台
无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
#### 软件架构
软件架构说明
#### 安装教程
1. xxxx
2. xxxx
3. xxxx
#### 使用说明
1. xxxx
2. xxxx
3. xxxx
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
#### 特技
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

116
about_journal.html Normal file
View File

@@ -0,0 +1,116 @@
<script src="js/jquery.min.js"></script>
<script>
// 获取地址栏信息
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
if (r != null) return unescape(r[2]);
return null;
}
var ITA_ID = getQueryString('J_num'); //Journal Information
if (ITA_ID == 1) {
onload = function () {
location.href = "notice.html?J_num=1&footer_id=1";
};
} else if (ITA_ID == 2) {
onload = function () {
location.href = "notice.html?J_num=2&footer_id=21";
};
} else if (ITA_ID == 3) {
onload = function () {
location.href = "notice.html?J_num=3&footer_id=466";
};
} else if (ITA_ID == 4) {
onload = function () {
location.href = "notice.html?J_num=4&footer_id=339";
};
} else if (ITA_ID == 5) {
onload = function () {
location.href = "notice.html?J_num=5&footer_id=";
};
} else if (ITA_ID == 6) {
onload = function () {
location.href = "notice.html?J_num=6&footer_id=45";
};
} else if (ITA_ID == 7) {
onload = function () {
location.href = "notice.html?J_num=7&footer_id=81";
};
} else if (ITA_ID == 8) {
onload = function () {
location.href = "notice.html?J_num=8&footer_id=100";
};
} else if (ITA_ID == 9) {
onload = function () {
location.href = "notice.html?J_num=9&footer_id=219";
};
} else if (ITA_ID == 10) {
onload = function () {
location.href = "notice.html?J_num=10&footer_id=132";
};
} else if (ITA_ID == 11) {
onload = function () {
location.href = "notice.html?J_num=11&footer_id=147";
};
} else if (ITA_ID == 12) {
onload = function () {
location.href = "notice.html?J_num=12&footer_id=233";
};
} else if (ITA_ID == 13) {
onload = function () {
location.href = "notice.html?J_num=13&footer_id=178";
};
} else if (ITA_ID == 14) {
onload = function () {
location.href = "notice.html?J_num=14&footer_id=128";
};
} else if (ITA_ID == 15) {
onload = function () {
location.href = "notice.html?J_num=15&footer_id=236";
};
} else if (ITA_ID == 16) {
onload = function () {
location.href = "notice.html?J_num=16&footer_id=62";
};
} else if (ITA_ID == 17) {
onload = function () {
location.href = "notice.html?J_num=17&footer_id=255";
};
} else if (ITA_ID == 18) {
onload = function () {
location.href = "notice.html?J_num=18&footer_id=46";
};
} else if (ITA_ID == 19) {
onload = function () {
location.href = "notice.html?J_num=19&footer_id=25";
};
} else if (ITA_ID == 20) {
onload = function () {
location.href = "notice.html?J_num=20&footer_id=268";
};
} else if (ITA_ID == 21) {
onload = function () {
location.href = "notice.html?J_num=21&footer_id=325";
};
} else if (ITA_ID == 22) {
onload = function () {
location.href = "notice.html?J_num=22&footer_id=151";
};
} else if (ITA_ID == 23) {
onload = function () {
location.href = "notice.html?J_num=23&footer_id=";
};
} else if (ITA_ID == 24) {
onload = function () {
location.href = "notice.html?J_num=24&footer_id=298";
};
} else if (ITA_ID == 25) {
onload = function () {
location.href = "notice.html?J_num=25&footer_id=485";
};
}
</script>

66
afoor_con.html Normal file
View File

@@ -0,0 +1,66 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/jqueryPage/style/kkpager_orange.css"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/form.css"/>
<style>
.art_main_con>div img{
width: 90%;
display: block;
margin: 0 auto;
}
</style>
</head>
<body>
<!-- 放大遮罩层 -->
<div id="bigimg" onclick="closeimg();"></div>
<div id="col-content">
<div id="index_top" class="ind_home">
<!--头部信息-->
</div>
<div class="article">
<div class="art_main art_main_con">
<div class="new_art">
<h4 class="rgb_color">
</h4>
<div style="margin-bottom: 20px">
</div>
</div>
</div>
<br clear="both">
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-cookie.js"></script>
<script src="js/clipboard.js"></script>
<script src="js/return-top.js"></script>
<script type="text/javascript" src="style/jqueryPage/js/kkpager.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/js.js"></script>
<script src="js/scientist.js"></script>
<script>
$(function () {
afooter_content();
});
</script>
</html>

69
afoor_text.html Normal file
View File

@@ -0,0 +1,69 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/jqueryPage/style/kkpager_orange.css"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/form.css"/>
<style>
.art_main_con>div img{
width: 90%;
display: block;
margin: 0 auto;
}
</style>
</head>
<body>
<!-- 放大遮罩层 -->
<div id="bigimg" onclick="closeimg();"></div>
<div id="col-content" style="background-color: #f5f7f7">
<div id="index_top" class="ind_home">
<!--头部信息-->
</div>
<div class="article">
<div class="art_main art_main_con">
<div class="legal_list">
</div>
<div class="legal_art">
<h4 class="rgb_color">
</h4>
<div style="margin-bottom: 20px">
</div>
</div>
<br clear="both">
</div>
<br clear="both">
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-cookie.js"></script>
<script src="js/clipboard.js"></script>
<script src="js/return-top.js"></script>
<script type="text/javascript" src="style/jqueryPage/js/kkpager.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/js.js"></script>
<script src="js/scientist.js"></script>
<script>
$(function () {
afooter_text();
});
</script>
</html>

16
aging/index.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Aging Communications</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="../journals.html?J_num=3" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

316
agree.html Normal file
View File

@@ -0,0 +1,316 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/form.css"/>
<style>
.topics{
margin-bottom: 30px;
}
.topics h1{
font-weight: 700;
text-align: center;
color: #000;
font-size: 24px;
padding: 30px 0;
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
}
.topics li {
list-style: disc;
margin-left: 15px;
}
</style>
</head>
<body>
<div id="col-content">
<div id="index_top" class="ind_home">
<!--头部信息-->
</div>
<div class="article">
<div style="width: 1300px;margin: 0 auto">
<div class="topics">
<h1>Privacy policy</h1>
<p> This privacy policy (&quot;Policy&quot;) describes how the personally identifiable information (&quot;Personal
Information&quot;) you may provide on the <a target="_blank" rel="nofollow"
href="http://www.tmrjournals.com">tmrjournals.com</a>
website (&quot;Website&quot; or &quot;Service&quot;) and any of its related products and services
(collectively, &quot;Services&quot;) is collected, protected and used. It also describes the choices
available to you regarding our use of your Personal Information and how you can access and update
this information. This Policy is a legally binding agreement between you (&quot;User&quot;, &quot;you&quot;
or &quot;your&quot;) and TMR Publishing Group (&quot;TMR Publishing Group&quot;, &quot;we&quot;,
&quot;us&quot; or &quot;our&quot;). By accessing and using the Website and Services, you acknowledge
that you have read, understood, and agree to be bound by the terms of this Policy. This Policy does
not apply to the practices of companies that we do not own or control, or to individuals that we do
not employ or manage.</p>
<h2>Automatic collection of information</h2>
<p>When you open the Website, our servers automatically record information that your browser sends. This
data may include information such as your device's IP address, browser type and version, operating
system type and version, language preferences or the webpage you were visiting before you came to
the Website and Services, pages of the Website and Services that you visit, the time spent on those
pages, information you search for on the Website, access times and dates, and other statistics.</p>
<p>Information collected automatically is used only to identify potential cases of abuse and establish
statistical information regarding the usage and traffic of the Website and Services. This
statistical information is not otherwise aggregated in such a way that would identify any particular
user of the system.</p>
<h2>Collection of personal information</h2>
<p>You can access and use the Website and Services without telling us who you are or revealing any
information by which someone could identify you as a specific, identifiable individual. If, however,
you wish to use some of the features on the Website, you may be asked to provide certain Personal
Information (for example, your name and e-mail address). We receive and store any information you
knowingly provide to us when you create an account, or fill any online forms on the Website. When
required, this information may include the following:</p>
<ul>
<li>Personal details such as name, country of residence, etc.</li>
<li>Account details such as user name, unique user ID, password, etc.</li>
<li>Geolocation data such as latitude and longitude.</li>
</ul>
<p> Some of the information we collect is directly from you via the Website and Services. However, we
may also collect Personal Information about you from other sources such as public databases and our
joint marketing partners. You can choose not to provide us with your Personal Information, but then
you may not be able to take advantage of some of the features on the Website. Users who are
uncertain about what information is mandatory are welcome to contact us.</p>
<h2>Use and processing of collected information</h2>
<p>In order to make the Website and Services available to you, or to meet a legal obligation, we may
need to collect and use certain Personal Information. If you do not provide the information that we
request, we may not be able to provide you with the requested products or services. Any of the
information we collect from you may be used for the following purposes:</p>
<ul>
<li>Create and manage user accounts</li>
<li>Fulfill and manage orders</li>
<li>Deliver products or services</li>
<li>Send marketing and promotional communications</li>
<li>Respond to inquiries and offer support</li>
<li>Request user feedback</li>
<li>Improve user experience</li>
<li>Run and operate the Website and Services</li>
</ul>
<p>Processing your Personal Information depends on how you interact with the Website and Services, where
you are located in the world and if one of the following applies: (i) you have given your consent
for one or more specific purposes; this, however, does not apply, whenever the processing of
Personal Information is subject to California Consumer Privacy Act or European data protection law;
(ii) provision of information is necessary for the performance of an agreement with you and/or for
any pre-contractual obligations thereof; (iii) processing is necessary for compliance with a legal
obligation to which you are subject; (iv) processing is related to a task that is carried out in the
public interest or in the exercise of official authority vested in us; (v) processing is necessary
for the purposes of the legitimate interests pursued by us or by a third party.</p>
<p> Note that under some legislations we may be allowed to process information until you object to such
processing (by opting out), without having to rely on consent or any other of the following legal
bases below. In any case, we will be happy to clarify the specific legal basis that applies to the
processing, and in particular whether the provision of Personal Information is a statutory or
contractual requirement, or a requirement necessary to enter into a contract.</p>
<h2>Managing information</h2>
<p>You are able to delete certain Personal Information we have about you. The Personal Information you
can delete may change as the Website and Services change. When you delete Personal Information,
however, we may maintain a copy of the unrevised Personal Information in our records for the
duration necessary to comply with our obligations to our affiliates and partners, and for the
purposes described below.</p>
<h2>Disclosure of information</h2>
<p> Depending on the requested Services or as necessary to complete any transaction or provide any
service you have requested, we may share your information with your consent with our trusted third
parties that work with us, any other affiliates and subsidiaries we rely upon to assist in the
operation of the Website and Services available to you. We do not share Personal Information with
unaffiliated third parties. These service providers are not authorized to use or disclose your
information except as necessary to perform services on our behalf or comply with legal requirements.
We may share your Personal Information for these purposes only with third parties whose privacy
policies are consistent with ours or who agree to abide by our policies with respect to Personal
Information. These third parties are given Personal Information they need only in order to perform
their designated functions, and we do not authorize them to use or disclose Personal Information for
their own marketing or other purposes.</p>
<p>We will disclose any Personal Information we collect, use or receive if required or permitted by law,
such as to comply with a subpoena, or similar legal process, and when we believe in good faith that
disclosure is necessary to protect our rights, protect your safety or the safety of others,
investigate fraud, or respond to a government request.</p>
<p>In the event we go through a business transition, such as a merger or acquisition by another company,
or sale of all or a portion of its assets, your user account, and Personal Information will likely
be among the assets transferred.</p>
<h2>Retention of information</h2>
<p>We will retain and use your Personal Information for the period necessary to comply with our legal
obligations, resolve disputes, and enforce our agreements unless a longer retention period is
required or permitted by law. We may use any aggregated data derived from or incorporating your
Personal Information after you update or delete it, but not in a manner that would identify you
personally. Once the retention period expires, Personal Information shall be deleted. Therefore, the
right to access, the right to erasure, the right to rectification and the right to data portability
cannot be enforced after the expiration of the retention period.</p>
<h2>Transfer of information</h2>
<p>Depending on your location, data transfers may involve transferring and storing your information in a
country other than your own. You are entitled to learn about the legal basis of information
transfers to a country outside the European Union or to any international organization governed by
public international law or set up by two or more countries, such as the UN, and about the security
measures taken by us to safeguard your information. If any such transfer takes place, you can find
out more by checking the relevant sections of this Policy or inquire with us using the information
provided in the contact section.</p>
<h2>The rights of users</h2>
<p>You may exercise certain rights regarding your information processed by us. In particular, you have
the right to do the following: (i) you have the right to withdraw consent where you have previously
given your consent to the processing of your information; (ii) you have the right to object to the
processing of your information if the processing is carried out on a legal basis other than consent;
(iii) you have the right to learn if information is being processed by us, obtain disclosure
regarding certain aspects of the processing and obtain a copy of the information undergoing
processing; (iv) you have the right to verify the accuracy of your information and ask for it to be
updated or corrected; (v) you have the right, under certain circumstances, to restrict the
processing of your information, in which case, we will not process your information for any purpose
other than storing it; (vi) you have the right, under certain circumstances, to obtain the erasure
of your Personal Information from us; (vii) you have the right to receive your information in a
structured, commonly used and machine readable format and, if technically feasible, to have it
transmitted to another controller without any hindrance. This provision is applicable provided that
your information is processed by automated means and that the processing is based on your consent,
on a contract which you are part of or on pre-contractual obligations thereof.</p>
<h2>The right to object to processing</h2>
<p>Where Personal Information is processed for the public interest, in the exercise of an official
authority vested in us or for the purposes of the legitimate interests pursued by us, you may object
to such processing by providing a ground related to your particular situation to justify the
objection.</p>
<h2>Data protection rights under GDPR</h2>
<p>If you are a resident of the European Economic Area (EEA), you have certain data protection rights
and TMR Publishing Group aims to take reasonable steps to allow you to correct, amend, delete, or
limit the use of your Personal Information. If you wish to be informed what Personal Information we
hold about you and if you want it to be removed from our systems, please contact us. In certain
circumstances, you have the following data protection rights:</p>
<ul>
<li>You have the right to request access to your Personal Information that we store and have the
ability to access your Personal Information.
</li>
<li>You have the right to request that we correct any Personal Information you believe is
inaccurate. You also have the right to request us to complete the Personal Information you
believe is incomplete.
</li>
<li>You have the right to request the erase your Personal Information under certain conditions of
this Policy.
</li>
<li>You have the right to object to our processing of your Personal Information.</li>
<li> You have the right to seek restrictions on the processing of your Personal Information. When
you restrict the processing of your Personal Information, we may store it but will not process
it further.
</li>
<li> You have the right to be provided with a copy of the information we have on you in a
structured, machine-readable and commonly used format.
</li>
<li> You also have the right to withdraw your consent at any time where TMR Publishing Group relied
on your consent to process your Personal Information.
</li>
</ul>
<p>You have the right to complain to a Data Protection Authority about our collection and use of your
Personal Information. For more information, please contact your local data protection authority in
the European Economic Area (EEA).</p>
<h2>California privacy rights</h2>
<p>In addition to the rights as explained in this Policy, California residents who provide Personal
Information (as defined in the statute) to obtain products or services for personal, family, or
household use are entitled to request and obtain from us, once a calendar year, information about
the Personal Information we shared, if any, with other businesses for marketing uses. If applicable,
this information would include the categories of Personal Information and the names and addresses of
those businesses with which we shared such personal information for the immediately prior calendar
year (e.g., requests made in the current year will receive information about the prior year). To
obtain this information please contact us.</p>
<h2>How to exercise these rights</h2>
<p>Any requests to exercise your rights can be directed to TMR Publishing Group through the contact
details provided in this document. Please note that we may ask you to verify your identity before
responding to such requests. Your request must provide sufficient information that allows us to
verify that you are the person you are claiming to be or that you are the authorized representative
of such person. You must include sufficient details to allow us to properly understand the request
and respond to it. We cannot respond to your request or provide you with Personal Information unless
we first verify your identity or authority to make such a request and confirm that the Personal
Information relates to you.</p>
<h2>Privacy of children</h2>
<p>We do not knowingly collect any Personal Information from children under the age of 13. If you are
under the age of 13, please do not submit any Personal Information through the Website and Services.
We encourage parents and legal guardians to monitor their children's Internet usage and to help
enforce this Policy by instructing their children never to provide Personal Information through the
Website and Services without their permission. If you have reason to believe that a child under the
age of 13 has provided Personal Information to us through the Website and Services, please contact
us. You must also be at least 16 years of age to consent to the processing of your Personal
Information in your country (in some countries we may allow your parent or guardian to do so on your
behalf).</p>
<h2>Do Not Track signals</h2>
<p>Some browsers incorporate a Do Not Track feature that signals to websites you visit that you do not
want to have your online activity tracked. Tracking is not the same as using or collecting
information in connection with a website. For these purposes, tracking refers to collecting
personally identifiable information from consumers who use or visit a website or online service as
they move across different websites over time. The Website and Services do not track its visitors
over time and across third party websites. However, some third party sites may keep track of your
browsing activities when they serve you content, which enables them to tailor what they present to
you.</p>
<h2>Affiliates</h2>
<p>We may engage in affiliate marketing and have affiliate links present on the Website and Services. If
you click on an affiliate link, a cookie will be placed on your browser to track any sales for
purposes of commissions.</p>
<h2>Email marketing</h2>
<p>We offer electronic newsletters to which you may voluntarily subscribe at any time. We are committed
to keeping your e-mail address confidential and will not disclose your email address to any third
parties except as allowed in the information use and processing section. We will maintain the
information sent via e-mail in accordance with applicable laws and regulations.</p>
<p>In compliance with the CAN-SPAM Act, all e-mails sent from us will clearly state who the e-mail is
from and provide clear information on how to contact the sender. You may choose to stop receiving
our newsletter or marketing emails by following the unsubscribe instructions included in these
emails or by contacting us. However, you will continue to receive essential transactional
emails.</p>
<h2>Links to other resources</h2>
<p>The Website and Services contain links to other resources that are not owned or controlled by us.
Please be aware that we are not responsible for the privacy practices of such other resources or
third parties. We encourage you to be aware when you leave the Website and Services and to read the
privacy statements of each and every resource that may collect Personal Information.</p>
<h2>Information security</h2>
<p>We secure information you provide on computer servers in a controlled, secure environment, protected
from unauthorized access, use, or disclosure. We maintain reasonable administrative, technical, and
physical safeguards in an effort to protect against unauthorized access, use, modification, and
disclosure of Personal Information in its control and custody. However, no data transmission over
the Internet or wireless network can be guaranteed. Therefore, while we strive to protect your
Personal Information, you acknowledge that (i) there are security and privacy limitations of the
Internet which are beyond our control; (ii) the security, integrity, and privacy of any and all
information and data exchanged between you and the Website and Services cannot be guaranteed; and
(iii) any such information and data may be viewed or tampered with in transit by a third party,
despite best efforts.</p>
<h2>Data breach</h2>
<p>In the event we become aware that the security of the Website and Services has been compromised or
users Personal Information has been disclosed to unrelated third parties as a result of external
activity, including, but not limited to, security attacks or fraud, we reserve the right to take
reasonably appropriate measures, including, but not limited to, investigation and reporting, as well
as notification to and cooperation with law enforcement authorities. In the event of a data breach,
we will make reasonable efforts to notify affected individuals if we believe that there is a
reasonable risk of harm to the user as a result of the breach or if notice is otherwise required by
law. When we do, we will post a notice on the Website, send you an email, mail you a letter.</p>
<h2>Changes and amendments</h2>
<p>We reserve the right to modify this Policy or its terms relating to the Website and Services from
time to time in our discretion and will notify you of any material changes to the way in which we
treat Personal Information. When we do, we will revise the updated date at the bottom of this page.
We may also provide notice to you in other ways in our discretion, such as through contact
information you have provided. Any updated version of this Policy will be effective immediately upon
the posting of the revised Policy unless otherwise specified. Your continued use of the Website and
Services after the effective date of the revised Policy (or such other act specified at that time)
will constitute your consent to those changes. However, we will not, without your consent, use your
Personal Information in a manner materially different than what was stated at the time your Personal
Information was collected.</p>
<h2>Acceptance of this policy</h2>
<p>You acknowledge that you have read this Policy and agree to all its terms and conditions. By
accessing and using the Website and Services you agree to be bound by this Policy. If you do not
agree to abide by the terms of this Policy, you are not authorized to access or use the Website and
Services.</p>
<h2>Contacting us</h2>
<p>If you would like to contact us to understand more about this Policy or wish to contact us concerning
any matter relating to individual rights and your Personal Information, you may send an email to
&#112;&#117;&#98;l&#105;sher&#64;t&#109;&#114;jo&#117;&#114;na&#108;s.&#99;om.</p>
<p>This document was last updated on July 13, 2021</p>
</div>
</div>
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/return-top.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/js.js"></script>
<script src="js/scientist.js"></script>
<script>
</script>
</html>

54
ar_notice.html Normal file
View File

@@ -0,0 +1,54 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/form.css"/>
</head>
<body>
<div id="col-content">
<div id="index_top" class="ind_home">
<!--头部信息-->
</div>
<div class="article">
<div class="art_main art_main_con">
<div class="fuwenben" style="padding-bottom: 20px">
<h2 class="rgb_color"> </h2>
<div style="padding: 0 30px;line-height: 24px;text-align: justify;">
<!-- 消息文章-->
</div>
</div>
</div>
<br clear="both">
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/clipboard.js"></script>
<script src="js/return-top.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/js.js"></script>
<script src="js/scientist.js"></script>
<script>
$(function(){
notice_index()
});
</script>
</html>

391
article.html Normal file
View File

@@ -0,0 +1,391 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<script type='text/javascript'
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
async='async'></script>
<style>
.article__{
background-color: #f4fafd;
padding: 0 15px;
margin-top: -15px;
}
.act_chajian {
padding: 10px 15px;
}
.pos_ter{
padding:0 0 20px 0
}
.pos_ter>div:nth-child(1){
width: 275px;
height: 105px;
}
.pos_ter>div:nth-child(3){
width: 235px;
height: 68px;
padding: 25px 12px 12px 12px;
}
.pos_ter>div:nth-child(4){
width: 242px;
height: 90px;
padding: 15px 0 0 0;
margin-right: 0;
}
.pos_ter>div:nth-child(4) img{
width: 100%;
}
.pos_ter>div{
float: left;
margin-right: 10px;
background-color: #fff;
}
.pos_ter>a{
float: left;
width: 240px;
text-align: center;
display: block;
padding: 25px 12px 12px 12px;
margin-right: 10px;
background-color: #fff;
height: 68px;
}
</style>
</head>
<body>
<div id="col-content">
<div id="top_bar">
<!--头部-->
</div>
<div class="article wenzhang">
<div class="wen_jian">
<div class="left">
<span>
<a href="" class="txt_zhaiyao" target="_blank"> </a>
<!-- &nbsp; >> &nbsp; 2019, Vol. 4-->
<!-- &nbsp; >> &nbsp;I ssue (3): 118-130 DOI:10.12032/TMR20190225105-->
</span>
<h4></h4>
<div class="sharethis-inline-share-buttons" style="margin-left: 0;margin-top: -10px"></div>
<div style="line-height: 22px" class="zuo_zhe">
<!-- Roshanak Ghods1,2 ,Mojtaba Abdi3 ,Matineh Pourrahimi4,* () , Fataneh Hashem Dabaghian1,2<br/>-->
<!-- 1Research Institute for Islamic and Complementary Medicine, Iran University of Medical Sciences, Tehran, Iran;<br/>-->
<!-- 2 School of Persian Medicine, Iran University of Medical Sciences, Tehran, Iran;<br/>-->
<!-- 3 School of Nursing and Midwifery Branch, Iran University of Medical Sciences, Tehran, Iran;<br/>-->
<!-- 4 Faculty of Allied Medicine Branch, Iran University of Medical Sciences, Tehran, Iran.<br/>-->
</div>
</div>
<div class="right">
<h5>Cite this article:</h5>
<p>
<!-- Cite this article -->
</p>
<div class="links_">
<!-- pdf html下载-->
</div>
<div class="Note_TeX">
<!-- <a href="" style="color: #7a2702;">EndNote-->
<!-- <span style="color: #666;">(RIS)</span>-->
<!-- </a>&nbsp;&nbsp;-->
<!-- <a href="" style="color: #7a2702;">BibTeX</a>-->
</div>
<ul class="export">
<li class="Exc_2"><i class="fa fa-download"></i> Export citation to EndNote</li>
<li class="Exc_3"><i class="fa fa-download"></i> Export citation to RIS</li>
<li class="Exc_4"><i class="fa fa-download"></i> Export citation to BibTex</li>
<li class="Exc_5"><i class="fa fa-download"></i> Export citation to txt</li>
</ul>
</div>
<br clear="both">
</div>
</div>
<div class="article__ wenzhang">
<div class="wen_rong">
<div class="left">
<div class="rong_box">
<ul id="tablist">
<li class="tabin">Abstract</li>
<li class="tarmho">Medical history of objective</li>
<!--<li class="tarad"></li>-->
<div class="tarfipdf">PDF</div>
<div class="tarfihml">HTML</div>
<li class="tarpdf">Supplementary Material</li>
</ul>
<div class="content-box">
<div class="content contercon contentin">
<div class="abst"
style="margin: 20px 0 40px 0;text-align: justify;word-wrap: break-word;color:#444;font-size: 15px"></div>
<div class="keyw">
<b>Key words: </b><span class="ur_red"></span>
</div>
<!-- <div class="fund">-->
<!-- <b>Fund: </b><span></span>-->
<!-- </div>-->
<!-- <div class="coau">-->
<!-- <b>Corresponding author: </b><span></span>-->
<!-- </div>-->
<!-- <div class="emai">-->
<!-- <b>E-mail: </b><span></span>-->
<!-- </div>-->
<!-- <div class="cite">-->
<!-- <b>Cite this article: </b><br/><span></span>-->
<!-- </div>-->
<!-- <div class="time">-->
<!-- <b>Published date: </b><span></span>-->
<!-- </div>-->
<div class="url">
<b>DOI URL: </b><span class="ur_red"></span>
</div>
<div class="udr">
<b>Original DOI URL: </b><span class="ur_red"></span>
</div>
</div>
<div class="content contemho">
<ul>
<!--pdf 选项卡六-->
</ul>
</div>
<!--<div class="content conterad">-->
<!--&lt;!&ndash;Tradition 选项卡二&ndash;&gt;-->
<!--<h1></h1>-->
<!--<p></p>-->
<!--</div>-->
<!-- <div class="content contfdf">-->
<!-- <ul>-->
<!-- &lt;!&ndash;pdf 选项卡三&ndash;&gt;-->
<!-- </ul>-->
<!-- </div>-->
<!-- <div class="content contfhml">-->
<!-- <ul>-->
<!-- &lt;!&ndash;pdf 选项卡四&ndash;&gt;-->
<!-- </ul>-->
<!-- </div>-->
<div class="content contepdf">
<ul>
<!--pdf 选项卡五-->
</ul>
</div>
</div>
</div>
<div style="background-color: #f4fafd;height: 20px"></div>
<div class="mb_aform">
<div class="search_for">
<!-- <select name="cut">-->
<!-- <option value="1">Title</option>-->
<!-- <option value="2">Full Text</option>-->
<!-- <option value="3">Author</option>-->
<!-- </select>-->
<input type="text" placeholder="Search for Articles" value="" class="sfor_inpw">
<input class="sfor_btnw" type="button" value="Search">
</div>
<br clear="both">
<img src="img/em_ile.png" alt="">
<div>
<p>Latest Research and News</p>
<input id="combox4" autocomplete="off" placeholder="Please choose topics"
style="width: 250px;height: 29px">
<input type="text" id="emaplm" value="" placeholder="Please enter a valid email address"/>
<br><span class="spa spa111"></span>
<input type="submit" value="Subscribe" class="yue_addm"/>
<i class="icon"></i>
</div>
<br clear="both">
</div>
<div style="background-color: #f4fafd;height: 20px" class="corr_late_bg"></div>
<div class="corr_late">
<h3>Related articles</h3>
<ul>
<!-- 相关文章-->
</ul>
</div>
</div>
<div class="right">
<ul class="pos_topic">
<!-- 话题-->
</ul>
<div class="act_chajian">
<div id="trendmd-suggestions"></div>
</div>
<!-- <ul>-->
<!-- <h3>Service</h3>-->
<!-- <li>»&nbsp;<a href="">E-mail Alert</a></li>-->
<!-- <li>»&nbsp;<a href="">RSS</a></li>-->
<!-- </ul>-->
<!-- <ul>-->
<!-- <h3>Articles by authors</h3>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- <li>»&nbsp;<a href="">Fataneh Hashem Dabaghian</a></li>-->
<!-- </ul>-->
<!-- <ul>-->
<!-- <h3>Related Articles</h3>-->
<!-- <li>-->
<!-- <a href="">Treatment of diabetic foot ulcer with medicinal leech therapy and honey curcumin dressing: a case report</a>-->
<!-- <p>[Traditional Medicine Research. 2019, 4(6):338-344]</p>-->
<!-- </li>-->
<!-- <li>-->
<!-- <a href="">Treatment of diabetic foot ulcer with medicinal leech therapy and honey curcumin dressing: a case report</a>-->
<!-- <p>[Traditional Medicine Research. 2019, 4(6):338-344]</p>-->
<!-- </li>-->
<!-- </ul>-->
<!-- <div class="rig_yin">-->
<!-- <h3>We recommend</h3>-->
<!-- <div>-->
<!-- <h4><a href="">Leech therapy indications: a scoping review</a></h4>-->
<!-- <p>Roshanak Ghods1 et al., Traditional Medicine Research, 2020</p>-->
<!-- </div>-->
<!-- <div>-->
<!-- <h4><a href="">Leech therapy indications: a scoping review</a></h4>-->
<!-- <p>Roshanak Ghods1 et al., Traditional Medicine Research, 2020</p>-->
<!-- </div>-->
<!-- <div>-->
<!-- <h4><a href="">Leech therapy indications: a scoping review</a></h4>-->
<!-- <p>Roshanak Ghods1 et al., Traditional Medicine Research, 2020</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="rig_img">-->
<!-- </div>-->
</div>
<br clear="both">
</div>
<div class="pos_ter">
<div>
<div style="float: left;width: 190px;margin-left: 10px">
<a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">
<img src="img/fasdf.png" alt="" style="padding: 15px 0 0 0">
</a>
<p>This work is licensed under a Creative Commons Attribution 4.0 International License.</p>
</div>
<div style="float: left;width: 65px;text-align: center">
<a href="https://en.wikipedia.org/wiki/Open_access" style="text-align: center;display: block"
target="_blank">
<img src="img/open.png" alt="" style="width: 85%;margin-top: 28px">
</a>
</div>
<br clear="both">
</div>
<a href="https://www.crossref.org/" target="_blank">
<img src="img/doi.png" alt="" style="width: 100%;">
</a>
<div>
<a href="https://orcid.org/" target="_blank" style="float: left;display: block">
<img src="img/orcid.svg" style="width: 160px">
</a>
<a href="https://orcid.org/" target="_blank" style="float: left;display: block;margin-left: 20px;">
<img src="img/or_id.png" alt="" style="width: 55px;height: 55px;">
</a>
<br clear="both">
</div>
<div>
<img src="img/libary.png" alt="">
</div>
<br clear="both">
</div>
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/return-top.js"></script>
<script src="js/layer/layer.js"></script>
<script src="js/js.js"></script>
<script src="js/side.js"></script>
<script src="js/article.js"></script>
<script>
$(function () {
var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.src = '//js.trendmd.com/trendmd.min.js';
if (localStorage.Journals_title == 'Biomedical Engineering Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'87461', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Food and Health') {
script.dataset['trendmdconfig'] = "{'journal_id':'79603', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Medical Theory and Hypothesis') {
script.dataset['trendmdconfig'] = "{'journal_id':'79601', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'TMR Non-Drug Therapy') {
script.dataset['trendmdconfig'] = "{'journal_id':'79600', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'TMR Modern Herbal Medicine') {
script.dataset['trendmdconfig'] = "{'journal_id':'79599', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Nursing Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'79598', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'TMR Integrative Medicine') {
script.dataset['trendmdconfig'] = "{'journal_id':'79597', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Clinical Research Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'79596', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Psychosomatic Medicine Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79595', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Life Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79594', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Gastroenterology & Hepatology Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79593', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Medical Data Mining') {
script.dataset['trendmdconfig'] = "{'journal_id':'79592', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Toxicology Advances') {
script.dataset['trendmdconfig'] = "{'journal_id':'79591', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Tumor Microenvironment Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79590', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'History and Philosophy of Medicine') {
script.dataset['trendmdconfig'] = "{'journal_id':'79589', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Precision Medicine Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79588', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Drug Combination Therapy') {
script.dataset['trendmdconfig'] = "{'journal_id':'79587', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'tmRxiv') {
script.dataset['trendmdconfig'] = "{'journal_id':'79586', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Infectious Diseases Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79585', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Aging Communications') {
script.dataset['trendmdconfig'] = "{'journal_id':'79584', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Cancer Advances') {
script.dataset['trendmdconfig'] = "{'journal_id':'79583', 'element':'#trendmd-suggestions'}";
}
if (localStorage.Journals_title == 'Traditional Medicine Research') {
script.dataset['trendmdconfig'] = "{'journal_id':'79582', 'element':'#trendmd-suggestions'}";
}
head.appendChild(script);
side_list();
article_con();
});
</script>
</html>

67
article_list.html Normal file
View File

@@ -0,0 +1,67 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/jqueryPage/style/kkpager_orange.css" />
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<style>
.article .art_main .new_art > h4{
padding: 0 4px 16px 18px
}
</style>
</head>
<body>
<!-- 放大遮罩层 -->
<div id="bigimg" onclick="closeimg();"></div>
<div id="col-content">
<div id="top_bar">
<!--头部-->
</div>
<div class="article">
<div class="art_side">
<!--侧边栏-->
</div>
<div class="art_main art_main_con">
<div class="new_art wenz_list">
<h4 class="rgb_color">
<!-- 标题-->
</h4>
<ul>
<!-- 文章列表推广文章-->
</ul>
</div>
</div>
<br clear="both">
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/clipboard.js"></script>
<script src="js/return-top.js"></script>
<script type="text/javascript" src="style/jqueryPage/js/kkpager.js"></script>
<script src="js/layer/layer.js"></script>
<script src="js/js.js"></script>
<script src="js/side.js"></script>
<script src="js/article.js"></script>
<script>
$(function () {
side_list()
at_list();
});
</script>
</html>

60
artihom_list.html Normal file
View File

@@ -0,0 +1,60 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/jqueryPage/style/kkpager_orange.css"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/form.css"/>
</head>
<body>
<!-- 放大遮罩层 -->
<div id="bigimg" onclick="closeimg();"></div>
<div id="col-content">
<div id="index_top" class="ind_home">
<!--头部信息-->
</div>
<div class="article">
<div class="art_main art_main_con">
<div class="new_art wenz_list">
<h4 class="rgb_color">
<!-- 标题-->
</h4>
<ul>
<!-- 文章列表推广文章-->
</ul>
</div>
</div>
<br clear="both">
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-cookie.js"></script>
<script src="js/clipboard.js"></script>
<script src="js/return-top.js"></script>
<script type="text/javascript" src="style/jqueryPage/js/kkpager.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/js.js"></script>
<script src="js/scientist.js"></script>
<script>
$(function () {
more_list();
});
</script>
</html>

16
atr/index.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Toxicology Advances</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="../journals.html?J_num=10" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

66
atr_issues.html Normal file
View File

@@ -0,0 +1,66 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/form.css"/>
</head>
<body>
<div id="col-content">
<div id="index_top" class="ind_home">
<!--头部信息-->
</div>
<div class="article">
<div class="art_main art_main_con">
<h4 class="rgb_color">Open Special Issues</h4>
<ul class="atr_issues">
<!-- 所有期刊专刊列表-->
<li>
<img src="img/baiss.png">
<div>
<a>Sudanese traditional medicine and practices</a>
<span><font style="color: #666">Guest Editor:</font> Abdalbasit Mariod</span>
<span><font style="color: #666">Deadline:</font> 2022-06-30</span>
<div class="gue_s_btn">
<a class="gue_appli">Guest Editor Application</a>
<a class="gue_submin">Submit Article</a>
</div>
</div>
<br clear="both">
</li>
</ul>
</div>
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/return-top.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="style/combobox/combobox.js"></script>
<script src="js/lunbo.js"></script>
<script src="js/checkbox.js"></script>
<script src="js/js.js"></script>
<script src="js/scientist.js"></script>
<script>
$(function () {
art_issues();
});
</script>
</html>

51
atr_list.html Normal file
View File

@@ -0,0 +1,51 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/form.css"/>
</head>
<body>
<div id="col-content">
<div id="index_top" class="ind_home">
<!--头部信息-->
</div>
<div class="article">
<div style="text-align: center">
<img src="img/b_word.png" style="margin: 0 0 20px 0;width: 1275px;">
</div>
<div class="atr_tist">
<ul>
<!-- 所有期刊列表页面-->
</ul>
</div>
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/return-top.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="style/combobox/combobox.js"></script>
<script src="js/lunbo.js"></script>
<script src="js/checkbox.js"></script>
<script src="js/js.js"></script>
<script src="js/scientist.js"></script>
<script>
$(function(){
art_list();
});
</script>
</html>

194
atr_wisdom.html Normal file
View File

@@ -0,0 +1,194 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="js/selectivity/selectivity-jquery.css">
<link rel="stylesheet" type="text/css" href="style/form.css"/>
<style>
.es_serch {
margin: 40px 0 30px 0;
}
.es_serch>div {
width: 1280px;
height: 300px;
margin: 0 auto;
padding: 85px 30px 32px 60px;
/*background-image: linear-gradient(to right, #194854 , #1e9baf);*/
/*background-image: linear-gradient(to right, #194854 , #1e9baf), url('img/home_5.jpg');*/
background-image: url('img/home_5.jpg');
background-blend-mode: multiply;
background-size: 100% auto;
position: relative;
}
.es_serch>div::before{
/*  content:"";*/
/*  background:url('img/home_0.jpg');*/
/*  opacity:0.5;*/
/*  top:0;*/
/*  left:0;*/
/*  bottom:0;*/
/*  right:0;*/
/*  position:absolute;*/
/*  z-index:-1;*/
}
.es_serch>div>p {
font-weight: bold;
font-size: 18px;
margin: 0 20px 25px 0;
vertical-align: sub;
color: #fff;
line-height: 30px;
}
.es_serch #com_index{
display: inline-block;
border-radius: 5px;
margin: 0 10px 0 0;
width: 300px;
}
.es_serch #com_index .selectivity-single-select{
background-color: #fff;
border-radius: 5px;
}
.es_serch #com_index .selectivity-caret {
right: 8px;
border-left: 1px solid #ccc;
height: 22px;
padding: 0 0 0 8px;
}
.es_serch .es_serch_btn{
color: #006699;
cursor: pointer;
display: inline-block;
background-color: #fff;
border-radius: 5px;
padding: 7px 8px;
vertical-align: top;
}
.es_serch .es_serch_btn>i {
margin-right: 5px;
font-weight: bold;
color: #007398;
font-size: 22px;
}
</style>
</head>
<body>
<div id="col-content">
<div id="index_top" class="ind_home">
<!--头部信息-->
</div>
<div class="article">
<!-- <div style="text-align: center">-->
<!-- <img src="img/b_word.png" style="margin: 10px 0 20px 0;width: 1280px;">-->
<!-- </div>-->
<div class="es_serch">
<div>
<p>Too many journals to choose?<br> Please select the topic of your manuscript.</p>
<!-- <input id="comindex" autocomplete="off" placeholder="Please choose topics">-->
<div id="com_index" name="name"></div>
<span class="es_serch_span" style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please choose topics</span>
<a target="_blank" class="es_serch_btn">
<i class="fa fa-search" aria-hidden="true"></i>
</a>
<img src="./img/briefing.png" style="position:absolute;right: 270px;bottom: 70px;width: 150px;opacity:0.8;">
<img src="./img/user.png" style="position:absolute;right:120px;top:70px; width: 80px;opacity: 0.8;">
<img src="./img/ubook.png" style="position:absolute;right:500px;top:60px; width: 80px;opacity: 0.8;">
</div>
</div>
<div class="atr_wisdom">
<!-- 所有期刊列表页面-->
</div>
<p style="width: 1280px;margin: 0 auto 25px auto;">
<b style="font-weight: bold;font-size: 18px;display: block;margin: 0 0 3px 0;">New Journal Proposal
Application</b>
TMR Publishing Group's new journal applications are not limited to medicine. All scientists of all
disciplines interested in creating a journal platform are welcome to contact us. Please submit your proposal
(Personal Information; Potential Editor-in-Chief; Proposed title; Aim & Scope) to <b style="color: #006699">publisher@tmrjournals.com</b>
</p>
</div>
<div class="news_ment ncon_SCom">
<div>
<div>
<img src="img/unity_1.png" alt="" style="width: 150px;margin:22px 0 0 85px;">
<a href="rev_ver.html" target="_blank" class="rgb_color">Scientist<br>Community</a>
<div class="bor_sty_col" style="left: 323px"></div>
<div class="bor_sty_col" style="left: 649px"></div>
<div class="bor_sty_col" style="left: 971px"></div>
</div>
<div>
<a href="tmrde" target="_blank">
<img src="img/rev_pic.png" alt="" style="width: 150px;margin: 45px 0 0 82px;">
</a>
<br>
<p class="rgb_color">Traditional Medicine Research <br> Data Expanded</p>
</div>
<div style="position: relative">
<p class="rgb_color">Find open access articles</p>
<div style="position: absolute;width: 1px;height: 20px;left: 111px;top: 101px;background-color: #ccc"></div>
<div style="position: absolute;width: 1px;height: 20px;left: 91px;top: 101px;background-color: #ccc"></div>
<div class="es_setext">
<select name="es_setext_in" class="es_setext_in">
<option value="title">Title</option>
<option value="abstract">Abstract</option>
<option value="keywords">Keywords</option>
<option value="author">Author</option>
</select>
<input type="text" id="es_setext_input"
placeholder="">
</div>
<span class="es_setext_span"
style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please fill in title or author name</span>
<a target="_blank" class="es_setext_btn">
<i class="fa fa-hand-o-right" aria-hidden="true"></i>Search
</a>
</div>
<div>
<input type="text" id="emapl_de" value="" placeholder="Please enter a valid email address"/>
<div id="combox_box" name="name"></div>
<br><span class="spa spa_de"></span>
<input type="submit" value="Subscribe" class="yue_de"/>
<p style="color: #006699;font-size: 12px;line-height: 15px;">
We will only use your email to notify you when new articles are published.You can unsubscribe at any
time.
</p>
</div>
<br clear="both">
</div>
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/return-top.js"></script>
<script src="js/jquery-ui.js"></script>
<!--<script src="style/combobox/combobox.js"></script>-->
<!--<script src="js/lunbo.js"></script>-->
<!--<script src="js/checkbox.js"></script>-->
<script type="text/javascript" src="js/selectivity/selectivity-jquery.js"></script>
<script src="js/js.js"></script>
<script src="js/scientist.js"></script>
<script>
$(function () {
art_wisdom();
});
</script>
</html>

16
bmec/index.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Biomedical Engineering Communications</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="../journals.html?J_num=25" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

64
booker.html Normal file
View File

@@ -0,0 +1,64 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/combobox/combobox.css"/>
<link rel="stylesheet" type="text/css" href="style/form.css"/>
<style>
.topics>h2 {
font-weight: 700;
text-align: center;
color: #000;
font-size: 24px;
padding: 30px 0;
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
}
</style>
</head>
<body>
<div id="col-content">
<div id="index_top" class="ind_home">
<!--头部信息-->
</div>
<div class="article">
<div style="width: 1300px;margin: 0 auto">
<div class="art_main">
<div class="topics">
<h2 class="rgb_color"> </h2>
<div style="line-height: 24px">
</div>
</div>
</div>
<br clear="both">
</div>
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/return-top.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/js.js"></script>
<script src="js/scientist.js"></script>
<script>
$(function(){
scien_list();
bs_text();
});
</script>
</html>

96
booker_list.html Normal file
View File

@@ -0,0 +1,96 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="js/selectivity/selectivity-jquery.css">
<link rel="stylesheet" type="text/css" href="style/form.css"/>
</head>
<body>
<div id="col-content">
<div id="index_top" class="ind_home">
<!--头部信息-->
</div>
<div class="article">
<div class="scec_book scien_tist">
<ul>
<!-- 人或者书籍或者消息的列表页面-->
</ul>
</div>
</div>
<div class="news_ment ncon_SCom">
<div>
<div>
<img src="img/unity_1.png" alt="" style="width: 150px;margin:22px 0 0 85px;">
<a href="rev_ver.html" target="_blank" class="rgb_color">Scientist<br>Community</a>
<div class="bor_sty_col" style="left: 323px"></div>
<div class="bor_sty_col" style="left: 649px"></div>
<div class="bor_sty_col" style="left: 971px"></div>
</div>
<div>
<a href="tmrde" target="_blank">
<img src="img/rev_pic.png" alt="" style="width: 150px;margin: 45px 0 0 82px;">
</a>
<br>
<p class="rgb_color">Traditional Medicine Research <br> Data Expanded</p>
</div>
<div style="position: relative">
<p class="rgb_color">Find open access articles.</p>
<div style="position: absolute;width: 1px;height: 20px;left: 111px;top: 101px;background-color: #ccc"></div>
<div style="position: absolute;width: 1px;height: 20px;left: 91px;top: 101px;background-color: #ccc"></div>
<div class="es_setext">
<select name="es_setext_in" class="es_setext_in">
<option value="title">Title</option>
<option value="abstract">Abstract</option>
<option value="keywords">Keywords</option>
<option value="author">Author</option>
</select>
<input type="text" id="es_setext_input"
placeholder="">
</div>
<span class="es_setext_span"
style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please fill in title or author name</span>
<a target="_blank" class="es_setext_btn">
<i class="fa fa-hand-o-right" aria-hidden="true"></i>Search
</a>
</div>
<div>
<input type="text" id="emapl_de" value="" placeholder="Please enter a valid email address"/>
<div id="combox_box" name="name"></div>
<br><span class="spa spa_de"></span>
<input type="submit" value="Subscribe" class="yue_de"/>
<p style="color: #006699;font-size: 12px;line-height: 15px;">
We will only use your email to notify you when new articles are published.You can unsubscribe at any time.
</p>
</div>
<br clear="both">
</div>
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/return-top.js"></script>
<script src="js/jquery-ui.js"></script>
<script type="text/javascript" src="js/selectivity/selectivity-jquery.js"></script>
<script src="js/js.js"></script>
<script src="js/scientist.js"></script>
<script>
$(function(){
scien_list();
bs_list();
});
</script>
</html>

16
cancer/index.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Cancer Advances</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="../journals.html?J_num=2" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<script>
onload=function(){
location.href="https://www.tmrjournals.com/ccmr";
};
</script>

22
ccmr/index.html Normal file
View File

@@ -0,0 +1,22 @@
<!--<html>-->
<!--<head>-->
<!-- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">-->
<!-- <title>经典中医研究</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="../journals.html?J_num=22" scrolling="auto" noresize>-->
<!-- </frameset>-->
<!--</head>-->
<!--<body>-->
<!--</body>-->
<!--</html>-->
<script>
onload=function(){
location.href="https://www.tmrjournals.com/cqr";
};
</script>

393
contribu_form.html Normal file
View File

@@ -0,0 +1,393 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<style>
</style>
</head>
<body>
<div id="col-content">
<div id="top_bar">
<!--头部-->
</div>
<div class="article">
<div class="art_side">
<!--侧边栏-->
</div>
<div class="art_main art_main_con back_fff">
<div class="contbu_ contbu_submit contbu_normal">
<div class="contb_user">Hello!&nbsp; <span></span> <a>[Log out]</a></div>
<div class="tbu_submit">
<div style="margin-left: 30px;display: none">
<label>Journal </label><b>*</b><br>
<select name="journal" id="journal">
</select>
</div>
<div style="margin-left: 30px">
<label>Title </label><b>*</b><br>
<input type="text" id="title" value=""/>
<span class="spa spa1"></span>
</div>
<div style="margin-left: 30px">
<label>Major </label><br>
<select name="major" style="width: 200px">
</select>
<select name="cmajor" style="width: 200px">
</select>
</div>
<div style="margin-left: 30px">
<label>Type </label><br>
<select name="type" id="type">
<option value="A">Article</option>                         
<option value="B">Review</option>                       
<option value="C">Case report</option>                     
<option value="M">Meta-analysis</option>                     
<option value="P">Research proposal</option>                     
<option value="N">News</option>                     
<option value="T">Comment</option>                          
<option value="O">Others</option>
</select>
</div>
<div style="margin: 5px 0 10px 40px" class="Approval">
<input type="checkbox" name="approval" style="margin-left: 10px"><span>Ethical Approval </span>
</div>
<div style="margin-left: 30px">
<label>Author </label><b>*</b>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">The number of both (First Author and Corresponding Author) should be no more than two respectively.</span>
<a class="author_add">+ add</a>
<p class="f_c_tishi" style="display:none;margin-left: 65px;font-size: 12px;color: #e91c1c;">First author anc corresponding author at least one.</p>
<div class="ctb_author" action="">
<form>
<h3><b>Author <b class="author_num">1</b></b></h3>
<label>Name: <b>*</b></label>
<input type="text" name="firstname" style="width: 180px"/>
<input type="text" name="lastname" style="width: 180px"/>
<span class="spa"></span><br>
<label style="width: 120px"></label>
<span>First author </span>
<input type="checkbox" name="isSuper" value="1" style="margin-left: 10px"><br>
<label style="width: 120px"></label>
<span>Corresponding author </span>
<input type="checkbox" name="isReport" value="1" style="margin-left: 10px"><span class="spa"></span><br>
<label>E-mail: <b>*</b></label>
<input type="text" name="email"/><span class="spa"></span><br>
<label>Institution: <b>*</b></label>
<input type="text" name="company"/><span class="spa"></span><br>
<label>Department: </label>
<input type="text" name="department"/><span class="spa"></span><br>
<label>Title: </label>
<select name="title">
<option value="Prof.">Prof.</option>
<option value="Associate Prof.">Associate Prof.</option>
<option value="Assistant Prof.">Assistant Prof.</option>
<option value="Ph.D.">Ph.D.</option>
<option value="Others">Others</option>
</select><br>
<label>Country: </label>
<select name="country">
</select>
</form>
</div>
</div>
<div style="margin-left: 30px">
<label>Abstrart </label><b>*</b><br>
<textarea type="text" id="abstrart" value="" style="width: 700px"></textarea><br>
<span class="spa spa3"></span>
</div>
<div style="margin-left: 30px">
<label>Key words </label><b>*</b><br>
<input type="text" id="keyword" value="" placeholder="eg:keyword1,keyword2,keyword3"/>
<span class="spa spa4"></span>
</div>
<div style="margin-left: 30px">
<label>Fund </label><br>
<input type="text" id="fund" value=""/>
</div>
<div style="margin-left: 30px">
<label>Cover letter </label>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">Only pdf and word files can be uploaded(.pdf,.doc,.docx)</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_1" style="display:none" multiple="multiple"/>
<div onclick="up_file_1()">click upload</div>
<ul id="filename_1" style=""> </ul>
</div>
</div>
<div style="margin-left: 30px">
<label>Figures </label>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">Only compressed files can be uploaded(.rar,.zip)</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_2" style="display:none" multiple="multiple"/>
<div onclick="up_file_2()">click upload</div>
<ul id="filename_2" style=""> </ul>
</div>
</div>
<!-- <div style="margin-left: 30px">-->
<!-- <label>Title page </label><b>*</b>-->
<!-- <span style="font-size: 10px;color: #afafaf;margin-left: 10px">Only word files can be uploaded(.doc,.docx)</span><br>-->
<!-- <div class="my_file" style="">-->
<!-- <input type="file" id="ch_file_3" style="display:none" multiple="multiple"/>-->
<!-- <div onclick="up_file_3()">click upload</div>-->
<!-- <ul id="filename_3" style=""> </ul>-->
<!-- <span class="spa spa7"></span>-->
<!-- </div>-->
<!-- </div>-->
<div style="margin-left: 30px">
<label>Manuscirpt </label><b>*</b>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">Only word and compressed files can be uploaded(.doc,.docx,.rar,.zip)</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_4" style="display:none" multiple="multiple"/>
<div onclick="up_file_4()">click upload</div>
<ul id="filename_4" style=""> </ul>
<span class="spa spa6"></span>
</div>
</div>
<br><br>
<div style="margin-left: 52px">
<input type="checkbox" name="have" value="1">
I accept
<a target="_blank" class="rgb_color res_pon" style="cursor: pointer"> the license agreement</a>
<span class="spa spa5"></span>
<div id="mask" class="mask"></div>
<div class="tanchu">
<div class="mainbox">
<div class="close">X</div>
<p style="margin-top: 20px;padding: 0 20px;line-height: 22px;">
Creative Commons Licensing
<br>TMR Publishing Group provides authors the choice of applying the
Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) licenses defined below,
to be determined after acceptance:
<br>Attribution: CC BY-NC 4.0
<br>This license lets others distribute, remix, tweak, and build upon your work.
They can not use the material for commercial purposes.
</p>
</div>
</div>
</div>
<div style="margin-left: 30px">
<label></label>
<input type="submit" value="Submit" class="sub_guest" onclick="contribu_form()"/>
</div>
</div>
</div>
<div class="contbu_ contbu_submit contbu_chinesee">
<div class="contb_user">你好!&nbsp; <span></span> <a>[退出]</a></div>
<div class="tbu_submit">
<div style="margin-left: 30px;display: none">
<label>期刊 </label><b>*</b><br>
<select name="journal" id="journal">
</select>
</div>
<div style="margin-left: 30px">
<label>题目 </label><b>*</b><br>
<input type="text" id="title" value=""/>
<span class="spa spa1"></span>
</div>
<div style="margin-left: 30px">
<label>文章领域</label><br>
<select name="major" style="width: 200px">
</select>
<select name="cmajor" style="width: 200px">
</select>
</div>
<div style="margin-left: 30px">
<label>文章类型 </label><br>
<select name="type" id="type">
<option value="A">文章</option>                         
<option value="B">综述</option>                       
<option value="C">个案报道</option>                     
<option value="M">荟萃分析</option>                     
<option value="P">研究计划</option>                     
<option value="N">新闻</option>                     
<option value="T">评论</option>                          
<option value="O">其他</option>
</select>
</div>
<div style="margin: 5px 0 10px 40px" class="Approval">
<input type="checkbox" name="approval" style="margin-left: 10px"><span>伦理批准 </span>
</div>
<div style="margin-left: 30px">
<label>作者 </label><b>*</b>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">文章的第一作者和通讯作者不超过2个</span>
<a class="author_add">+ 新增</a>
<p class="f_c_tishi" style="display:none;margin-left: 65px;font-size: 12px;color: #e91c1c;">First author anc corresponding author at least one.</p>
<div class="ctb_author" action="">
<form>
<h3><b>作者 <b class="author_num">1</b></b></h3>
<label>姓名: <b>*</b></label>
<input type="text" name="firstname" style="width: 180px"/>
<input type="text" name="lastname" style="width: 180px"/>
<span class="spa"></span><br>
<label style="width: 120px"></label>
<span>第一作者 </span>
<input type="checkbox" name="isSuper" value="1" style="margin-left: 10px"><br>
<label style="width: 120px"></label>
<span>通讯作者 </span>
<input type="checkbox" name="isReport" value="1" style="margin-left: 10px"><span class="spa"></span><br>
<label>邮箱: <b>*</b></label>
<input type="text" name="email"/><span class="spa"></span><br>
<label>单位: <b>*</b></label>
<input type="text" name="company"/><span class="spa"></span><br>
<label>部门: </label>
<input type="text" name="department"/><span class="spa"></span><br>
<label>职称: </label>
<select name="title">
<option value="Prof.">教授</option>
<option value="Associate Prof.">副教授</option>
<option value="Assistant Prof.">助理教授</option>
<option value="Ph.D.">博士</option>
<option value="Others">其他</option>
</select><br>
<label>国家: </label>
<select name="country">
</select>
</form>
</div>
</div>
<div style="margin-left: 30px">
<label>摘要 </label><b>*</b><br>
<textarea type="text" id="abstrart" value="" style="width: 700px"></textarea><br>
<span class="spa spa3"></span>
</div>
<div style="margin-left: 30px">
<label>关键词 </label><b>*</b><br>
<input type="text" id="keyword" value="" placeholder="示例:关键词1,关键词2,关键词3"/>
<span class="spa spa4"></span>
</div>
<div style="margin-left: 30px">
<label>基金项目 </label><br>
<input type="text" id="fund" value=""/>
</div>
<div style="margin-left: 30px">
<label>附信 </label>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">仅pdf和word文件可以上传pdf, doc, docx</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_1" style="display:none" multiple="multiple"/>
<div onclick="up_file_1()">上传</div>
<ul id="filename_1" style=""> </ul>
</div>
</div>
<div style="margin-left: 30px">
<label>图表 </label>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">仅压缩文件可以上传rar, zip</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_2" style="display:none" multiple="multiple"/>
<div onclick="up_file_2()">上传</div>
<ul id="filename_2" style=""> </ul>
</div>
</div>
<!-- <div style="margin-left: 30px">-->
<!-- <label>扉页 </label><b>*</b>-->
<!-- <span style="font-size: 10px;color: #afafaf;margin-left: 10px">仅word文件可以上传</span><br>-->
<!-- <div class="my_file" style="">-->
<!-- <input type="file" id="ch_file_3" style="display:none" multiple="multiple"/>-->
<!-- <div onclick="up_file_3()">上传</div>-->
<!-- <ul id="filename_3" style=""> </ul>-->
<!-- <span class="spa spa7"></span>-->
<!-- </div>-->
<!-- </div>-->
<div style="margin-left: 30px">
<label>稿件 </label><b>*</b>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">仅word和压缩文件可以上传doc, docx, rar, zip</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_4" style="display:none" multiple="multiple"/>
<div onclick="up_file_4()">上传</div>
<ul id="filename_4" style=""> </ul>
<span class="spa spa6"></span>
</div>
</div>
<br><br>
<div style="margin-left: 52px">
<input type="checkbox" name="have" value="1">
我接受
<a target="_blank" class="rgb_color res_pon" style="cursor: pointer"> 期刊出版协议</a>
<span class="spa spa5"></span>
<div id="mask" class="mask"></div>
<div class="tanchu">
<div class="mainbox">
<div class="close">X</div>
<p style="margin-top: 20px;padding: 0 20px;line-height: 22px;">
Creative Commons Licensing
<br>TMR Publishing Group provides authors the choice of applying the
Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) licenses defined below,
to be determined after acceptance:
<br>Attribution: CC BY-NC 4.0
<br>This license lets others distribute, remix, tweak, and build upon your work.
They can not use the material for commercial purposes.
</p>
</div>
</div>
</div>
<div style="margin-left: 30px">
<label></label>
<input type="submit" value="提交" class="sub_guest" onclick="contribu_form()"/>
</div>
</div>
</div>
</div>
<br clear="both">
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-cookie.js"></script>
<script src="js/return-top.js"></script>
<script src="js/js.js"></script>
<script src="js/side.js"></script>
<script src="js/contribu.js"></script>
<script>
$(document).ready(function () {
if(Jour_num=='22'){
$('.contbu_normal').remove()
}else{
$('.contbu_chinesee').remove()
}
side_list();
contbu_submit();
$('.contbu_submit input.sub_guest').css('background-color', localStorage.Journals_color);
$('.contbu_submit .contb_user a').css('color', localStorage.Journals_color);
$('.contbu_submit .contb_user span').html($.cookie('username'));
});
</script>
</html>

123
contribu_list.html Normal file
View File

@@ -0,0 +1,123 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<style>
.tbu_login {
display: block;
}
.tbu_regist {
display: none;
}
.disable {
pointer-events: none;
}
</style>
</head>
<body>
<div id="col-content">
<div id="top_bar">
<!--头部-->
</div>
<div class="article">
<div class="art_side">
<!--侧边栏-->
</div>
<div class="art_main art_main_con back_fff">
<div class="contbu_ contbu_list">
<div class="contb_user">Hello!&nbsp; <span></span> <a>[Log out]</a></div>
<div class="contbu_listcon">
<!-- <li>-->
<!-- <div>-->
<!-- <div class="ct_type">type</div>-->
<!-- <div style="float: right">time</div>-->
<!-- <br clear="both">-->
<!-- </div>-->
<!-- <p>Identification of Tyrosinase Inhibitors and Their Structure-Activity Relationships via Evolutionary Chemical Binding Similarity and Structure-Based Methods-->
<!-- <a href="https://submission.tmrjournals.com/submission" class="rgb_color"><i class="fa fa-hand-o-right"></i>&nbsp;Submission System</a></p>-->
<!-- </li>-->
<!-- <li>-->
<!-- <div>-->
<!-- <div class="ct_type">type</div>-->
<!-- <div style="float: right">time</div>-->
<!-- <br clear="both">-->
<!-- </div>-->
<!-- <p>Identification of Tyrosinase Inhibitors and Their Structure-Activity Relationships via Evolutionary Chemical Binding Similarity and Structure-Based Methods</p>-->
<!-- </li>-->
</div>
<p style="padding: 20px;" class="tsyu_three">
<!-- Special Issues are focused collections of papers on topics of increasing interest within a discipline.-->
<!-- These issues provide a venue for research on emerging areas, highlight important subdisciplines, or describe new cross-disciplinary applications.-->
<!-- <br>&nbsp;&nbsp;Traditional Medicine Research invites experienced researchers to apply to become a Lead Guest Editor on a Special Issue in our journal.-->
<!-- Lead Guest Editors direct the entire Special Issue process, which includes recruiting a team of Guest Editors, preparing a Special Issue proposal, and managing the peer review of submissions.-->
<!-- <br>&nbsp;&nbsp;Our editorial team will consider draft proposals and forward high-quality submissions to Academic Editors for consideration.-->
<!-- <br>&nbsp;&nbsp;If you are interested in proposing a special issue and being the Lead Guest Editor, please contact us: tmr@tmrjournals.com.-->
</p>
</div>
</div>
<br clear="both">
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-cookie.js"></script>
<script src="js/return-top.js"></script>
<script src="js/js.js"></script>
<script src="js/side.js"></script>
<script src="js/contribu.js"></script>
<script>
$(document).ready(function () {
if(Jour_num=='22'){
$('.contb_user').html('你好!&nbsp; <span></span> <a>[退出]</a>');
}
side_list();
contribu_list()
$('.contbu_list .contb_user a').css('color',localStorage.Journals_color);
$('.contbu_list .contb_user span').html($.cookie('username'));
// 获取地址栏信息
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
if (r != null) return unescape(r[2]);
return null;
}
var styu_ID = getQueryString('J_num'); //消息
$.ajax({
type: 'post', url: apiUrl + 'api/Special/getSpecialAlert',
data: {journal_id:styu_ID},
success: function (result) {
if (result.code == 0) {
$('.tsyu_three').html(result.data.alertInfo.intro);
} else {
ShowDanger("Request was aborted");
}
}
})
});
</script>
</html>

131
contribu_login.html Normal file
View File

@@ -0,0 +1,131 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<style>
.tbu_login {
display: block;
}
.tbu_regist {
display: none;
}
.disable {
pointer-events: none;
}
</style>
</head>
<body>
<div id="col-content">
<div id="top_bar">
<!--头部-->
</div>
<div class="article">
<div class="art_side">
<!--侧边栏-->
</div>
<div class="art_main art_main_con back_fff">
<div class="contbu_ contbu_form">
<div class="tbu_login">
<h4 class="rgb_color"
style="font-size: 18px; font-weight: bold; line-height: 30px; margin-bottom: 10px;">
Sign in</h4>
<div style="margin-left: 30px">
<label>Username </label><br>
<input type="text" id="username_" value="" placeholder="username"/>
<span class="spa_ spa1"></span>
</div>
<div style="margin-left: 30px">
<label>Password </label><br>
<input type="password" id="password_" value="" placeholder="password"/>
<span class="spa_ spa2"></span>
</div>
<div style="margin-left: 30px">
<label></label>
<input type="submit" value="Log in" class="sub_guest" onclick="contribu_login()"/>
</div>
<div class="tb_logre">Register now</div>
</div>
<div class="tbu_regist">
<h4 class="rgb_color"
style="font-size: 18px; font-weight: bold; line-height: 30px; margin-bottom: 10px;padding-left: 145px;">
User Register</h4>
<div style="margin-left: 30px">
<label>Username </label><b>*</b><br>
<input type="text" id="username" value="" placeholder="username"/>
<span class="spa spa3"></span>
</div>
<div style="margin-left: 30px">
<label>Password </label><b>*</b><br>
<input type="password" id="password" value="" placeholder="password"/>
<span class="spa spa4"></span>
</div>
<div style="margin-left: 30px">
<label>Realname </label><br>
<input type="text" id="realname" value="" placeholder="realname"/>
<span class="spa spa5"></span>
</div>
<div style="margin-left: 30px">
<label>Phone </label><br>
<input type="text" id="phone" value="" placeholder="phone"/>
<span class="spa spa6"></span>
</div>
<div style="margin-left: 30px">
<label>Email </label><b>*</b><br>
<input type="text" id="email" value="" placeholder="email"/>
<span class="spa spa7"></span>
</div>
<div style="margin-left: 30px">
<label></label>
<input type="submit" value="Log in" class="sub_guest" onclick="contribu_regist()"/>
</div>
<div class="tb_grelo">Go login</div>
</div>
</div>
</div>
<br clear="both">
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-cookie.js"></script>
<script src="js/return-top.js"></script>
<script src="js/js.js"></script>
<script src="js/side.js"></script>
<script src="js/contribu.js"></script>
<script>
$(document).ready(function () {
side_list();
$('.contbu_form input.sub_guest').css('background-color',localStorage.Journals_color);
$(".tb_logre").click(function () {
$('.tbu_login').css('display', 'none');
$('.tbu_regist').css('display', 'block')
}
)
$(".tb_grelo").click(function () {
$('.tbu_login').css('display', 'block');
$('.tbu_regist').css('display', 'none')
}
)
});
</script>
</html>

108
contribu_success.html Normal file
View File

@@ -0,0 +1,108 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<style>
.contbu_success {
padding: 60px 0;
}
.contbu_success .suc_img {
text-align: center;
margin: 0 0 30px 0;
}
.contbu_success .suc_img img {
width: 100px;
}
.contbu_success .suc_title {
font-size: 20px;
text-align: center;
margin: 0 0 30px 0
}
.contbu_success .suc_text {
text-align: center;
line-height: 28px;
}
.contbu_success .suc_text a {
font-weight: bold;
font-size: 15px;
}
.contbu_success .suc_text a:hover {
text-decoration: underline;
}
.contbu_success .suc_text i{
margin: 0 2px 0 5px;
}
</style>
</head>
<body>
<div id="col-content">
<div id="top_bar">
<!--头部-->
</div>
<div class="article">
<div class="art_side">
<!--侧边栏-->
</div>
<div class="art_main art_main_con back_fff">
<div class="contbu_ contbu_success">
<p class="suc_img"><img src="img/tijiao.png" alt=""></p>
<p class="suc_title">Submission Successful</p>
<p class="suc_text">
Thank you for your contribution. <br>
You can follow the journey of your manuscript in our online tracking system.
<br>
<i class="fa fa-hand-o-right"></i>
<a href="https://submission.tmrjournals.com" target="_blank">https://submission.tmrjournals.com</a>.
</p>
</div>
</div>
<br clear="both">
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-cookie.js"></script>
<script src="js/return-top.js"></script>
<script src="js/js.js"></script>
<script src="js/side.js"></script>
<script>
$(document).ready(function () {
side_list();
// 获取地址栏信息
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
if (r != null) return unescape(r[2]);
return null;
}
var Jour_ID = getQueryString('J_num'); //消息
});
</script>
</html>

16
cqr/index.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Chinese Quintessence 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="../journals.html?J_num=22" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

16
dct/index.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Drug Combination Therapy</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="../journals.html?J_num=6" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

59
de_seek.html Normal file
View File

@@ -0,0 +1,59 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/style.css"/>
</head>
<body>
<div id="col-content">
<div id="index_top">
<!--头部信息-->
</div>
<div class="serseek">
<!-- 搜索框 -->
<div class="search">
<select name="ser_ect" class="ser_ect">
<option value="1">1111</option>
<option value="2">222222</option>
<option value="3">3333333333</option>
</select>
<input type="text" placeholder="Please enter the..." name="" id="" class="ser_input"/>
<input class="ser_btn" type="button" value="">
<a href="de_seeker.html" target="_blank" class="ser_gj">Advanced Search ></a>
<br clear="both">
</div>
<div class="search_jour">
<ul>
</ul>
</div>
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/return-top.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/js.js"></script>
<script src="js/search.js"></script>
<script>
$(function () {
seek_box();
});
</script>
</html>

369
de_seeker.html Normal file
View File

@@ -0,0 +1,369 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/jqueryPage/style/kkpager_orange.css"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="js/selectivity/selectivity-jquery.css">
<link rel="stylesheet" type="text/css" href="style/form.css"/>
<script type='text/javascript'
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
async='async'></script>
</head>
<body>
<div id="col-content">
<div id="index_top" class="ind_home ind_seek">
<!--头部信息-->
</div>
<div>
</div>
<div class="serseek">
<!-- 搜索框-->
<div class="search">
<br clear="both">
<h2 style="">Traditional Medicine Research Data ExpandedTMRDE
<!-- <a class="zk_yc">hide</a>-->
<!-- <img src="img/DG.jpg" alt="" style="width: 100px;position: absolute;right: 10px;bottom: 0">-->
</h2>
<div class="fu_xk xc_b">
<h4>
<b style="display: block">Journals</b>
<img src="img/DGg.png" alt="" style="width: 240px">
</h4>
<div>
<p style="margin-bottom: 5px">
( <a class="checkall"
style="cursor: pointer;color:#013790;margin-right: 20px;margin-bottom: 10px">Select All</a>
<a class="deselall" style="cursor: pointer;color:#013790;">Deselect All</a> )
</p>
</div>
<br clear="both">
</div>
<div class="fu_form">
<!-- <h4></h4>-->
<div class="loo_tj" style="width: 800px">
<select name="ser_in2" class="ser_ect">
<option value="title">Title</option>
<option value="abstract">Abstract</option>
<option value="keywords">Keywords</option>
<option value="author">Author</option>
<option value="doi">DOI</option>
</select>
<input type="text" placeholder="Please enter the..." name="ser_in3" value="" class="ser_input"/>
<!-- <a class="seek_delete"><b>-</b></a>-->
<a class="seek_add"><b>+</b></a>
</div>
<div class="loo_tj loo_ne" style="width: 800px"></div>
<br clear="both">
</div>
<div class="fu_sz xc_b">
<h4><b>Format Results</b></h4>
<div>
view <input type="number" class="ser_input" name="ser_in7" value="10"> results per page
</div>
<br clear="both">
</div>
<!-- <div class="fu_dx xc_b">-->
<!-- <h4><b>Sort</b></h4>-->
<!-- <label><input type="radio" name="ser_in8" value="year" checked="checked">Year,Volume,First page</label>-->
<!-- <label><input type="radio" name="ser_in8" value="author">Author</label>-->
<!-- <label><input type="radio" name="ser_in8" value="keyword">First keyword</label>-->
<!-- </div>-->
<div class="serior_btn">
<i class="fa fa-search"></i>Search
</div>
</div>
<!-- 列表-->
<div class="article">
<div class="art_main art_main_con">
<div class="new_art wenz_list">
<h4 class="rgb_color">
<!-- 标题-->
</h4>
<ul>
<!-- 搜索文章列表-->
</ul>
</div>
</div>
<br clear="both">
</div>
</div>
<div class="jour_ts">
<div class="mainbox">
<h2>Successful</h2>
<br>Thank you for subscribing.
<br><br>A confirmation email has been sent to you.
<br>
<input type="submit" value="OK!" class="tishi_author"/>
</div>
</div>
<div style=" background: url(./img/home_2.jpg) #f4fbff;
background-blend-mode: multiply;
background-size: 100% auto;">
<div class="cur_rency">
<div>
<h4 class="rgb_color">Topics</h4>
<br clear="both">
<ul></ul>
</div>
</div>
<!-- 订阅-->
<div class="ding_yue">
<div>
<p>Subscribe to receive latest research and news from your interested topics.</p>
<!-- <input id="combox_de" autocomplete="off" placeholder="Please choose topics" style="width: 250px;height: 29px">-->
<div style="background: #fff;height: 32px;width: 500px;margin-top: 10px;border-radius: 8px;border: 1px solid #ccc">
<div id="combox_box" name="name"></div>
<input type="text" id="emapl_de" value="" placeholder="Please enter a valid email address" />
</div>
<span class="spa spa_de"></span>
<input type="submit" value="Subscribe" class="yue_de" style="top: 31px;left: 510px"/>
<p style="color: #999;font-size: 12px;line-height: 16px;position: absolute;left: 660px;top: 31px;">
We will only use your email to notify you when we have new article posts.
<br>You can unsubscribe at any time
</p>
</div>
</div>
</div>
<div class="sy_topic">
<div>
<h4 class="rgb_color">TMRDE herbs</h4>
<div class="topic_sek">
<!-- <ul>-->
<!-- &lt;!&ndash; 话题列表&ndash;&gt;-->
<!-- </ul>-->
<div class="hua_tab">
<div class="cur">A - D</div>
<div>E - H</div>
<div>I - L</div>
<div>M - P</div>
<div>Q - T</div>
<div>U - Z</div>
</div>
<div class="hua_con">
<ul class="on"></ul>
<ul></ul>
<ul></ul>
<ul></ul>
<ul></ul>
<ul></ul>
</div>
</div>
</div>
</div>
<div class="sy_stuff">
<div>
<h4 class="rgb_color">TMRDE formulae</h4>
<div class="stuff_inp">
<input id="stuff_in" value="" placeholder="Please enter...">
<div>
<i class="fa fa-search"></i>Search
</div>
<p style="font-size: 12px;color:#e91c1c;margin-top: 5px;display: none">Please fill in the search content</p>
</div>
<div class="stuff_sek">
<div class="stuff_tab">
<div class="cur">A · B · C</div>
<div>D · E · F</div>
<div>G · H · I</div>
<div>J · K · L</div>
<div>M · N · O</div>
<div>P · Q · R</div>
<div>S · T · U</div>
<div>V · W · X</div>
<div>Y · Z</div>
</div>
<div class="stuff_con">
<ul class="on"></ul>
<ul></ul>
<ul></ul>
<ul></ul>
<ul></ul>
<ul></ul>
<ul></ul>
<ul></ul>
<ul></ul>
</div>
</div>
</div>
</div>
<!-- 期刊-->
<!-- <div class="show_jour" style="background: url(img/home_0.jpg) no-repeat;background-size: 100% 100%;">-->
<!-- <ul class="clear" style="margin-bottom: 0">-->
<!-- <a href="">-->
<!-- <li><img src="" alt=""></li>-->
<!-- </a>-->
<!-- </ul>-->
<!-- </div>-->
<!-- 期刊轮播-->
<!-- <div class="example">-->
<!-- <div class="ft-carousel" id="carousel_1">-->
<!-- <ul class="carousel-inner">-->
<!-- <li class="carousel-item">-->
<!-- <div class="drup_ne drup_ne_tmr">-->
<!-- <div class="dn_mess">-->
<!-- &lt;!&ndash;期刊信息&ndash;&gt;-->
<!-- <a href="" target="_blank"><img src="" alt=""></a>-->
<!-- <div class="dn_all">-->
<!-- <p style="width: 100%;font-size: 20px;margin-bottom: 20px"><b class="dn_tit"></b></p>-->
<!-- <p><b>ISSN:</b><br><span class="dn_issn"></span></p>-->
<!-- <p><b>Editor-in-Chief:</b><br><span class="dn_edit"></span></p>-->
<!-- <p><b>Acceptance:</b><br><span class="dn_accep"></span></p>-->
<!-- <p><b>Final Decision:</b><br><span class="dn_final"></span></p>-->
<!-- <p><b>APC:</b><br><span class="dn_APC"></span></p>-->
<!-- <div style="padding-left: 5px;" class="share_tmrtb">-->
<!-- <b>Follow Us:</b>-->
<!-- <div class="sharethis-inline-share-buttons" style="display: inline-block;-->
<!-- margin-left: 0;-->
<!-- text-align: left;"></div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <br clear="both">-->
<!-- </div>-->
<!-- <div class="dn_cont">-->
<!-- &lt;!&ndash;订阅&ndash;&gt;-->
<!-- <div class="draw_form">-->
<!-- <p>Subscribe to receive latest research and news from <b></b></p>-->
<!-- <div>-->
<!-- <input type="text" id="emapw" value=""-->
<!-- placeholder="Please enter a valid email address"/>-->
<!-- <br><i>We will only use your email to notify you when we have new article posts. You-->
<!-- can unsubscribe at any time. </i>-->
<!-- <span class="spa spa6"></span>-->
<!-- </div>-->
<!-- <div>-->
<!-- <label></label>-->
<!-- <input type="submit" value="Subscribe" class="yue_addw"/>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <br clear="both">-->
<!-- </div>-->
<!-- </li>-->
<!-- <li class="carousel-item">-->
<!-- <div class="drup_ne drup_ne_lr">-->
<!-- <div class="dn_mess">-->
<!-- &lt;!&ndash;期刊信息&ndash;&gt;-->
<!-- <a href="" target="_blank"><img src="" alt=""></a>-->
<!-- <div class="dn_all">-->
<!-- <p style="width: 100%;font-size: 20px;margin-bottom: 20px"><b class="dn_tit"></b></p>-->
<!-- <p><b>ISSN:</b><br><span class="dn_issn"></span></p>-->
<!-- <p><b>Editor-in-Chief:</b><br><span class="dn_edit"></span></p>-->
<!-- <p><b>Acceptance:</b><br><span class="dn_accep"></span></p>-->
<!-- <p><b>Final Decision:</b><br><span class="dn_final"></span></p>-->
<!-- <p><b>APC:</b><br><span class="dn_APC"></span></p>-->
<!-- <div style="padding-left: 5px;" class="share_tmrtb">-->
<!-- <b>Follow Us:</b>-->
<!-- <div class="sharethis-inline-share-buttons" style="display: inline-block;-->
<!-- margin-left: 0;-->
<!-- text-align: left;"></div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <br clear="both">-->
<!-- </div>-->
<!-- <div class="dn_cont">-->
<!-- &lt;!&ndash;订阅&ndash;&gt;-->
<!-- <div class="draw_form">-->
<!-- <p>Subscribe to receive latest research and news from <b></b></p>-->
<!-- <div>-->
<!-- <input type="text" id="emals" value=""-->
<!-- placeholder="Please enter a valid email address"/>-->
<!-- <br><i>We will only use your email to notify you when we have new article posts. You-->
<!-- can unsubscribe at any time. </i>-->
<!-- <span class="spa spa7"></span>-->
<!-- </div>-->
<!-- <div>-->
<!-- <label></label>-->
<!-- <input type="submit" value="Subscribe" class="yue_addl"/>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <br clear="both">-->
<!-- </div>-->
<!-- </li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- </div>-->
<div class="act_chajian">
<div id="trendmd-suggestions"></div>
<script defer src='//js.trendmd.com/trendmd.min.js'
data-trendmdconfig='{"journal_id":"81244", "element":"#trendmd-suggestions"}'></script>
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/clipboard.js"></script>
<script src="js/return-top.js"></script>
<script type="text/javascript" src="style/jqueryPage/js/kkpager.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/ft-carousel.min.js"></script>
<script type="text/javascript" src="js/selectivity/selectivity-jquery.js"></script>
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
<script src="js/js.js"></script>
<script src="js/scientist.js"></script>
<script>
$(function () {
seek_senior();
$("#carousel_1").FtCarousel();
$('.sy_stuff .stuff_inp div').click(function () {
$('.stuff_inp p').css('display', 'none')
if ($('#stuff_in').val() == '') {
$('.stuff_inp p').css('display', 'block')
ShowDanger("Request was aborted");
} else {
window.open("artihom_list.html?J_num=1&stuff_LIST=" + $('#stuff_in').val());
}
})
});
</script>
</html>

458
draw_up.html Normal file
View File

@@ -0,0 +1,458 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="js/selectivity/selectivity-jquery.css">
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<script type='text/javascript'
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
async='async'></script>
</head>
<body style="background-color:#fff">
<div id="col-content">
<div id="top_bar">
<!--头部-->
<div class="top">
<div class="top_logo">
<a class="home_logo" onclick="window.parent.location.href='https://www.tmrjournals.cn'">
<img src="./img/tmr.png" alt="" style="width: 79.5px">
<span style="color:#848484;font-size: 14px;margin-left: 10px">Browse Journals</span>
</a>
</div>
<div class="top_sea">>
<div class="search_for">
<input type="text" placeholder="Search for Articles" value="" class="sfor_inp">
<input class="sfor_btn" type="button" value="Search">
</div>
</div>
</div>
</div>
<div class="drup_ne">
<div class="dn_mess">
<!--期刊信息-->
<a href=""><img src="" alt=""></a>
<div class="dn_all">
<p style="width: 100%;font-size: 20px;margin-bottom: 20px"><b class="dn_tit"></b></p>
<p><b>ISSN:</b><br><span class="dn_issn"></span></p>
<p><b>Editor-in-Chief:</b><br><span class="dn_edit"></span></p>
<p><b>Acceptance:</b><br><span class="dn_accep"></span></p>
<p><b>Final Decision:</b><br><span class="dn_final"></span></p>
<p><b>APC:</b><br><span class="dn_APC"></span></p>
<div style="padding-left: 5px;margin-top: -8px;display: none" class="share_tmrtb">
<b>Follow Us:</b>
<div class="sharethis-inline-share-buttons" style="display: inline-block;
margin-left: 0;
text-align: left;"></div>
</div>
</div>
<br clear="both">
</div>
<div class="dn_cont">
<!--订阅-->
<div class="draw_form">
<!-- <p>Subscribe to receive latest research and news from <b></b></p>-->
<input id="combox3" autocomplete="off" placeholder="Please choose topics" style="height: 28px">
<br>
<input type="text" id="emajl" value="" placeholder="Please enter a valid email address"/>
<div class="inp_latest" style="margin-top: 5px;">
<input type="checkbox" name="isLatest" value="1" style="width: 14px;vertical-align: middle;">
<span style="line-height: 14px">I want to receive the latest research and news from <b
style="color: #444;display: block"></b></span>
</div>
<span class="spa spa1"></span>
<div>
<!-- <input type="text" id="emapw" value="" placeholder="Please enter a valid email address"/>-->
<i>We will only use your email to notify you when we have new article posts. You
can unsubscribe at any time. </i>
<!-- <span class="spa spa6"></span>-->
</div>
<!-- <div>-->
<!-- <label></label>-->
<!-- <input type="submit" value="Subscribe" class="yue_addw"/>-->
<!-- </div>-->
<a class="rgb_color topic_add" target="_blank">Subscribe</a>
</div>
<div class="jour_ts">
<div class="mainbox">
<h2>Successful</h2>
<br>Thank you for subscribing.
<br><br>A confirmation email has been sent to you.
<br>
<input type="submit" value="Ok!" class="tishi_author"/>
</div>
</div>
</div>
<br clear="both">
<div style="margin: 20px 0 20px 0" class="des_pt">
<h3 style="margin-bottom: 10px"><b>Description</b></h3>
<p><i>Traditional Medicine Research</i> (TMR) (ISSN 2413-3973) is a peer-reviewed open access journal. TMR
is dedicated to protecting and developing all types of traditional medicine, using the latest
achievements in modern science, and is an academic platform of global traditional medicine, including
Traditional Chinese Medicine, Persian Medicine, Ayurveda, Siddha, Minority Medicine, etc. Traditional
veterinary research is also welcome. TMR emphasizes the historical origin and developmental pipeline of
the research objective. We encourage authors to illustrate the historical evolution of the research
object simply, developing and making innovations based on the inheritance. The traditional medical
papers of different cultural backgrounds are welcome with an open attitude. We believe that
communication, comparison, and learning among the different types of traditional medicine are important.
</p>
</div>
<div style="background-color: #eee;padding: 40px 20px;margin-top: 20px;">
<h3 style="margin-bottom: 10px"><b>Support</b></h3>
<p>Telephone: +64 02108293806</p>
<p>Email: publisher@tmrjournals.com</p>
</div>
</div>
<div class="footer">
<!--底部菜单栏-->
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/return-top.js"></script>
<script type="text/javascript" src="js/selectivity/selectivity-jquery.js"></script>
<script src="js/js.js"></script>
<script type='text/javascript'
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
async='async'></script>
<script>
$(function () {
// 获取地址栏信息
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
if (r != null) return unescape(r[2]);
return null;
}
$.ajax({
type: 'post', url: apiUrl + 'api/Journal/getJournalByIssn',
data: {'issn': getQueryString('issn')},
success: function (result) {
if (result.code == 0) {
localStorage.setItem("Journals_num", result.data.journal_id);
Jour_num = localStorage.Journals_num;
if (Jour_num != '1') {
$('.des_pt').css('display', 'none');
}
// 底部
$('.footer').load('./footer.html')
// 期刊内搜索
$('.sfor_btn').click(function () {
// console.log($('select[name="cut"] option:selected').val());
window.open("jour_search.html?J_num=" + Jour_num + "&se_ch=" + $(".sfor_inp").val());
})
// 左侧期刊列表数据
$.ajax({
type: 'post', url: apiUrl + 'api/Journal/getJournal',
data: {
"journal_id": Jour_num
},
success: function (result) {
if (result.code == 0) {
// 期刊基础信息
var arr_jour = result.data.journal;
$('.top .top_sea>a').css('color', arr_jour.system_color);
$('.top .top_sea .b_Sub').css('color', arr_jour.system_color);
$('h4.rgb_color').css('color', arr_jour.system_color);
$('.home_logo>span').css('color', arr_jour.system_color);
$('.footer').css('background', arr_jour.system_color);
$('.rgb_color_background').css('background-color', arr_jour.system_color);
$('.top .top_sea .search_for input[type="text"]').css('border-color', arr_jour.system_color)
$('.top .top_sea .search_for input[type="button"]').css('border-color', arr_jour.system_color)
$('.top .top_sea .search_for input[type="button"]').css('background-color', arr_jour.system_color)
$('.draw_form input').css('border-color', arr_jour.system_color)
$('.draw_form input[type="submit"]').css('background-color', arr_jour.system_color)
$('.jour_ts input[type="submit"]').css('background-color', arr_jour.system_color)
$('.jour_ts input[type="submit"]').css('border-color', arr_jour.system_color)
$('.drup_ne .topic_add').css('background-color', arr_jour.system_color)
$('.drup_ne .draw_form').css('background-color', arr_jour.system_color + '13')
$('.footer .daohang .dh_by input[type="submit"]').css('background-color', arr_jour.system_color)
$('.inp_latest span b').css('color', arr_jour.system_color)
$('.top .top_switch').css('border-color', arr_jour.system_color)
$('.top .top_switch>div:nth-child(1)').css('color', arr_jour.system_color)
$('.top .top_switch>div:nth-child(2) ').css('background-color', arr_jour.system_color)
document.title = arr_jour.title;
$('.dn_mess>a img').attr("src", imgjourUrl + arr_jour.icon);
$('.dn_mess div .dn_tit').html(arr_jour.title);
$('.dn_mess div .dn_issn').html(arr_jour.issn);
$('.dn_mess div .dn_edit').html(arr_jour.editorinchief);
$('.dn_mess div .dn_accep').html(arr_jour.acceptance);
$('.dn_mess div .dn_final').html(arr_jour.finaldecision);
$('.dn_mess div .dn_APC').html(arr_jour.apc);
$('.dn_mess div .mes_email').html(arr_jour.email);
$('.draw_form p b').html(arr_jour.title);
$('.nav_ban h1 a').html(arr_jour.title);
$('.inp_latest span b').html(arr_jour.title + '.');
$('.nav_ban>h1>a').attr('href', '/' + arr_jour.usx);
if (arr_jour.title == 'Traditional Medicine Research') {
$('.nav_ban h2').html('<img src="../img/h2_tit.png" style="margin-top: 26px;"/>');
$('.sharethis_tmr').css('display', 'none');
$('.share_tmrtb').css('display', 'block');
// $('.jour_message>div').append('<p style="margin-top: 5px;"><b>E-Mail Address:</b> <br/><span>tmr@tmrjournals.com</span></p>');
} else {
$('.edit_board_tmr').css('display', 'none');
}
if (Jour_num == '17') {
$('.jour_message>div').append('<p style="margin-top: 5px;"><b>Email:</b> <span>tmrim@tmrjournals.com</span></p>');
}
if (Jour_num == '6') {
$('.nav_ban').append('<p style="float: right;width: 362px;color: #fff;margin-top:10px;line-height: 22px;">' +
'This journal is associated to the School of Pharmaceutical Science and Technology of Tianjin University</p>');
$('.nav_ban h2').css('display', 'none');
} else {
$('.nav_ban h2').css('display', 'inline-block')
}
if (Jour_num == '11') {
$('.nav_ban').append('<p style="float: right;width: 195px;color: #fff;margin-top:22px;line-height: 22px;">Insight into the Secret of Data</p>');
}
if (arr_jour.title == '经典中医研究') {
$('.nav_ban h1 a').html('经 典 中 医 研 究');
$('.jour_message div .dn_edit').prev('b').html('主编:');
$('.jour_message div .dn_accep').prev('b').html('接受率:');
$('.jour_message div .dn_final').prev('b').html('初审周期:');
$('.jour_message div .dn_APC').prev('b').html('费用:');
$('.jour_message div').append('<p><b>编辑微信:</b><span>A2227572976</span></p><p><b>投稿邮箱:</b><span>ccmr@tmrjournals.com</span></p>');
$('.jour_message>h4').html('检索');
$('.jour_ht_dy .topic_dingyue .topic_add').html(">> 订阅");
$('.jour_ht_dy .topic_dingyue #emajl').prop("placeholder", "输入有效的邮箱地址");
}
localStorage.setItem("Journals_title", arr_jour.title);
localStorage.setItem("Journals_issn", arr_jour.issn);
localStorage.setItem("Journals_color", arr_jour.system_color);
localStorage.setItem("Journals_usx", arr_jour.usx);
$('.About_Journal').attr('href', 'about_journal.html?J_num=' + Jour_num);
$('.Ins_authors').attr('href', 'for_author.html?J_num=' + Jour_num);
} else {
ShowDanger("请求失败!");
}
},
error: function () {
ShowDanger("error");
}
});
// 左侧话题订阅下拉
$.ajax({
type: 'post', url: apiUrl + 'api/Journal/getTopicForSubscribe',
data: {
"journal_id": Jour_num
},
success: function (result) {
if (result.code == 0) {
var arr = result.data.topics;
var data_3 = [];
for (var i = 0; i < arr.length; i++) {
data_3.push({
id: arr[i].journal_topic_id,
text: arr[i].title
});
}
$("#combox3").combox({
id: "id",
name: "text",
data: data_3,
valueChange: function (data) {
// debugger
//返回datafilterDataselectData
}
})
var cb3 = $("#combox3").data('combox');
// 订阅提交
$(".draw_form .topic_add").click(function () {
$(".spa").text('');
var add_mess = {};
add_mess.journal_id = localStorage.Journals_num;
add_mess.email = $('#emajl').val();
add_mess.topic_ids = [];
var ar_mes = cb3.options.selectData
for (var i = 0; i < ar_mes.length; i++) {
add_mess.topic_ids.push(ar_mes[i]['id']);
}
var S_Dan = '0';
var reg = /^[-.-_A-Za-z0-9]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/
if (Jour_num == '22') {
if (cb3.options.selectData == "") {
$(".spa1").text('请选择话题');
S_Dan = '1';
} else if ($("#emajl").val() == "") {
$(".spa1").text('填写邮箱');
S_Dan = '1';
} else if (!reg.test($("#emajl").val())) {
$(".spa1").text('填写正确格式的邮箱');
S_Dan = '1';
}
} else {
if (cb3.options.selectData == "") {
$(".spa1").text('Please choose topic');
S_Dan = '1';
} else if ($("#emajl").val() == "") {
$(".spa1").text('Please fill in E-mail');
S_Dan = '1';
} else if (!reg.test($("#emajl").val())) {
$(".spa1").text('Please fill in properly formatted E-mail');
S_Dan = '1';
}
}
if (S_Dan == '1') {
ShowDanger("Incomplete information");
} else {
$(".topic_add").addClass("disable");
if ($("input[name='isLatest']").is(':checked') == true) {
$.ajax({
type: 'post', url: apiUrl + 'subscribe/Journal/addSubscribeJournal',
data: add_mess,
success: function (result) {
if (result.code == 0) {
$(".draw_form input[type='text']").val('');
} else {
ShowDanger(result.msg);
}
},
error: function () {
ShowDanger("error");
$(".yue_addw").removeClass("disable");
}
})
}
$.ajax({
type: 'post', url: apiUrl + 'api/Journal/addSubscribeTopics',
data: add_mess,
success: function (result) {
if (result.code == 0) {
// $(".topic_dingyue input[type='text']").val('');
$(".topic_add").removeClass("disable");
$(".dn_cont .jour_ts").fadeIn();
} else {
ShowDanger(result.msg);
$(".topic_add").removeClass("disable");
}
},
error: function () {
ShowDanger("error");
$(".topic_add").removeClass("disable");
}
})
}
})
} else {
ShowDanger("请求失败!");
}
},
error: function () {
ShowDanger("error");
}
});
$(".jour_ts input.tishi_author").click(function () {
$(".dn_cont .jour_ts").fadeOut();
});
// 订阅提交
// $(".yue_addw").click(function(){
// $(".spa6").text('');
// var add_mess = {};
// add_mess.journal_id = localStorage.Journals_num;
// add_mess.email = $('#emapw').val();
//
// var S_Dan = '0';
// var reg = /^[-.-_A-Za-z0-9]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/
// if ($("#emapw").val() == "") {
// $(".spa6").text('Please fill in E-mail');
// S_Dan = '1';
// }else if(!(reg.test($("#emapw").val()))){
// $(".spa6").text('Please fill in properly formatted E-mail');
// S_Dan = '1';
// }
//
//
// if (S_Dan == '1') {
// ShowDanger("Incomplete information");
// } else {
// $(".yue_addw").addClass("disable");
// $.ajax({
// type: 'post', url: apiUrl + 'subscribe/Journal/addSubscribeJournal',
// data: add_mess,
// success: function (result) {
// if (result.code == 0) {
// $(".draw_form input[type='text']").val('');
// $(".yue_addw").removeClass("disable");
// $(".jour_ts").fadeIn();
// } else {
// ShowDanger(result.msg);
// $(".yue_addw").removeClass("disable");
// }
// },
// error: function () {
// ShowDanger("error");
// $(".yue_addw").removeClass("disable");
// }
// })
// }
// })
//
} else {
ShowDanger(result.msg);
}
},
error: function () {
ShowDanger("error");
}
})
});
</script>
</html>

27
echarts-master/china.js Normal file

File diff suppressed because one or more lines are too long

2193
echarts-master/china.json Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

37
echarts-master/echarts.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,27 @@
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['exports', 'echarts'], factory);
} else if (typeof exports === 'object' && typeof exports.nodeName !== 'string') {
// CommonJS
factory(exports, require('echarts'));
} else {
// Browser globals
factory({}, root.echarts);
}
}(this, function (exports, echarts) {
var log = function (msg) {
if (typeof console !== 'undefined') {
console && console.error && console.error(msg);
}
}
if (!echarts) {
log('ECharts is not Loaded');
return;
}
if (!echarts.registerMap) {
log('ECharts Map is not loaded')
return;
}
echarts.registerMap('澳门', {"type":"FeatureCollection","features":[{"id":"820001","type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[["@@LADC^umZ@DONWE@DALBBF@H@DFBBTC"],["@@P@LC@AGM@OECMBABBTCD@DDH"]],"encodeOffsets":[[[116285,22746]],[[116303,22746]]]},"properties":{"cp":[113.552965,22.207882],"name":"花地玛堂区","childNum":2}},{"id":"820002","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@MK@CA@AAGDEB@NVFJG"],"encodeOffsets":[[116281,22734]]},"properties":{"cp":[113.549052,22.199175],"name":"花王堂区","childNum":1}},{"id":"820003","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@EGOB@DNLHE@C"],"encodeOffsets":[[116285,22729]]},"properties":{"cp":[113.550252,22.193791],"name":"望德堂区","childNum":1}},{"id":"820004","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@ŸYMVAN@BFCBBDAFHDBBFDHIJJEFDPCHHlYJQ"],"encodeOffsets":[[116313,22707]]},"properties":{"cp":[113.55374,22.188119],"name":"大堂区","childNum":1}},{"id":"820005","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@JICGAECACGEBAAEDBFNXB@"],"encodeOffsets":[[116266,22728]]},"properties":{"cp":[113.54167,22.187778],"name":"风顺堂区","childNum":1}},{"id":"820006","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@ ZNWRquZCBCC@AEA@@ADCDCAACEAGBQ@INEL"],"encodeOffsets":[[116265,22694]]},"properties":{"cp":[113.558783,22.154124],"name":"嘉模堂区","childNum":1}},{"id":"820007","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@MOIAIEI@@GE@AAUCBdCFIFR@HAFBBDDBDCBC@@FB@BDDDA\\M"],"encodeOffsets":[[116316,22676]]},"properties":{"cp":[113.56925,22.136546],"name":"路凼填海区","childNum":1}},{"id":"820008","type":"Feature","geometry":{"type":"Polygon","coordinates":["@@DKMMa_GC_COD@dVDBBF@@HJ@JFJBNPZK"],"encodeOffsets":[[116329,22670]]},"properties":{"cp":[113.559954,22.124049],"name":"圣方济各堂区","childNum":1}}],"UTF8Encoding":true});
}));

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"type": "FeatureCollection", "features": [{"type":"Feature","properties":{"name":"海勃湾区"},"geometry":{"type":"MultiPolygon","coordinates":[[[[106.91298953125,39.8381996894531],[106.868900175781,39.8041689277344],[106.88170046875,39.7581996894531],[106.899271269531,39.7446364570312],[106.904561796875,39.7088430000001],[106.901605253906,39.688843],[106.903160429688,39.6783315253907],[106.888023710938,39.6666481757813],[106.929227324219,39.6110732246094],[106.94298953125,39.5394863105469],[106.947345,39.503843],[106.912767363281,39.5127162910156],[106.903260527344,39.5497585273438],[106.873023710938,39.5579274726562],[106.863260527344,39.5079274726563],[106.747345,39.503843],[106.763568144531,39.5283913398438],[106.759456816406,39.5467287421875],[106.773260527344,39.5679274726563],[106.78447390625,39.597895734375],[106.771429472656,39.6179274726563],[106.767345,39.633843],[106.761512480469,39.6490151191406],[106.788016386719,39.6852968574219],[106.766239042969,39.7027370429688],[106.745479765625,39.7286586738282],[106.764039335938,39.7602297187501],[106.755755644531,39.8268141914063],[106.747345,39.863843],[106.76298953125,39.8594863105469],[106.773482695313,39.8097524238282],[106.84298953125,39.8381996894531],[106.931322050781,39.9181996894531],[106.963765898438,39.9092726875],[106.95298953125,39.8581996894532],[106.92170046875,39.8494863105469],[106.91298953125,39.8381996894531]]]]}},{"type":"Feature","properties":{"name":"海南区"},"geometry":{"type":"MultiPolygon","coordinates":[[[[107.042535429688,39.2390334296876],[107.056195097656,39.2242897773438],[107.1351965625,39.2786525703125],[107.132535429688,39.2686525703125],[107.121771269531,39.2483107734375],[107.122918730469,39.2193752265625],[107.112154570313,39.1990334296876],[107.102535429688,39.1586525703125],[107.092154570313,39.1190334296876],[107.075360136719,39.0485256171875],[107.052877226563,39.0494167304688],[107.031812773438,39.0382692695313],[107.007345,39.0392397285157],[106.992215605469,39.0386391425781],[106.967345,39.043843],[106.95162234375,39.0620925117188],[106.867345,39.0938430000001],[106.84170046875,39.1281996894532],[106.816668730469,39.1968068671875],[106.789173613281,39.2423879218751],[106.79677859375,39.293843],[106.790867949219,39.333843],[106.793084746094,39.348843],[106.791131621094,39.3620619941406],[106.75170046875,39.3781996894531],[106.747345,39.383843],[106.734918242188,39.408843],[106.747345,39.4338430000001],[106.755941191406,39.4688430000001],[106.747345,39.503843],[106.863260527344,39.5079274726563],[106.873023710938,39.5579274726562],[106.903260527344,39.5497585273438],[106.912767363281,39.5127162910156],[106.947345,39.503843],[106.962154570313,39.4330593085938],[106.952535429688,39.3386525703125],[106.932576933594,39.3009316230469],[107.042535429688,39.2390334296876]]]]}},{"type":"Feature","properties":{"name":"乌达区"},"geometry":{"type":"MultiPolygon","coordinates":[[[[106.755941191406,39.4688430000001],[106.747345,39.4338430000001],[106.645826445313,39.4659841132813],[106.613038359375,39.4963649726562],[106.611011992188,39.5474831367188],[106.6570325,39.5827736640625],[106.767345,39.633843],[106.771429472656,39.6179274726563],[106.78447390625,39.597895734375],[106.773260527344,39.5679274726563],[106.759456816406,39.5467287421875],[106.763568144531,39.5283913398438],[106.747345,39.503843],[106.755941191406,39.4688430000001]]]]}}]}

Some files were not shown because too many files have changed in this diff Show More