File manager - Edit - /home/webapp69.cm.in.th/u69319090028/Shop/views/account/login_history.php
Back
<div class="cargoo-card"> <div class="cargoo-card-header d-flex justify-content-between align-items-center"> <div> <h5 class="mb-1 fw-bold"><?= __('login_history_title') ?></h5> <p class="text-muted small mb-0"><?= __('login_history_subtitle') ?></p> </div> </div> <div class="cargoo-card-body p-0"> <?php if (empty($logs)): ?> <div class="p-5 text-center text-muted"> <i class="bi bi-clock-history fs-2"></i> <p class="mt-2 mb-0 small"><?= __('no_login_history') ?></p> </div> <?php else: ?> <div class="table-responsive"> <table class="table table-hover align-middle mb-0"> <thead class="table-light small"> <tr> <th class="ps-4"><?= __('login_time') ?></th> <th><?= __('ip_address') ?></th> <th><?= __('device_browser') ?></th> <th class="pe-4 text-end"><?= __('status') ?></th> </tr> </thead> <tbody class="small"> <?php foreach ($logs as $log): ?> <tr> <td class="ps-4 fw-medium text-dark"> <i class="bi bi-calendar3 me-1 text-muted"></i> <?= date('d/m/Y H:i:s', strtotime($log['created_at'])) ?> </td> <td><code><?= e($log['ip_address'] ?? '127.0.0.1') ?></code></td> <td class="text-truncate text-secondary" style="max-width: 300px;" title="<?= e($log['user_agent']) ?>"> <i class="bi bi-display me-1"></i> <?= e($log['user_agent'] ?? 'Unknown Device') ?> </td> <td class="pe-4 text-end"> <?php if ($log['status'] === 'success'): ?> <span class="badge bg-success-subtle text-success border border-success-subtle px-2 py-1"> <i class="bi bi-check-circle me-1"></i> <?= __('status_success') ?> </span> <?php elseif ($log['status'] === 'locked'): ?> <span class="badge bg-danger-subtle text-danger border border-danger-subtle px-2 py-1"> <i class="bi bi-lock me-1"></i> <?= __('status_locked') ?> </span> <?php else: ?> <span class="badge bg-warning-subtle text-warning border border-warning-subtle px-2 py-1"> <i class="bi bi-exclamation-triangle me-1"></i> <?= __('status_failed') ?> </span> <?php endif; ?> </td> </tr> <?php endforeach; ?> </tbody> </table> </div> <?php endif; ?> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.32 |
proxy
|
phpinfo
|
Settings