Skip to content

Commit 745f0a3

Browse files
committed
final push
1 parent 02ae4e9 commit 745f0a3

8 files changed

+106
-354
lines changed

Diff for: New Text Document.txt

-17
This file was deleted.

Diff for: empl_login.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
<div class="login__forms">
7474
<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>
7676
<!-- Phone Number -->
7777
<div class="login__box_2">
7878
<i class='bx bx-user login__icon'></i>
@@ -90,8 +90,8 @@
9090
<input type="submit" style="color: white; background-color: purple; padding: 10px 45px;" name="login_form_submit" value="Log In">
9191

9292
<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>
9595
</div>
9696
</form>
9797

Diff for: index.php

+95-60
Large diffs are not rendered by default.

Diff for: login.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<!-- ===== BOX ICONS ===== -->
6363
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
6464

65-
<title>Log In</title>
65+
<title>Patient Log In</title>
6666
</head>
6767
<body>
6868

@@ -74,7 +74,7 @@
7474

7575
<div class="login__forms">
7676
<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>
7878
<!-- Phone Number -->
7979
<div class="login__box_2">
8080
<i class='bx bx-user login__icon'></i>
@@ -93,7 +93,8 @@
9393

9494
<div>
9595
<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>
9798
</div>
9899
</form>
99100

Diff for: prescription_history.php

-267
This file was deleted.

Diff for: profile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<table class="table">
182182
<thead class="thead-dark">
183183
<tr>
184-
<th scope="col">Payment ID</th>
184+
<th scope="col">Prescription ID</th>
185185
<th scope="col">PDF</th>
186186
<th scope="col">Issued Date</th>
187187
<th scope="col">Doctor Nanme</th>

Diff for: signup.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
<div class="login__forms">
6363
<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>
6565

6666
<!-- Patient Name -->
6767
<div class="login__box">
@@ -103,7 +103,8 @@
103103
<div>
104104
<span class="login__account">Have an Account ?</span>
105105
<!-- <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>
107108
</div>
108109
</form>
109110

Diff for: test.php

-1
This file was deleted.

0 commit comments

Comments
 (0)