[fa5724]: / ProjectExecutableFiles6 / details.html.html

Download this file

182 lines (178 with data), 8.6 kB

  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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fetal Checkup</title>
<style>
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 150vh;
margin: 0;
background: url('https://example.com/background-image.jpg') no-repeat center center fixed;
background-size: cover;
}
.container {
background: rgba(243, 135, 180, 0.8);
border: 2px solid #000000;
border-radius: 20px;
padding: 30px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 1200px;
box-sizing: border-box;
}
h1 {
text-align: center;
color: #8e66d8;
}
.conditions {
margin-bottom: 20px;
padding: 10px;
border: 1px solid #f1e361;
border-radius: 5px;
background-color: #f0f8ff;
}
.conditions h2 {
text-align: center;
margin: 0;
color: #333;
}
.inputs {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.input-group {
display: flex;
flex-direction: column;
}
.input-group label {
margin-bottom: 5px;
font-weight: bold;
color: #333;
}
.input-group input {
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
box-sizing: border-box;
}
.submit-btn {
display: flex;
justify-content: center;
margin-top: 20px;
}
.submit-btn button {
padding: 10px 20px;
border: none;
border-radius: 5px;
background-color: #bb323270;
color: white;
font-size: 16px;
cursor: pointer;
}
.submit-btn button:hover {
background-color: #c054ca;
}
</style>
</head>
<body>
<div class="container">
<h1>Fetal Health CheckUp</h1>
<div class="conditions">
<h2>FETAL HEALTH</h2>
</div>
<form action="{{url_for('submit')}}" method="POST">
<div class="inputs">
<div class="input-group">
<label for="baseline_value">Baseline Value:</label>
<input type="number" id="baseline_value" name="baseline_value" placeholder="Enter lessthan 200 ">
</div>
<div class="input-group">
<label for="accelerations">Accelerations:</label>
<input type="number" id="accelerations" name="accelerations" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="fetal_movement">Fetal Movement:</label>
<input type="number" id="fetal_movement" name="fetal_movement" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="uterine_contractions">Uterine Contractions:</label>
<input type="number" id="uterine_contractions" name="uterine_contractions" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="light_decelerations">Light Decelerations:</label>
<input type="number" id="light_decelerations" name="light_decelerations" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="severe_decelerations">Severe Decelerations:</label>
<input type="number" id="severe_decelerations" name="severe_decelerations" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="prolongued_decelerations">Prolongued Decelerations:</label>
<input type="number" id="prolongued_decelerations" name="prolongued_decelerations" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="abnormal_short_term_variability">Abnormal Short Term Variability:</label>
<input type="number" id="abnormal_short_term_variability" name="abnormal_short_term_variability" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="mean_value_of_short_term_variability">Mean Value of Short Term Variability:</label>
<input type="number" id="mean_value_of_short_term_variability" name="mean_value_of_short_term_variability" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="percentage_of_time_with_abnormal_long_term_variability">Percentage of Time with Abnormal Long Term Variability:</label>
<input type="number" id="percentage_of_time_with_abnormal_long_term_variability" name="percentage_of_time_with_abnormal_long_term_variability" placeholder="Enter lessthan 100 ">
</div>
<div class="input-group">
<label for="mean_value_of_long_term_variability">Mean Value of Long Term Variability:</label>
<input type="number" id="mean_value_of_long_term_variability" name="mean_value_of_long_term_variability" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="histogram_width">Histogram Width:</label>
<input type="number" id="histogram_width" name="histogram_width" placeholder="Enter lessthan 60">
</div>
<div class="input-group">
<label for="histogram_min">Histogram Min:</label>
<input type="number" id="histogram_min" name="histogram_min" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="histogram_max">Histogram Max:</label>
<input type="number" id="histogram_max" name="histogram_max" placeholder="Enter lessthan 200">
</div>
<div class="input-group">
<label for="histogram_number_of_peaks">Histogram Number of Peaks:</label>
<input type="number" id="histogram_number_of_peaks" name="histogram_number_of_peaks" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="histogram_number_of_zeroes">Histogram Number of Zeroes:</label>
<input type="number" id="histogram_number_of_zeroes" name="histogram_number_of_zeroes" placeholder="Enter lessthan 200">
</div>
<div class="input-group">
<label for="histogram_mode">Histogram Mode:</label>
<input type="number" id="histogram_mode" name="histogram_mode" placeholder="Enter lessthan 200">
</div>
<div class="input-group">
<label for="histogram_median">Histogram Median:</label>
<input type="number" id="histogram_median" name="histogram_median" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="histogram_variance">Histogram Variance:</label>
<input type="number" id="histogram_variance" name="histogram_variance" placeholder="Enter lessthan 100">
</div>
<div class="input-group">
<label for="histogram_tendency">Histogram Tendency:</label>
<input type="number" id="histogram_tendency" name="histogram_tendency" placeholder="Enter lessthan 100">
</div>
</div>
<div class="submit-btn">
<button type="submit">Submit</button>
</div>
</form>
</div>
</body>
</html>