-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetlist.html
111 lines (85 loc) · 3.85 KB
/
setlist.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>The Time Companion Options</title>
<link rel="stylesheet" href="library/AWN/style.css" />
<link rel="stylesheet" href="css/dropdownlist.css" />
<link rel="stylesheet" href="css/setlist.css" />
<script src="library/AWN/index.var.js"></script>
<script src="library/Compression/lz-string.min.js"></script>
<script src="js/setlist.js"></script>
</head>
<body>
<div class=listes>
<section gauche>
<h1 id=lntitre></h1>
<p description></p>
<div inputbar>
<input type="url" id=inputurlbl placeholder="Entrez une url (ex: youtube.com)" />
<a id="addtoblacklist" class="btn btn-3"></a>
</div>
<div class=conteneurdetableau>
<table listenoire></table>
</div>
<div inputbar>
<!-- <input type="text" class=inputlistname placeholder="Nom de la liste (ex:distractions)" /> -->
<p id=remarqueplusieursajout style="text-align: left;" description>Vous pouvez ajouter plusieurs urls en même temps en les séparant par des espaces.</p>
<!-- <a id="saveblacklist" class="btn btn-3 savebtn"></a> -->
</div>
</section>
<section milieu>
<h1 id=lbtitre></h1>
<p description></p>
<div inputbar>
<input type="url" id=inputurlwl placeholder="Entrez une url (ex: youtube.com)" />
<a id="addtowhitelist" class="btn btn-3"></a>
</div>
<div class=conteneurdetableau>
<table listeblanche></table>
</div>
<div inputbar>
<input type="text" class=inputlistname placeholder="Nom de la liste (ex:distractions)" />
<a id="savelists" class="btn btn-3 savebtn"></a>
</div>
</section>
</div>
<section droite>
<h1 logo>
The T<span class=sablier>⧗</span>me Companion
</h1>
<div checks>
<!-- <input type=checkbox id=ch1> <label for="ch1"> Redirection lors du niveau 3 </label> <br>
<input type=checkbox id=ch2> <label for="ch2"> Autoriser le son du site web lors du niveau 2 et
3</label><br> -->
<span id=desactiverdistractionsur></span><br>
<input type=checkbox id=ch1> <label for="ch1"> Youtube </label><br>
<input type=checkbox id=ch2> <label for="ch2"> Twitter </label><br>
<input type=checkbox id=ch3> <label for="ch3"> Facebook </label><br>
<input type=checkbox id=ch4> <label for="ch4"> Reddit </label><br>
<input type=checkbox id=ch5> <label for="ch5"> Wikipedia </label><br>
<input type=checkbox id=ch6> <label for="ch6"> Quora </label><br>
<input type=checkbox id=ch7> <label for="ch7"> Linkedin </label><br>
<span id=reglages></span><br>
<input type=checkbox id=chr1> <label for="chr1"></label><br>
</div>
<div id="optionbtn">
<a id="addgroup" class="btn btn-3 long-text-btn" special>Ajouter un groupe</a>
<a id="deletegroup" class="btn btn-3 long-text-btn" special>Supprimer un groupe</a>
</div>
<a href="options.html" id="return" class="btn btn-3" special></a>
<div class="positionneur">
<div id="groupeactuel">
<span id="textegroupeactuel">Groupe :</span>
<div class="dropdown">
<select class="dropdown-select">
</select>
</div>
</div>
</div>
<!-- <div class=conteneurdetableau mini>
<table></table>
</div> -->
</section>
</body>
</html>