|
8 | 8 | <meta name="author" content="Bernardo Giordano, FlagBrew">
|
9 | 9 | <title>Checkpoint Configuration Panel</title>
|
10 | 10 |
|
11 |
| - <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
| 11 | + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" |
| 12 | + integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
12 | 13 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css">
|
13 | 14 | <link rel="stylesheet" href="css/style.css">
|
14 |
| - <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> |
15 |
| - <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> |
| 15 | + <script src="https://code.jquery.com/jquery-3.3.1.min.js" |
| 16 | + integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> |
| 17 | + <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" |
| 18 | + integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"> |
| 19 | + </script> |
16 | 20 | <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
|
17 | 21 | <script src="js/script.js"></script>
|
18 | 22 | </head>
|
|
35 | 39 | <input id="enable-ftp" type="checkbox" class="custom-control-input">
|
36 | 40 | <label class="custom-control-label" for="enable-ftp">Enable FTP Server</label>
|
37 | 41 | </div>
|
38 |
| - <div class="row topSpacing"> |
39 |
| - <div class="col-md-4 order-md-2 mb-4"> |
40 |
| - <h4 class="d-flex justify-content-between align-items-center mb-3"> |
41 |
| - <span class="text">Filter titles</span> |
42 |
| - <span id="filter-badge" class="badge badge-secondary badge-pill">0</span> |
43 |
| - </h4> |
44 |
| - <ul id="filter-list" class="list-group mb-3"> |
45 |
| - </ul> |
46 |
| - <div class="input-group"> |
47 |
| - <input id="input-filter" type="text" class="form-control" placeholder="Title ID"> |
48 |
| - <div class="input-group-append"> |
49 |
| - <button id="button-filter" type="submit" onclick="pushToFilter();" |
50 |
| - class="btn btn-secondary">Filter</button> |
51 |
| - </div> |
| 42 | + <div class="topSpacing"> |
| 43 | + <h4 class="d-flex justify-content-between align-items-center mb-3"> |
| 44 | + <span class="text">Filter titles</span> |
| 45 | + <span id="filter-badge" class="badge badge-secondary badge-pill">0</span> |
| 46 | + </h4> |
| 47 | + <ul id="filter-list" class="list-group mb-3"> |
| 48 | + </ul> |
| 49 | + <div class="input-group"> |
| 50 | + <input id="input-filter" type="text" class="form-control" placeholder="Title ID"> |
| 51 | + <div class="input-group-append"> |
| 52 | + <button id="button-filter" type="submit" onclick="pushToFilter();" class="btn btn-secondary">Filter</button> |
52 | 53 | </div>
|
53 | 54 | </div>
|
| 55 | + </div> |
54 | 56 |
|
55 |
| - <div class="col-md-4 order-md-2 mb-4"> |
56 |
| - <h4 class="d-flex justify-content-between align-items-center mb-3"> |
57 |
| - <span class="text">Favorites</span> |
58 |
| - <span id="favorites-badge" class="badge badge-warning badge-pill">0</span> |
59 |
| - </h4> |
60 |
| - <ul id="favorites-list" class="list-group mb-3"> |
61 |
| - </ul> |
| 57 | + <div class="topSpacing"> |
| 58 | + <h4 class="d-flex justify-content-between align-items-center mb-3"> |
| 59 | + <span class="text">Favorites</span> |
| 60 | + <span id="favorites-badge" class="badge badge-warning badge-pill">0</span> |
| 61 | + </h4> |
| 62 | + <ul id="favorites-list" class="list-group mb-3"> |
| 63 | + </ul> |
62 | 64 |
|
63 |
| - <div class="input-group"> |
64 |
| - <input id="input-favorites" type="text" class="form-control" placeholder="Title ID"> |
65 |
| - <div class="input-group-append"> |
66 |
| - <button type="submit" onclick="pushToFavorites();" class="btn btn-warning">Favorite</button> |
67 |
| - </div> |
| 65 | + <div class="input-group"> |
| 66 | + <input id="input-favorites" type="text" class="form-control" placeholder="Title ID"> |
| 67 | + <div class="input-group-append"> |
| 68 | + <button type="submit" onclick="pushToFavorites();" class="btn btn-warning">Favorite</button> |
68 | 69 | </div>
|
69 | 70 | </div>
|
| 71 | + </div> |
70 | 72 |
|
71 |
| - <div class="col-md-4 order-md-2 mb-4"> |
72 |
| - <h4 class="d-flex justify-content-between align-items-center mb-3"> |
73 |
| - <span class="text">Additional folders</span> |
74 |
| - </h4> |
75 |
| - <ul id="folders-list" class="list-group mb-3"> |
76 |
| - </ul> |
| 73 | + <div class="topSpacing"> |
| 74 | + <h4 class="d-flex justify-content-between align-items-center mb-3"> |
| 75 | + <span class="text">Additional folders</span> |
| 76 | + </h4> |
| 77 | + <ul id="folders-list" class="list-group mb-3"> |
| 78 | + </ul> |
77 | 79 |
|
78 |
| - <div class="panel-group list-group mb-3" id="accordion"> |
79 |
| - <div id="additional-saves-list" class="panel panel-default"> |
80 |
| - </div> |
| 80 | + <div class="panel-group list-group mb-3" id="accordion"> |
| 81 | + <div id="additional-saves-list" class="panel panel-default"> |
81 | 82 | </div>
|
82 | 83 | </div>
|
83 | 84 | </div>
|
|
0 commit comments