Skip to content

Commit

Permalink
modified datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
JananiVelmurugan committed Sep 15, 2017
1 parent 53d5cbf commit 63dcff2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions WebContent/addbook.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<body>
<jsp:include page="layout/header.jsp"></jsp:include>
<div class="container">
<h3>Insert Book</h3>
<form action="SaveBookServlet" method="post">
<div class="form-group row">
<label for="name" class="col-2 col-form-label">Book Name</label>
Expand Down
9 changes: 5 additions & 4 deletions WebContent/layout/header.jsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!-- Latest compiled and minified Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/jquery.dataTables.min.css">
<!-- fontawesome-alternative for glyphicons -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">

<link rel="stylesheet"
href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css">

<!-- jQuery library -->
<script src="assets/js/jquery-3.2.1.slim.min.js"></script>
Expand All @@ -11,9 +15,6 @@
<!-- Latest compiled and minified Bootstrap JavaScript -->
<script src="assets/js/bootstrap.min.js"></script>

<!-- fontawesome-alternative for glyphicons -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">

<!-- jQuery datatable -->
<script src="assets/js/jquery.dataTables.min.js"></script>

Expand Down
1 change: 1 addition & 0 deletions WebContent/updatebook.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<body>
<jsp:include page="layout/header.jsp"></jsp:include>
<div class="container">
<h3>Edit Book</h3>
<form action="UpdateBookServlet" method="post">
<div class="form-group row">
<label for="id" class="col-2 col-form-label">Book Id</label>
Expand Down

0 comments on commit 63dcff2

Please sign in to comment.