Skip to content

Commit

Permalink
Merge pull request #928 from gbengaoluwadahunsi/userhtml-W3C
Browse files Browse the repository at this point in the history
Update : W3C standards
  • Loading branch information
birm authored Mar 31, 2024
2 parents 0974bbe + 863a7a5 commit 98cf624
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
5 changes: 5 additions & 0 deletions apps/user/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
background-color: #007bff;
opacity: 0.5;
}*/


#table {
width: 100%;
}
41 changes: 21 additions & 20 deletions apps/user/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</div>
</div>
<div class="container-fluid p-4">
<table id="table" class="display" width="100%"></table>
<table id="table" class="display"></table>
</div>
<!-- Delete Modal -->
<div
Expand Down Expand Up @@ -111,7 +111,7 @@ <h6 class="modal-title" id="del-label">
type="text"
class="form-control"
id="col-email"
aria-describedby="col-email-tip"
placeholder="Enter A Email"
/>
<div class="invalid-feedback">
Expand Down Expand Up @@ -154,24 +154,25 @@ <h6 class="modal-title" id="del-label">
</div>
</div>
</div>

<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"
></script>
<script

src="https://cdn.datatables.net/1.10.24/js/jquery.dataTables.js"
></script>
<script src="./user.js"></script>
</body>

<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"
></script>
<script
type="text/javascript"
charset="utf8"
src="https://cdn.datatables.net/1.10.24/js/jquery.dataTables.js"
></script>
<script src="./user.js"></script>

</html>

0 comments on commit 98cf624

Please sign in to comment.