File tree 2 files changed +2
-3
lines changed
SYSTEM MANAGEMENT APPS/Bookstore management/MiniProject/MiniProject 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 46
46
else {
47
47
$ msg = '<div class="alert alert-danger alert-dismissible fade show" role="alert"><strong>Oops! </strong>Error while uploading book.<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button></div> ' ;
48
48
}
49
-
50
49
}
51
50
?>
52
51
<!doctype html>
88
87
<div class="col"></div>
89
88
<div class="col">
90
89
<div class="alert alert-secondary" role="alert">
91
- Created Book Will Be Displayed As Created Here
90
+ Book Successfully created will be displayed here
92
91
</div>
93
92
</div>
94
93
<div class="col"></div>
109
108
<div class="row">
110
109
<div class="col" style="text-align: center;">
111
110
<p class="jobdetails">Thumbnail:</p>
112
- <img src="Resources/placeholder .png" alt="Thumbnail" id="JobProfileImage" width="150px" height="150px"><br><br>
111
+ <img src="Resources/thumbnail .png" alt="Thumbnail" id="JobProfileImage" width="150px" height="150px"><br><br>
113
112
<input type="file" id="thumbnail" name="image" accept="image/*">
114
113
</div>
115
114
<div class="col ">
You can’t perform that action at this time.
0 commit comments