begin
This commit is contained in:
70
header_in.html
Normal file
70
header_in.html
Normal file
@@ -0,0 +1,70 @@
|
||||
<!--<img src="img/banner_y.png" alt="" style="position: absolute;height: 107%;margin-left: -378.2px;">-->
|
||||
<div class="nav">
|
||||
<ul class="clear">
|
||||
<a href="atr_wisdom.html?&wis_dom=0" target="_blank"><li class="rgb_color">Journals</li></a>
|
||||
<a href="rev_ver.html" target="_blank"><li class="rgb_color">Scientist Community</li></a>
|
||||
<a href="tmrde" target="_blank"><li class="rgb_color">Database</li></a>
|
||||
<!-- <a href="z_f2-1.html" target="_blank"><li class="rgb_color">TmRxiv</li></a>-->
|
||||
<!-- <a href=""><li class="rgb_color">Database</li></a>-->
|
||||
<a href="booker_list.html?bo_id=0" target="_blank"><li class="rgb_color">Books</li></a>
|
||||
<!-- <a href="booker_list.html?bo_id=0" target="_blank"><li class="rgb_color">Meeting</li></a>-->
|
||||
<!-- <a href=""><li class="rgb_color">Conferences</li></a>-->
|
||||
<!-- <a href="http://www.tmrfast.com/" target="_blank"><li class="rgb_color">Education</li></a>-->
|
||||
<!-- <a href="booker_list.html?sc_id=0" target="_blank"><li class="rgb_color">Community</li></a>-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="top">
|
||||
<div class="top_logo">
|
||||
<a class="home_logo" onclick="window.location.replace('https://www.tmrjournals.com')">
|
||||
<img src="./img/tmr.png" alt="" style="width: 140px">
|
||||
<b>Publishing Group</b>
|
||||
</a>
|
||||
</div>
|
||||
<div class="top_sea">
|
||||
<!-- <a href="">-->
|
||||
<!-- <b style="color: #848484;font-weight: 500">Subscribe</b>-->
|
||||
<!-- </a>-->
|
||||
<!-- <a href="" class="rgb_color">-->
|
||||
<!-- <img src="./img/search.png" alt="" style="width: 16px;vertical-align: text-top">-->
|
||||
<!-- <b class="rgb_color" style="font-weight: 500">Search</b>-->
|
||||
<!-- </a>-->
|
||||
</div>
|
||||
<br clear="both">
|
||||
<div class="top_switch">
|
||||
<div onclick="JumpRegion()">China</div>
|
||||
<div>International</div>
|
||||
<br clear="both">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<a class="de_imgh" onclick="window.open('https://www.tmrjournals.com')" style="display: none;cursor: pointer">
|
||||
<img src="./img/tmr.png" alt="" style="width: 140px">
|
||||
<b style="color: #fff;">Publishing Group</b>
|
||||
</a>
|
||||
<img src="img/DGl.png" alt="" class="de_imgt" style="display: none;cursor: pointer" onclick="location.reload()">
|
||||
|
||||
<div class="suggest">
|
||||
<h1 class="animated bounceIn">Talent of Magical Research</h1>
|
||||
<!-- <h2>TMR (Talent of Medical Research) Publishing Group is a scholarly publishing group dedicated to providing platforms for the dissemination and communication of practices and research in the field of medicine and health. </h2>-->
|
||||
</div>
|
||||
<!--<div class="scoutfor">-->
|
||||
<!-- <input type="text" placeholder="Search for Articles" value="" class="sfh_inp">-->
|
||||
<!-- <button class="sfh_btn" type="submit">-->
|
||||
<!-- <img src="img/btn-ser.png" alt="">-->
|
||||
<!-- </button>-->
|
||||
<!-- <a href="de_seeker.html" target="_blank">Advanced Search >></a>-->
|
||||
<!--</div>-->
|
||||
|
||||
|
||||
<script>
|
||||
// 集团内搜索
|
||||
$('.sfh_btn').click(function () {
|
||||
window.open("ind_search.html?se_ch=" + $(".sfh_inp").val());
|
||||
})
|
||||
|
||||
// 分国家跳转
|
||||
function JumpRegion() {
|
||||
var jump_ip = window.location.href.replace('.com', '.cn')
|
||||
window.parent.location.href = jump_ip
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user