CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 16:31:21 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=ed2ca00c53bb3ce700896dca717f82fce5fa64a03fd9bc7d79005e161da19519a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22j1vL785xuVSIup6Hm1Sp_EqUC-Mlrv01%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cfbf4efddfb155-BLR
list-subject - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns:th="https://www.thymeleaf.org">
- <head>
- <meta charset="UTF-8">
- <title>Lista de Materias</title>
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
- </head>
- <body class="container mt-5">
- <h2>Materias Registradas</h2>
- <a href="/subjectNew" class="btn btn-success mb-3">Agregar Nueva Materia</a>
- <table class="table table-bordered">
- <thead>
- <tr>
- <th>ID</th>
- <th>Nombre</th>
- <th>Código</th>
- <th>Acciones</th>
- </tr>
- </thead>
- <tbody>
- <tr th:each="materia : ${subject}">
- <td th:text="${materia.id}"></td>
- <td th:text="${materia.materia}"></td>
- <td th:text="${materia.descripcion}"></td>
- <td>
- <a th:href="@{/editSubject/{id}(id=${materia.id})}" class="btn btn-warning btn-sm">Editar</a>
- <a th:href="@{/deleteSubject/{id}(id=${materia.id})}" class="btn btn-danger btn-sm"
- onclick="return confirm('¿Estás seguro de eliminar esta materia?')">Eliminar</a>
- </td>
- </tr>
- </tbody>
- </table>
- </body>
- </html>
Tags:
html
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Jack's Profit Method ✅ NEVER SEEN BEF...
JavaScript | 9 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ A
JavaScript | 14 sec ago | 0.24 KB
-
⭐✅ Online Marketplace Exploit ✅ NEVER SEEN BE...
JavaScript | 20 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 5
JavaScript | 25 sec ago | 0.24 KB
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 29 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 37 sec ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 38 sec ago | 0.24 KB
-
⭐✅ MAKE $2000 INSTANTLY ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 47 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand