-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassoc_check_wtext.html
More file actions
85 lines (67 loc) · 2.02 KB
/
assoc_check_wtext.html
File metadata and controls
85 lines (67 loc) · 2.02 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
<html>
<style>
@import url('scriptcss3.css');
</style>
<head>
<title>Associate Toolbox</title>
<script>
function hello() {
alert("If you haven't received an invitation to visit this site, you must leave now.");
}
</script>
</head>
<figure>
<img src="ewise.png">
</figure>
<u1 id="nav">
<a href="">Home</a>
<a href="pat_login.html"> Patient Portal</a>
<a href="assoc_tk.html"> Associate Toolbox</a>
<a href="phealth.html"> Partner Health</a>
<a href="ppayor.html"> Partner Payor</a>
<a href="pvend.html"> Partner Vendor</a>
<a href="about.html"> About the Architecture</a>
<h1> </h1>
<body>
<h1>The Associate Toolbox</h1>
<style>
ht {
background-color: #c16f5b;
color: #000;
}
</style>
<a href="#" onclick="hello();">Warning!</a>
<noscript>
<p>Hello World
<p>This text is not written with JavaScript.
</noscript>
<section>
</section>
<section>
<u2>Welcome to the Associate Toolbox.</u2>
</section>
<body>
<p>Specify the work you will accomplish today:<br/>
<input type="checkbox" name="Associate Toolbox" value="pat01" checked>
Upload patient data<br>
<input type="checkbox" name="Associate Toolbox" value="pat02" checked>
Access patient data<br>
<input type="checkbox" name="LoginCategory" value="pat03" checked>
Revise patient data file<br>
<input type="checkbox" name="LoginCategory" value="pat04" checked>
Record diagnosis and intervention<br>
<input type="checkbox" name="LoginCategory" value="pat05" checked>
Record patient response to treatment<br>
<p><label for="inp06">Tell us about your progress:<br/>
<textarea rows="10" cols="40" id="inp07" name="progress">
This portal is making us much more productive.
</textarea>
</p>
<input type="submit" onclick="location.href='assoc_err.html'; return false;" value="Submit"/>
</form>
</body>
<h2> </h2>
<h2> </h2>
<footer>
(c) 2021 eWISE LLC
</footer>