-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathppayor.html
More file actions
70 lines (48 loc) · 1.49 KB
/
ppayor.html
File metadata and controls
70 lines (48 loc) · 1.49 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
<!doctype html>
<style>
@import url('scriptcss3.css');
</style>
<html>
<head>
<title>Payor</title>
</head>
<figure>
<img src="ewise.png">
</figure>
<u1 id="nav">
<a href="index.html">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=""> Partner Payor</a>
<a href="pvend.html"> Partner Vendor</a>
<a href="about.html"> About the Architecture</a>
<h1> </h1>
<section>
Login <input type=email>
Password <input type=search>
</section>
<h1>Payor Partner Access</h1>
<body>
<section id="Login qualifier">
<p><label for="inp02">Which task brings you to our partner site today?
<select name="work" id="inp02">
<option value="0">-- Please Select --</option>
<option value="1">View/request patient data</option>
<option value="2">Clarify diagnosis/treatment for patients</option>
<option value="3">Confirm a transaction</option>
</p>
</section>
<h2> </h2>
<input type="submit" onclick="location.href='http://www.satch421.pythonanywhere.com'; return false;" value="Submit"/>
Register our partnership.
<input type="submit" onclick="location.href='partner_reg.html'; return false;" value="Submit"/>
<h2> </h2>
<div id='photo1'>
<img src='cart.png'>
</div>
<h2> </h2>
<h2> </h2>
<footer>
(c) 2021 eWISE LLC
</footer>