-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (53 loc) · 2.25 KB
/
index.html
File metadata and controls
56 lines (53 loc) · 2.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="icon" href="https://healthdatasafe.github.io/style-old/images/Favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="https://healthdatasafe.github.io/style-old/hds.min.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Inter:300,400">
<title>Demo Form HDS</title>
</head>
<body>
<div class="container">
<a href="https://www.healthdatasafe.org" target="_hds"><img src="https://healthdatasafe.github.io/style-old/images/Horizontal/hds-logo-hz-1024x400-hz-color.png" alt="Logo" width="300px"></a>
<h1>Demo Form</h1>
<table width="100%">
<td width="50%">
<div class="card-login">
<h2><A class="card-title" HREF="dr.html">Dr's Page</A></h2>
From this page you will be able to visualize the data from patients and share an invitation link to fill your questionnaire.
<BR>
<BR>Usage:
<ul>
<li>Dr: Click on the "Login" button to authenticate.</li>
<li>Dr: Copy the sharing link and send it to your patients.
<ul>Patient:
<li>Open the link received by email</li>
<li>Click the "Login" button to authenticate</li>
<li>Fill in the questionnaire and submit.</li>
</ul>
</li>
<li>Dr: View the list of patients and their data.</li>
<BR>
<BR>
You may test it with the following credentials:
<ul>
<li>Login: <b>drtom</b></li>
<li>Password: <b>drtom</b></li>
</ul>
</div>
</td>
<td valign="top" width="50%">
<div class="card-login">
<h2><A class="card-title" HREF="patient.html">Patient's Page</A></h2>
From this page you will be able to visualize your current data and forms you particpated in.<BR>
<BR>
<BR>
Nothing will appear until you received an invitation link from your doctor.
</div>
</td>
</table>
</div>
</body>