📦 EqualifyEverything / equalify-v2-dashboard-mocks

📄 13-item_details.html · 108 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108<!-- 
Demo Step 13: 
Click issue link "Heading tag without any text" to view issue details.  
-->

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/> 
    <title>Item 4232 - Item Details - Equalify</title>
</head>
<body>
    <header>
        <nav aria-label="Main">
            <ul>
                <li><a href="#">Pages</a></li>
                <li><a href="#">Issues</a></li>
                <li><a href="#">Audits</a></li>
                <li><a href="#">Logs</a></li>
                <li><a href="#">Pages</a></li>
                <li><a href="#">Logs</a></li>
                <li><a href="#">Account</a></li>
            </ul>
        </nav>
    </header>

    <main>
        <h1>Item 4232 - Ignored</h1>
        <p>Parent Page: <a href="#">11:11 Philosophers Group</a></p>
        <nav aria-label="actions">
            <h2>Actions</h2>
            <ul>
                <li><button>Unignore Item</button></li>
                <li><button>AI Analyze</button></li>
            </ul>        </nav>

        <section>
            <h2>Content</h2>
            <code>&lt;h1&gt;&lt;/h1&gt;<br></code>
        </section>

        <section>
            <h2>Audit History</h2>
            <table>
                <tr>
                    <th>Time</th>
                    <th>Audit</th>
                    <th>Screenshot</th>
                    <th>Issues</th>
                    <th>Tags</th>
                    <th>Ending Status</th>
                </tr>
                <tr>
                    <td>12-1-2024</td>
                    <td><a href="#">General Accessibility Audit</a></td>
                    <td><img src="image.jpg" alt="Screenshot of Item 4234"></td>
                    <td><a href="14-issue_details.html">Heading tag without any text</a></td>
                    <td><a href="#">WCAG 2.2 A</a>, <a href="#">WCAG 2.2 AA</a>, <a href="#">WCAG 2.2 AAA</a>, <a href="#">Heading Elements</a></td>
                    <td>Active</td>
                </tr>
            </table>
        </section>

        <section>
            <h2>Related Logs</h2>
            <table>
                <thead>
                    <tr>
                        <th>ID</th>
                        <th>Message</th>
                        <th>Trigger</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td><a href="#">21</a></td>
                        <td>Item 4232 ignored.</td>
                        <td>User: Blake</td>
                    </tr>
                    <tr>
                        <td><a href="#">19</a></td>
                        <td>Four items updated with issues.</td>
                        <td><a href="#">General Accessibility Audit</a></td>
                    </tr>
                </tbody>
            </table>

            <nav aria-label="Logs Table">
                Showing 2 of 2 Logs <button disabled>Load More Logs</button>
            </nav>
        </section>
    </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>