-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathquestion-intro.php
241 lines (171 loc) · 6.73 KB
/
question-intro.php
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Disease Prediction System </title>
<link rel="stylesheet" href="css/bootstrap.min.css" media="screen" >
<link rel="stylesheet" href="css/font-awesome.min.css" media="screen" >
<link rel="stylesheet" type="text/css" href="js/DataTables/datatables.min.css"/>
<link rel="stylesheet" href="css/main.css" media="screen" >
<link rel="stylesheet" href="css/form-content.css" media="screen" >
<script src="js/modernizr/modernizr.min.js"></script>
<!-- <style>
body{
background-color:white;
width:auto;
height:auto;
}
.intro-page{
margin-left: 203px;
margin-right: 203px;
}
.intro-page h2{
font-size: 25px;
font-weight: 900;
color: #499bea;
}
.intro-page p
{
color: #071c55;
font-size: 16px;
font-weight: 800;
}
.flex-p {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.flex-p .image-p{
flex-basis: 30%;
max-width: 30%;
padding: 10px;
}
.flex-p .content-p {
flex-basis: 100%;
max-width: 100%;
padding: 21px;
}
.flex-p .content-p li{
}
.intro-page a{
background-color: #25dfce;
font-size: 60x;
font-weight: 900;
color: #131001;
}
.intro-page button{
background-color: #25dfce;
float: right;
font-weight:900;
}
.intro-page button{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+33,207ce5+67 */
background: #499bea; /* Old browsers */
background: -moz-linear-gradient(top, #499bea 33%, #207ce5 67%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #499bea 33%,#207ce5 67%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #499bea 33%,#207ce5 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
float: right;
border-radius: 25px;
transition:0.5s;
color:white;
}
.intro-page button:hover{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29b8e5+50,bce0ee+90 */
background: #29b8e5; /* Old browsers */
background: -moz-linear-gradient(top, #29b8e5 50%, #bce0ee 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #29b8e5 50%,#bce0ee 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #29b8e5 50%,#bce0ee 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b8e5', endColorstr='#bce0ee',GradientType=0 ); /* IE6-9 */
color:white;
border-radius: 25px;
}
.flex-p-inside{
display:flex;
flex-wrap:wrap;
align-items:center;
position:relative;
}
.flex-p-1{
flex-basis: 10%;
max-width: 7%;
position: absolute;
top: -42px;
}
.flex-p-2{
flex-basis: 100%;
max-width: 100%;
}
li{
list-style-type:none;
display:block;
}
.flex-p-1 li a button i {
color:white;
}
</style> -->
</head>
<body >
<!-- ========== TOP NAVBAR ========== -->
<?php include('link/user-topber.php'); ?>
</div>
<div class="intro-page" >
<div class="flex-p">
<div class="content-p">
<form class="form-horizontal" action="teerms.php" method="post">
<h2> Please check all the statements below that apply to you </h2>
<p>Select one answer in each row. </p>
<table id="example" cellspacing="2" width="100%">
<tbody>
<tr>
<td class="result-color1">I am Overweight and Obese  </td>
<td class="result-color1"><input type="radio" name="overweight" value="Yes" required>Yes     <input type="radio" name="overweight" value="No" required>No </td>
</tr>
<tr>
<td class="result-color1">I Smoke Cigaretts  </td>
<td class="result-color1"><input type="radio" name="overweight1" value="Yes" required>Yes     <input type="radio" name="overweight1" value="No" required>No </td>
</tr>
<tr>
<td class="result-color1" >I have high Cholesterol  </td>
<td class="result-color1"><input type="radio" name="overweight2" value="Yes" required>Yes     <input type="radio" name="overweight2" value="No" required>No </td>
</tr>
<tr>
<td class="result-color1">I have hypertention  </td>
<td class="result-color1"><input type="radio" name="overweight3" value="Yes" required>Yes     <input type="radio" name="overweight3" value="No" required>No </td>
</tr>
<tr>
<td class="result-color1">I have diabates  </td>
<td class="result-color1"><input type="radio" name="overweight4" value="Yes" required>Yes     <input type="radio" name="overweight4" value="No" required>No </td>
</tr>
</tbody>
</table>
<div class="flex-p-inside">
<div class="flex-p-2">
<li><button type="submit" name="submit" >SUBMIT</button></li>
</div>
</div>
</form>
<div class="flex-p-inside">
<div class="flex-p-1">
<li><a href="age.php" ><button><<</button></li>
</div>
</div>
</div>
<!-- /.main-wrapper -->
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/main.js"></script>
<script>
$(function($) {
$(".js-states").select2();
$(".js-states-limit").select2({
maximumSelectionLength: 2
});
$(".js-states-hide").select2({
minimumResultsForSearch: Infinity
});
});
</script>
</body>
</html>