-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmissingContent.html
More file actions
31 lines (31 loc) · 1.45 KB
/
missingContent.html
File metadata and controls
31 lines (31 loc) · 1.45 KB
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
<!DOCTYPE html>
<html>
<head>
<script src="missingContent.js"></script>
<link rel="stylesheet" href="missingContent.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;1,100&display=swap" rel="stylesheet">
</head>
<body>
<div id='container'>
<h1>Possible missing content:</h1>
<p>If an item listed below failed to add to a folder, click the below button and include the additional information when reporting the item</p>
<p>If you delete an item by mistake, refresh the page to undo any changes. Hide the delete buttons before copying the table.</p>
<button class='btn'>Show detailed information</button>
<button class='btn'>Show delete buttons</button>
<table id='missing'>
<tr>
<th class='button-parent'></th>
<th>Headline: </th>
<th>Outlet: </th>
<th class='detailed'>Time added: </th>
<th class='detailed'>Group option: </th>
<th class='detailed'>Sort option: </th>
<th class='detailed'>Grouping numbers: </th>
<th class='detailed'>MP tabs open: </th>
<th class='detailed'>Item ID: </th>
<th class='detailed'>Destination folder: </th>
</tr>
</table>
</div>
</body>
</html>