-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoptions.html
125 lines (101 loc) · 4.29 KB
/
options.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>The Time Companion Menu</title>
<link rel="stylesheet" href="library/AWN/style.css" />
<link rel="stylesheet" href="library/SimpleBar/simplebar.css" />
<link rel="stylesheet" href="css/dropdownlist.css" />
<link rel="stylesheet" href="css/options.css" />
<link rel="stylesheet" type="text/css" href="library/Starability/starability-slot.css" />
<script src="library/Chart/Chart.min.js"></script>
<script src="library/AWN/index.var.js"></script>
<script src="library/SimpleBar/simplebar.min.js"></script>
<script src="library/Compression/lz-string.min.js"></script>
<script src="js/options.js"></script>
</head>
<body>
<section gauche>
<div class="middle">
<label>
<input type="radio" name="radio" id=l1 />
<div class="front-end box">
<span n1></span>
<span description></span>
<span description temps></span>
</div>
</label>
<label>
<input type="radio" name="radio" id=l2 />
<div class="front-end box">
<span n2></span>
<span description></span>
<span description temps></span>
</div>
</label>
<label>
<input type="radio" name="radio" id=l3 />
<div class="front-end box">
<span n3></span>
<span description></span>
<span description temps></span>
</div>
</label>
<label>
<input type="radio" name="radio" id=l4 />
<div class="front-end box">
<span n4></span>
<span description></span>
<span description temps></span>
</div>
</label>
</div>
<div class=listes>
<div class="listenoire liste">
<p id=lntitre class=titreduconteneur></p>
<div class=conteneurdetableau data-simplebar>
<table valeurslistenoire></table>
</div>
</div>
<div class="listeblanche liste">
<p id=lbtitre class=titreduconteneur></p>
<div class=conteneurdetableau data-simplebar>
<table valeurslisteblanche></table>
</div>
</div>
</div>
</section>
<section droite>
<h1>The T<span class=sablier>⧗</span>me Companion</h1>
<div id="groupeactuel">
<span id="textegroupeactuel">Groupe :</span>
<div class="dropdown dropdown-dark">
<select class="dropdown-select">
</select>
</div>
</div>
<div class="chart-container" style="position: relative; width:22.5vw; min-width: 200px; max-width: 450px;">
<canvas id="myChart"></canvas>
<div id="top-sites-container" class="no-select" style="margin-top:0px;">
<div id="top-sites-direct-title" style="text-align: center; color:dimgrey; font-weight: bold;"></div>
<div id="top-sites-direct-container" style="display:flex; flex-direction:row; color:rgb(52, 52, 52);">
</div>
</div>
</div>
<div class=boutons>
<a options href="setlist.html" class="btn btn-3"></a>
<a horaire href="horaire.html" class="btn btn-3"></a>
<a todolist href="todolist/index.html" class="btn btn-3">Todo list</a>
<a credits href="credits.html" class="btn btn-3"></a>
<a dons href="https://www.paypal.me/hadiyahia" target="_blank" class="btn btn-3"></a>
<a suggerer href="mailto:[email protected]?subject=[Request%20a%20new%20feature]"
class="btn btn-3 long-text-btn"></a>
</div>
</section>
<script async
src="https://platform-api.sharethis.com/js/sharethis.js#property=5ed454a89d73fe001243bf44&product=sticky-share-buttons">
</script>
<div class='sharethis-sticky-share-buttons'
data-url='https://chrome.google.com/webstore/detail/time-companion/jjnbbklfpecnjcfehhebmfmibicklgdo'></div>
</body>
</html>