108 lines
2.9 KiB
HTML
108 lines
2.9 KiB
HTML
<!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> |