CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 16:11:27 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=d71f15cefa8c03d733a32c1468b1abcc48d5673909ab56c543d1e06b72edee95a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22lZgXkhUDBq7zHEZpa8JjMHIWfA8KXUKU%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cfa2232b8da9c3-BLR
form-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>Formulario de Materia</title>
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
- </head>
- <body class="container mt-5">
- <h2 th:text="${materia.id != null} ? 'Editar Materia' : 'Nueva Materia'"></h2>
- <form th:action="@{/subjectNew}" th:object="${materia}" method="post">
- <input type="hidden" th:field="*{id}" />
- <div class="mb-3">
- <label for="materia" class="form-label">Nombre</label>
- <input type="text" th:field="*{materia}" class="form-control" required>
- </div>
- <div class="mb-3">
- <label for="descripcion" class="form-label">Código</label>
- <input type="text" th:field="*{descripcion}" class="form-control" required>
- </div>
- <button type="submit" class="btn btn-primary">Guardar</button>
- <a href="/subject" class="btn btn-secondary">Cancelar</a>
- </form>
- </body>
- </html>
Tags:
html
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 3 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 7
JavaScript | 5 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 13 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 0
JavaScript | 16 sec ago | 0.24 KB
-
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 20 sec ago | 0.10 KB
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 32 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 33 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ I
JavaScript | 42 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