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;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Servlet implementation class delete
*/
@WebServlet("/deleteData")
public class delete extends HttpServlet {
private static final long serialVersionUID = 1L;
/**
* @see HttpServlet#HttpServlet()
*/
public delete() {
super();
// TODO Auto-generated constructor stub
}
/**
* @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response)
*/
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
// TODO Auto-generated method stub
try {
......
......@@ -32,11 +32,11 @@
</tr>
<tr>
<td>Kode Bank</td>
<td><input type="text" name="kode" placeholder=${kode}></td>
<td><input type="text" name="kode" value=${kode}></td>
</tr>
<tr>
<td>Nama Bank</td>
<td><input type="text" name="nama" placeholder=${nama}></td>
<td><input type="text" name="nama" value=${nama}></td>
</tr>
</table>
<input type="submit" name="submit">
......
......@@ -9,11 +9,29 @@
</head>
<div align="center">
<body>
<a href="Latihan1.jsp"><button class="btn btn-dark">Latihan 1</button></a><br><br>
<a href="Latihan2.jsp"><button class="btn btn-dark">Latihan 2</button></a><br><br>
<a href="Latihan3.jsp"><button class="btn btn-dark">Latihan 3</button></a><br><br>
<a href="Latihan4.jsp"><button class="btn btn-dark">Latihan 4</button></a><br><br>
<a href="/belajarJavaServlet_Fabian/DatabaseConnect"><button class="btn btn-dark">Latihan 5</button></a>
<h1>Pilih Latihan</h1>
<table class="table-sm" border="2">
<tr>
<th>Metode GET</th>
<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>
</div>
</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