📦 EqualifyEverything / equalify-v2-dashboard-mocks

📄 12-audit_details-saved.html · 70 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>OCR Review - Audit Details - Equalify</title>
</head>
<body>
    <header>
        <nav aria-label="Main">
            <ul>
                <li><a href="#">Audits</a></li>
                <li><a href="#">Account</a></li>
            </ul>
        </nav>
    </header>

    <main>
        <h1>OCR Review</h1>
        <div aria-live="polite">OCR Review Audit created.</div>
        <article>
            <h2>Overview</h2>
            <p>41 checks on 2 pages. Manually triggered.</p>
        </article>
        <article>
            <h2>Actions</h2>
            <nav aria-label="Audit Actions">
                <button type="button" onclick="window.location.href='13-upgrade.html';">Run Audit</button>
                <a href="#">Edit Audit</a>    
            </nav>
        </article>
        <article>
            <h2>Related Logs</h2>
            <table>
                <thead>
                    <tr>
                        <th>ID</th>
                        <th>Summary</th>
                        <th>Trigger</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td><a href="#">Log 5</a></td>
                        <td>OCR Review Audit created.</td>
                        <td>User: Lucy</td>
                    </tr>
                </tbody>
            </table>
            <nav aria-label="Logs">
                Showing 2 of 2 Logs <button disabled>Load More Logs</button>
            </nav>
        </article>
    </main>

    <footer>
        <section>
            <h2>Scan Quota</h2>
            <p>0 free scans remaining. <a href="#">Upgrade</a>.</p>
        </section>
        <section>
            <h2>Need help?</h2>
            <p>Email <a href="#">support@equalify.app</a>.</p>
        </section>
    </footer>


</body>
</html>