File tree 8 files changed +106
-354
lines changed
8 files changed +106
-354
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 72
72
73
73
<div class="login__forms">
74
74
<form action="" class="login__registre" id="login-in" method="POST">
75
- <h1 class="login__title">Sign In</h1>
75
+ <h1 class="login__title">Doctor Sign In</h1>
76
76
<!-- Phone Number -->
77
77
<div class="login__box_2">
78
78
<i class='bx bx-user login__icon'></i>
90
90
<input type="submit" style="color: white; background-color: purple; padding: 10px 45px;" name="login_form_submit" value="Log In">
91
91
92
92
<div>
93
- <span class="login__account">Don't have an Account ? Contact Office !</span>
94
- <!--< a class="login__signin" id="sign-up" href="signup .php">Sign Up </a>-- >
93
+ <span class="login__account">Don't have an Account ? Contact Office !</span><br>
94
+ <a class="login__signin" id="sign-up" href="index .php">Home </a>
95
95
</div>
96
96
</form>
97
97
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 62
62
<!-- ===== BOX ICONS ===== -->
63
63
<link href='https://cdn.jsdelivr.net/npm/
[email protected] /css/boxicons.min.css' rel='stylesheet'>
64
64
65
- <title>Log In</title>
65
+ <title>Patient Log In</title>
66
66
</head>
67
67
<body>
68
68
74
74
75
75
<div class="login__forms">
76
76
<form action="" class="login__registre" id="login-in" method="POST">
77
- <h1 class="login__title">Sign In</h1>
77
+ <h1 class="login__title">Patient Sign In</h1>
78
78
<!-- Phone Number -->
79
79
<div class="login__box_2">
80
80
<i class='bx bx-user login__icon'></i>
93
93
94
94
<div>
95
95
<span class="login__account">Don't have an Account ?</span>
96
- <a class="login__signin" id="sign-up" href="signup.php">Sign Up</a>
96
+ <a class="login__signin" id="sign-up" href="signup.php">Sign Up</a><br>
97
+ <a href="index.php" class="login__signin" id="sign-up">Home</a>
97
98
</div>
98
99
</form>
99
100
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 181
181
<table class="table">
182
182
<thead class="thead-dark">
183
183
<tr>
184
- <th scope="col">Payment ID</th>
184
+ <th scope="col">Prescription ID</th>
185
185
<th scope="col">PDF</th>
186
186
<th scope="col">Issued Date</th>
187
187
<th scope="col">Doctor Nanme</th>
Original file line number Diff line number Diff line change 61
61
62
62
<div class="login__forms">
63
63
<form action="" class="login__registre" id="login-in" method="POST">
64
- <h1 class="login__title">Sign Up </h1>
64
+ <h1 class="login__title">Patient Registration </h1>
65
65
66
66
<!-- Patient Name -->
67
67
<div class="login__box">
103
103
<div>
104
104
<span class="login__account">Have an Account ?</span>
105
105
<!-- <span class="login__signin" id="sign-up">Sign Up</span> -->
106
- <a href="login.php" class="login__signin" id="sign-up">Sign In</a>
106
+ <a href="login.php" class="login__signin" id="sign-up">Sign In</a><br>
107
+ <a href="index.php" class="login__signin" id="sign-up">Home</a>
107
108
</div>
108
109
</form>
109
110
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments