diff --git a/TODO.md b/TODO.md
index c3b9ca5..fb67469 100644
--- a/TODO.md
+++ b/TODO.md
@@ -907,7 +907,7 @@ Once the above is applied, the following classes become deletable (element name
### X - `public/admin/index.php` (TFE list)
-- [ ] **`
` with `
` children** - the stats
+- [x] **`
` with `
` children** - the stats
(total, published, pending) are a set of key-value pairs. Replace with `
`:
`` → `
`;
each `` → `
` kept (valid `
` child for grouping, per spec);
@@ -923,7 +923,7 @@ Once the above is applied, the following classes become deletable (element name
with ``. Not a full semantic element
replacement, but adds correct ARIA role for the keyboard/AT pattern of a toolbar.
-- [ ] **`
` is correct** - tabular data, right element. No change
+- [x] **`` is correct** - tabular data, right element. No change
needed. The ``, ``, ``, `| `, ` | ` structure is correct.
Minor: ` | ` cells have no `scope="col"` attribute - add it for screen reader column
association (` | `).
@@ -940,15 +940,15 @@ Once the above is applied, the following classes become deletable (element name
`style="margin-top:.35rem;"` on two of the three forms → move to CSS (e.g.
`.admin-inline-form + .admin-inline-form` selector in `admin.css`).
-- [ ] **`` with `` cells lacking `scope="col"`** - same as `index.php`.
+- [x] **`` with `` cells lacking `scope="col"`** - same as `index.php`.
### XII - `public/admin/thanks.php`
-- [ ] **`` blocks** - each is a labelled section with a ` `
+- [x] **`` blocks** - each is a labelled section with a ` `
inside it (already using `/- /
- ` correctly - good!). The outer wrapper `
`
could be a ` ` with the `` as its heading, making the structure
``. Removes `.admin-thesis-info` class; CSS targets
- `main > section`.
+ `.admin-main > section`.
### XIII - `public/admin/account.php`
diff --git a/public/admin/index.php b/public/admin/index.php
index 9316407..1a251bf 100644
--- a/public/admin/index.php
+++ b/public/admin/index.php
@@ -98,20 +98,20 @@ document.addEventListener('DOMContentLoaded', () => {
-
+
- = $stats['total'] ?>
- TFE total
+ - TFE total
+ - = $stats['total'] ?>
- = $stats['published'] ?>
- Publiés
+ - Publiés
+ - = $stats['published'] ?>
- = $stats['pending'] ?>
- En attente
+ - En attente
+ - = $stats['pending'] ?>
-
+
| | |