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

96 lines
3.9 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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>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>