Skip to content

Commit

Permalink
Added Response descriptions and Alert Messages
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAlemayehu1 committed Mar 2, 2021
1 parent 8343022 commit 9120960
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions students.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ <h3 class="heading my-5">AAIT Clearance System</h3>
<button class="btn btn-primary mb-2 disabled" id="lib">Request Clearance</button>
<p class="card-text">Request Date: </p>
<p class="card-text">Response Date: </p>
<p class="card-text" hidden>Description: </p>
<p class="card-text text-danger" hidden>Report to department office!</p>
</div>
<div class="col-md-6 text-center align-self-center">
<i class="fas fa-exclamation-triangle fa-5x text-danger" id="libStatusIcon"></i>
Expand All @@ -121,6 +123,8 @@ <h3 class="heading my-5">AAIT Clearance System</h3>
<button class="btn btn-primary mb-2 disabled" id="sps">Request Clearance</button>
<p class="card-text">Request Date: </p>
<p class="card-text">Response Date: </p>
<p class="card-text" hidden>Description: </p>
<p class="card-text text-danger" hidden>Report to department office!</p>
</div>
<div class="col-md-6 text-center align-self-center">
<i class="fas fa-exclamation-triangle fa-5x text-danger" id="spsStatusIcon"></i>
Expand All @@ -141,6 +145,8 @@ <h3 class="heading my-5">AAIT Clearance System</h3>
<button class="btn btn-primary mb-2 disabled" id="dep">Request Clearance</button>
<p class="card-text">Request Date: </p>
<p class="card-text">Response Date: </p>
<p class="card-text" hidden>Description: </p>
<p class="card-text text-danger" hidden>Report to department office!</p>
</div>
<div class="col-md-6 text-center align-self-center">
<i class="fas fa-exclamation-triangle fa-5x text-danger" id="dptStatusIcon"></i>
Expand All @@ -158,6 +164,8 @@ <h3 class="heading my-5">AAIT Clearance System</h3>
<button class="btn btn-primary mb-2 disabled" id="drm">Request Clearance</button>
<p class="card-text">Request Date: </p>
<p class="card-text">Response Date: </p>
<p class="card-text" hidden>Description: </p>
<p class="card-text text-danger" hidden>Report to department office!</p>
</div>
<div class="col-md-6 text-center align-self-center">
<i class="fas fa-exclamation-triangle fa-5x text-danger" id="drmStatusIcon"></i>
Expand Down

0 comments on commit 9120960

Please sign in to comment.