Update hos.html
Browse files
hos.html
CHANGED
@@ -55,19 +55,19 @@
|
|
55 |
}
|
56 |
</style>
|
57 |
<body>
|
58 |
-
<h1
|
59 |
<label for="blood-sugar">سطح قند خون:</label>
|
60 |
<input type="number" id="blood-sugar"><br>
|
61 |
<label for="time">ساعت:</label>
|
62 |
<input type="time" id="time"><br>
|
63 |
<label for="meal">وعده غذایی:</label>
|
64 |
<select id="meal">
|
65 |
-
<option value="قبل صبحانه"
|
66 |
-
<option value="قبل نهار"
|
67 |
-
<option value="قبل شام"
|
68 |
</select><br><br>
|
69 |
-
<button onclick="saveData()">ذخیره</button><br>
|
70 |
-
<button onclick="displayGraph()">نمودار تغییرات</button>
|
71 |
<canvas id="myChart" width="400" height="200"></canvas>
|
72 |
|
73 |
<script>
|
|
|
55 |
}
|
56 |
</style>
|
57 |
<body>
|
58 |
+
<h1>بررسی سطح قند خون</h1>
|
59 |
<label for="blood-sugar">سطح قند خون:</label>
|
60 |
<input type="number" id="blood-sugar"><br>
|
61 |
<label for="time">ساعت:</label>
|
62 |
<input type="time" id="time"><br>
|
63 |
<label for="meal">وعده غذایی:</label>
|
64 |
<select id="meal">
|
65 |
+
<option value="قبل صبحانه">قبل صبحانه</option>
|
66 |
+
<option value="قبل نهار">قبل نهار</option>
|
67 |
+
<option value="قبل شام">قبل شام</option>
|
68 |
</select><br><br>
|
69 |
+
<button onclick="saveData()">ذخیره</button><br><br>
|
70 |
+
<button onclick="displayGraph()">نمودار تغییرات</button><br>
|
71 |
<canvas id="myChart" width="400" height="200"></canvas>
|
72 |
|
73 |
<script>
|