-
Notifications
You must be signed in to change notification settings - Fork 0
/
Biomarkers.html
214 lines (201 loc) · 10.7 KB
/
Biomarkers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html>
<head>
<title>Biomarkers - CBD</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link href="style.css" rel="stylesheet" type="text/css">
<!-- Font Awesome 矢量图标 -->
<link href="https://cdn.bootcdn.net/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet">
<!-- Roboto 字体 -->
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<script src="js/jquery-3.6.0.min.js" type="text/javascript"></script>
<script src="js/jquery.mtree.js" type="text/javascript"></script>
<script src="js/velocity.min.js" type="text/javascript"></script>
<script type="text/javascript">
function KeyDown() {
if (event.keyCode == 13) {
searchexc();
}
}
function clear1() {
document.getElementById('searchinput').value = "";
}
function searchexc() {
var searchinput = document.getElementById('searchinput').value;
var url = "info.php?id=" + searchinput;
window.open(url);
}
function help() {
var newwindow = window.open('About.html');
newwindow.onload = function() {
newwindow.document.getElementsByClassName('f_content')['f_content']['src']="help/index.html#/Use";
}
}
function foothelp(e) {
if (e.id == "Use") {
var frameurl = "help/index.html#/Use";
} else if (e.id == "Cite") {
var frameurl = "help/index.html#/Cite";
} else if (e.id == "Updatelog") {
var frameurl = "help/index.html#/Updatelog";
} else if (e.id == "Home") {
var frameurl = "help/index.html#/";
}
// alert(frameurl);
// 在 _self 打开获取不了 newwindow
var newwindow = window.open('About.html');
newwindow.onload = function() {
newwindow.document.getElementsByClassName('f_content')['f_content']['src'] = frameurl;
}
}
</script>
<script type="text/javascript">
$(document).ready(function() {
$('ul.mtree').mtree();
});
</script>
</head>
<body>
<div class="main">
<div class="header">
<div class="header_resize">
<div class="logo">
<div class="innerbox">
<h1><a href="index.html">CBD2: <br>
Colorectal Cancer Biomarker Database</a></h1>
</div>
</div>
<div class="menu_nav">
<div class="innerbox">
<ul class="menu">
<li><a href="index.html"><i class="fa fa-home"></i> Home</a></li>
<li class="active"><a href="Biomarkers.html"><i class="fa fa-list"></i> Biomarkers</a>
<ul class="submenu">
<li><a href="NBiomarkers.php">Non-Biomarkers</a></li>
</ul>
</li>
<li><a href="Submission.php"><i class="fa fa-upload"></i> Submission</a></li>
<li><a href="Download.html"><i class="fa fa-cloud-download"></i> Download</a></li>
<li><a href="Explore.php"><i class="fa fa-flask"></i> Explore</a></li>
<li><a href="About.html"><i class="fa fa-file-text"></i> About</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="content">
<div class="innerbox">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="padding: 0 10px;">
<tbody>
<tr>
<td colspan=2 width="100%" height="100">
<div align="center" style="margin: auto;margin-top: 40px;width: fit-content;">
<div style="float: left;"><input type="text" name="searchinput" id="searchinput" size="60" onKeyDown="KeyDown()" placeholder="input a (non-)biomarker name"></div>
<div style="float: left;"><input name="searchsubmit" id="cbutton" type="button" value="Search"
onClick="searchexc()"></div>
<div style="float: left;"><input name="searchclear" id="cbutton" type="button" value="Clear"
onClick="clear1()"></div>
<div style="float: left;"><input name="Help" id="cbutton" type="button" value="Help" onclick="help()"></div>
<ul class="lab"><li><a href="Advanced.php">🔍 Advanced Search</a></li></ul>
</div>
</td>
</tr>
<tr>
<td width="28%" height="600" valign="top">
<div align="center">
<ul class="mtree">
<li><div class="menu_1"><a href="Protein.php" target="f_content">Protein</a></div></li>
<li><div class="menu_1" onclick="window.open('RNA.php', 'f_content')"><a>RNA</a></div>
<ul>
<li><div class="menu_2"><a href="MicroRNA.php" target="f_content">microRNA</a></div></li>
<li><div class="menu_2"><a href="LncRNA.php" target="f_content">lncRNA</a></div></li>
<li><div class="menu_2"><a href="CircRNA.php" target="f_content">circRNA</a></div></li>
<li><div class="menu_2"><a href="OtherRNA.php" target="f_content">otherRNA</a></div></li>
</ul>
</li>
<li><div class="menu_1"><a href="DNA.php" target="f_content">DNA</a></div></li>
<li><div class="menu_1"><a href="Other.php" target="f_content">Other</a></div></li>
</ul>
</div>
</td>
<td width="72%" valign="top">
<iframe name="f_content" src="you.html" frameborder="0" scrolling="no" style="overflow-x:hidden;overflow-y:auto;width: 100%;height: 750px;margin-top: 20px;"></iframe>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="footer">
<div class="innerbox">
<div class="footer-left">
<h2 style="color: #d6d6d6;font-family: 'Roboto',sans-serif;font-size: 22px;">© CBD2 2018-2022</h2>
<ul>
<li id="liu-logo">
<a href="https://liu.se/en" target="_blank"><img src="images/liu.png" style="vertical-align:middle;"></a>
</li>
<li id="suda-logo">
<a href="http://www.suda.edu.cn/" target="_blank"><img src="images/suda.png" style="vertical-align:middle;margin-left: -8px;"></a>
</li>
<li id="gdph-logo">
<a href="https://www.gdghospital.org.cn/" target="_blank"><img src="images/gdph.png" style="vertical-align:middle;margin-left: -5px;margin-top: -5px;"></a>
</li>
</ul>
</div>
<div class="footer-right">
<h2 style="color: #d6d6d6;font-family: 'Roboto',sans-serif;font-size: 22px;">Links</h2>
<ul>
<li>
<a href="https://liu.se/en" target="_blank">Linköping University</a>
</li>
<li>
<a href="http://www.suda.edu.cn/" target="_blank">Soochow University</a>
</li>
<li>
<a href="https://www.gdghospital.org.cn/" target="_blank">Guangdong Provincial People's Hospital</a>
</li>
<li>
<i class="fa-brands fa-github"></i> <a href="https://github.com/WhyLIM/CBD" target="_blank">Open Source</a>
</li>
</ul>
</div>
<div class="footer-right">
<h2 style="color: #d6d6d6;font-family: 'Roboto',sans-serif;font-size: 22px;">Help</h2>
<ul>
<li>
<a id="Use" onclick="javascript:foothelp(this); return false;" href="#">How to Use</a>
</li>
<li>
<a id="Cite" onclick="javascript:foothelp(this); return false;" href="#">Reference</a>
</li>
<li>
<a id="Updatelog" onclick="javascript:foothelp(this); return false;" href="#">Updatelog</a>
</li>
<li>
<a id="Home" onclick="javascript:foothelp(this); return false;" href="#">Contact</a>
</li>
</ul>
</div>
<div class="footer-right">
<h2 style="color: #d6d6d6;font-family: 'Roboto',sans-serif;font-size: 22px;">Support</h2>
<ul>
<li>
<a href="https://fontawesome.com/" target="_blank">Icon</a>
</li>
<li>
<a href="https://docsify.js.org/#/" target="_blank">Document</a>
</li>
<li>
<a href="https://string-db.org/cgi/help?sessionId=bshQSgoux29C" target="_blank">APIs</a>
</li>
<li>
<a>Researchers Worldwide</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>