-
Notifications
You must be signed in to change notification settings - Fork 2
/
disease.html
195 lines (172 loc) · 4.68 KB
/
disease.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
<!DOCTYPE HTML>
<HEAD><TITLE>FinDis - Diseases</TITLE></HEAD>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
padding-left: 60px;
padding-right: 40px;
}
.disease_desc {
}
#heritage {
width: 99%;
margin-left: 50px;
margin-right: auto ;
position: relative;
top: -50px;
}
.dis_title {
color: Black;
font-size: 1.77em;
position:relative;
left: -5px;
top: 50px;
}
.dis_dna {
position:relative;
left:-20px; top: 2px;"
}
.dis_desc2 {
font-size: 1em;
color: #000000;
line-height:140%;
background: Gainsboro;
opacity: 1;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 30px;
position: relative;
text-align: justify;
top:-13px;
left: 53px;
width: 99%;
}
.dis_subtitle {
position: relative;
top: -25px;
left:56px;
font-size: 18px;
color: black;
.btn btn-link {
font-size: 12px;
}
.bModal __bPopup1 {
background-color: #ffffff;
opacity: 0.9;
}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<!--script src="js_css/bootstrap.js"></script-->
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
<script src="js_css/bootstrap-tooltip.js"></script>
<script language="javascript" src="js_css/jquery.transform.js"></script>
<script type="text/javascript" src="js_css/smooth.pack.js"></script>
<script src="js_css/jquery.bpopup-0.7.0.min.js"></script>
<script>
$(document).ready(function(){
$("#heritage").load("diseases/<?php
$disease = isset($_GET['disease'])?$_GET['disease']:false;
if (!$disease) {
header("HTTP/1.0 400 Bad Request");
echo "Disease name is missing";
exit();
}
echo $disease; ?>
.html", function(response, status, xhr) {
if (status == "error") {
var msg = "Sorry but there was an error: ";
$("#error").html(msg + xhr.status + " " + xhr.statusText);
}
});
});
</script>
<link rel="stylesheet" type="text/css" href="js_css/standalone.css">
<link rel="stylesheet" type="text/css" href="js_css/tabs.css">
<link rel="stylesheet" type="text/css" href="js_css/tabs.css">
<style>
a:hover {
color:#red;
}
div.wrap {
width:830px;
margin-bottom:40px;
margin-left: auto ;
margin-right: auto ;
background:white;
}
.wrap .pane {
font-size:14px;
display:none;
padding:20px;
border:1px solid #999;
border-top:0;
_background-image:none;
background:white;
}
.bImage {
text-align:center;
margin-top:10px;
margin-bottom:10px;
padding:10px;
border:1px;
}
</style>
<BODY>
<div class="wpmenuspan">
<H1><img id="titlelogo" src="img/flag_lg.png"border="0"/>HVP Country Node</H1>
<span id="wpmenubloc">
<ul class="navlistop">
<li><a href="index.html" class="wpmenu"><b>Home</b> </a></li>
<li><a href="diseases.html" class="wpmenu"><b>Diseases</b></a></li>
<li><a href="genes.html" class="wpmenu"><b>Genes</b></a></li>
<li><a href="publications.html" class="wpmenu"><b>Publications</b></a></li>
<li><a href="links.html" class="wpmenu"><b>Links</b></a></li>
</ul>
</span>
<!--[if IE 8]>
<style type="text/css">
.wptitle {
left: -200; /* \9 IE 8 and below */
}
</style>
<![endif]-->
<h4 class="wptitle" id="wlogotitle">
<!--[if IE 8]>
<![endif]-->
National/Ethnic Disease Database
</h4>
<!--img id="logoblock1" src="js/logoblock.png" height="" width=""/>
<img id="logoblock2" src="js/logoblock.png" height="" width=""/-->
</div>
<!--h2><IMG src="img/fin_flag_lg.png" align="middle"/>Finnish Disease Heritage</h2-->
<img src="img/blue_globe.jpeg" id="dis" height="280px" width="300px" style="position: absolute; top: -50;left: 775;">
<br/><br/><br/><br/>
<br/><br/><br/>
<h3 style="position: relative; top: -2;left: 4;"><a href="diseases.html"><img src="img/disease.png" height="40px" width="37px" style="position: relative; top: -4;left: -4;"></a>Diseases</h3>
<div id="heritage">
</div>
<br/><br/>
<!-- Footer -->
<center>
FOOTER LOGOS GO HERE<br/>
<a href=""><img border="0" src="" height="" width=""></a>
<a href=""><img border="0" src="" height="125" width="300"></a>
<a href=""><img border="0" src="" height="78" width="320"></a>
<br/><br/>
<p style="color: #827B60; font-size: 10px;">
This website was developed from a template which was developed with funding from <b>the Academy of Finland, Center of Excellence in Disease Genetics</b><br/>
and the European Community's <b>Seventh Framework Programme (FP7/2007-2013)</b> under grant agreement number 200754 - <b>the GEN2PHEN project.</b></p>
</center>
<style>
.btn btn-link {
text-size: 10px;
}
</style>
</body>
</html>