Files
journal_com/contribu_list.html
wangjinlei 6e7ee3dd44 begin
2023-05-18 09:42:12 +08:00

123 lines
4.9 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>