File manager - Edit - /home/webapp69.cm.in.th/u69319090028/Shop/views/errors/422.php
Back
<!DOCTYPE html> <html lang="th"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>422 - Validation Error | CARGOO</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <style> body { font-family: 'Prompt', sans-serif; background-color: #F8FAFC; color: #1E293B; } .error-card { max-width: 560px; border-radius: 16px; border: 1px solid #E2E8F0; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05); } .btn-cargoo-primary { background-color: #0066FF; color: #fff; border: none; font-weight: 500; } .btn-cargoo-primary:hover { background-color: #0052CC; color: #fff; } </style> </head> <body class="d-flex align-items-center justify-content-center min-vh-100 p-3"> <div class="card error-card p-4 p-md-5 bg-white"> <div class="text-center mb-3"> <div class="d-inline-flex p-3 rounded-circle bg-warning-subtle text-warning mb-2"> <i class="bi bi-patch-exclamation-fill fs-1"></i> </div> <h1 class="display-5 fw-bold text-dark mb-0">422</h1> <h4 class="fw-bold text-dark mt-2 mb-1">ข้อมูลไม่ถูกต้องตามเกณฑ์ (Validation Error)</h4> <p class="text-muted small mb-3"><?= htmlspecialchars($message ?? 'กรุณาตรวจสอบข้อมูลและแก้ไขข้อผิดพลาดด้านล่าง') ?></p> </div> <?php if (!empty($errorDetails['errors'])): ?> <div class="alert alert-danger p-3 mb-4 rounded-3 text-start small"> <ul class="mb-0 ps-3"> <?php foreach ($errorDetails['errors'] as $f => $err): ?> <li><strong><?= htmlspecialchars($f) ?>:</strong> <?= htmlspecialchars($err) ?></li> <?php endforeach; ?> </ul> </div> <?php endif; ?> <div class="d-flex justify-content-center gap-2"> <a href="javascript:history.back()" class="btn btn-outline-secondary btn-sm px-3 py-2">ย้อนกลับไปแก้ไข</a> <a href="/CARGOO" class="btn btn-cargoo-primary btn-sm px-3 py-2">กลับสู่หน้าแรก</a> </div> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.23 |
proxy
|
phpinfo
|
Settings