Commit 406b82b0 authored by Fabian Dewantara Santonie's avatar Fabian Dewantara Santonie 🕊

Perbaikan Tampilan

parent d916408f
...@@ -13,24 +13,15 @@ import javax.servlet.http.HttpServlet; ...@@ -13,24 +13,15 @@ import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
/**
* Servlet implementation class delete
*/
@WebServlet("/deleteData") @WebServlet("/deleteData")
public class delete extends HttpServlet { public class delete extends HttpServlet {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
* @see HttpServlet#HttpServlet()
*/
public delete() { public delete() {
super(); super();
// TODO Auto-generated constructor stub // TODO Auto-generated constructor stub
} }
/**
* @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response)
*/
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
// TODO Auto-generated method stub // TODO Auto-generated method stub
try { try {
......
...@@ -32,11 +32,11 @@ ...@@ -32,11 +32,11 @@
</tr> </tr>
<tr> <tr>
<td>Kode Bank</td> <td>Kode Bank</td>
<td><input type="text" name="kode" placeholder=${kode}></td> <td><input type="text" name="kode" value=${kode}></td>
</tr> </tr>
<tr> <tr>
<td>Nama Bank</td> <td>Nama Bank</td>
<td><input type="text" name="nama" placeholder=${nama}></td> <td><input type="text" name="nama" value=${nama}></td>
</tr> </tr>
</table> </table>
<input type="submit" name="submit"> <input type="submit" name="submit">
......
...@@ -9,11 +9,29 @@ ...@@ -9,11 +9,29 @@
</head> </head>
<div align="center"> <div align="center">
<body> <body>
<a href="Latihan1.jsp"><button class="btn btn-dark">Latihan 1</button></a><br><br> <h1>Pilih Latihan</h1>
<a href="Latihan2.jsp"><button class="btn btn-dark">Latihan 2</button></a><br><br> <table class="table-sm" border="2">
<a href="Latihan3.jsp"><button class="btn btn-dark">Latihan 3</button></a><br><br> <tr>
<a href="Latihan4.jsp"><button class="btn btn-dark">Latihan 4</button></a><br><br> <th>Metode GET</th>
<a href="/belajarJavaServlet_Fabian/DatabaseConnect"><button class="btn btn-dark">Latihan 5</button></a> <th><a href="Latihan1.jsp"><button class="btn btn-primary">Latihan 1</button></a><br><br></th>
</tr>
<tr>
<th>Metode POST</th>
<th><a href="Latihan2.jsp"><button class="btn btn-primary">Latihan 2</button></a><br><br> </th>
</tr>
<tr>
<th>Test Login</th>
<th><a href="Latihan3.jsp"><button class="btn btn-primary">Latihan 3</button></a><br><br></th>
</tr>
<tr>
<th>Login dan Registrasi</th>
<th><a href="Latihan4.jsp"><button class="btn btn-primary">Latihan 4</button></a><br><br></th>
</tr>
<tr>
<th>CRUD SQL</th>
<th><a href="/belajarJavaServlet_Fabian/DatabaseConnect"><button class="btn btn-primary">Latihan 5</button></a></th>
</tr>
</body> </body>
</div> </div>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment