📦 EqualifyEverything / equalify-v2-dashboard-mocks

📄 9-pages.html · 232 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232<!-- 
Demo Step 9: 
View 11:11 Philosophers page details.
-->

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

            </ul>        </nav>
    </header>

    <main>
        <h1>Pages</h1>

        <section>
            <h2>Quick Start</h2>
            <form>
                <label for="urls">URL(s):</label>
                <input id="urls" type="text">
                <fieldset>
                    <legend>Audits</legend>
                    <ul>
                        <li>
                            <label>
                                <input type="checkbox" checked> <a href="#">General Accessibility Audit</a>
                            </label> 
                        </li>
                        <li>
                            <a href="#">Edit Audits</a>
                        </li>
                    </ul>   
                </fieldset>
                <button>Add & Audit</button>
            </form>
        </section>
        <section>
            <h2>View Options</h2>
            <form>
                <fieldset>
                    <legend>Show Pages With</legend>
                    <label>
                        <input type="checkbox" checked> Active Items
                    </label>
                    <label>
                        <input type="checkbox" checked> Ignored Items
                    </label>
                    <label>
                        <input type="checkbox" checked> Equalified Items
                    </label>
                </fieldset>
                <fieldset>
                    <legend>Sort By</legend>
                    <label>
                        <input name="sort" type="radio" checked> Title (A to Z)
                    </label>
                    <label>
                        <input name="sort" type="radio"> Title (Z to A)
                    </label>
                    <label>
                        <input name="sort" type="radio"> Page (A to Z)
                    </label>
                    <label>
                        <input name="sort" type="radio"> Page (Z to A)
                    </label>
                    <label>
                        <input name="sort" type="radio"> Active Items (Most to Least)
                    </label>
                    <label>
                        <input name="sort" type="radio"> Active Items (Least to Most)
                    </label>
                    <label>
                        <input name="sort" type="radio"> Equalified Items (Most to Least)
                    </label>
                    <label>
                        <input name="sort" type="radio"> Equalified Items (Least to Most)
                    </label>
                    <label>
                        <input name="sort" type="radio"> Ignored Items (Most to Least)
                    </label>
                    <label>
                        <input name="sort" type="radio"> Ignored Items (Least to Most)
                    </label>
                    <label>
                        <input name="sort" type="radio"> Last Scanned (Newest to Oldest)
                    </label>
                    <label>
                        <input name="sort" type="radio"> Last Scanned (Oldest to Newest)
                    </label>
                </fieldset>
                <fieldset>
                    <legend>Group By</legend>
                    <label>
                        <input name="group" type="radio" checked> None 
                    </label>
                    <label>
                        <input name="group" type="radio"> Audit
                    </label>
                </fieldset>
                <fieldset>
                    <legend>Search</legend>
                    <label>
                        Enter Keyword: <input type="text" id="search-input">
                    </label>    
                </fieldset>
                <button>Save View Options</button>
            </form>
        </section>
        <section>
            <h3>Edit Options</h3>
            <ul>
                <li><button>Run Audit(s)</button></li>
                <li><button>Delete Pages(s)</button></li>
                <li><button>AI Analyze</button></li>
            </ul>
        </section>
        <section>
            <h2>All Pages</h2>
            <table>
                <thead>
                    <tr>
                        <th>
                            <input type="checkbox" aria-label="Select all Pages" onclick="toggleAllTableCheckboxes(this)">
                        </th>
                        <th>Title</th>
                        <th>URL</th>
                        <th>Audits</th>
                        <th>Active Items</th>
                        <th>Equalified Items</th>
                        <th>Ignored Items</th>
                        <th>Last Scanned</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td><input type="checkbox" class="row-checkbox" onchange="toggleEditOptions()"></td>
                        <td><a href="#">Equalify - Web Accessibility Platform</a></td>
                        <td>https://equalify.app</td>
                        <td><a href="#">General Accessibility Audit</a></td>
                        <td>2</td>
                        <td>0</td>
                        <td>0</td>
                        <td>12-1-2024 at 02:30:30</td>
                    </tr>
                    <tr>
                        <td><input type="checkbox" class="row-checkbox" onchange="toggleEditOptions()"></td>
                        <td><a href="10-page_details.html">11:11 Philosophers Group</a></td>
                        <td>https://philosophers.group</td>
                        <td><a href="#">General Accessibility Audit</a></td>
                        <td>2</td>
                        <td>0</td>
                        <td>0</td>
                        <td>12-1-2024 at 02:30:30</td>
                    </tr>
                </tbody>
            </table>
            <nav aria-label="Pages Table">
                Showing 2 of 2 Pages <button disabled>Load More Pages</button>
            </nav>
            <script>
                function toggleAllTableCheckboxes(source) {
                    const checkboxes = document.querySelectorAll('.row-checkbox');
                    checkboxes.forEach(checkbox => checkbox.checked = source.checked);
                    toggleEditOptions();
                }
                
                function toggleEditOptions() {
                    const checkboxes = document.querySelectorAll('.row-checkbox');
                    const editOptions = document.getElementById('edit-options');
                    const anyChecked = Array.from(checkboxes).some(checkbox => checkbox.checked);
                    editOptions.style.display = anyChecked ? 'block' : 'none';
                }
            </script>
        </section>
        <section>
            <h2>Related Logs</h2>
            <table>
                <thead>
                    <tr>
                        <th>ID</th>
                        <th>Summary</th>
                        <th>Trigger</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td><a href="#">19</a></td>
                        <td>Four items updated with issues.</td>
                        <td><a href="#">General Accessibility Audit</a></td>
                    </tr>
                    <tr>
                        <td><a href="#">18</a></td>
                        <td>Two pages added.</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>