Mercurial > repos > lain > history_metadata_extractor
comparison static/app.template.html @ 0:426b0f85a311 draft
" master branch Updating"
author | lain |
---|---|
date | Tue, 19 Jul 2022 07:36:57 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:426b0f85a311 |
---|---|
1 | |
2 <!doctype HTML> | |
3 <html> | |
4 <style>{styles}</style> | |
5 <body | |
6 class="bg-secondary bg-gradient" | |
7 style="--bs-bg-opacity: .1; padding-top: 80px;" | |
8 > | |
9 <nav | |
10 class="navbar justify-content-center navbar-dark navbar-expand" | |
11 id="history_metadata_extractor_masthead" | |
12 style=" | |
13 background-color: #2c3143; | |
14 top:0px; | |
15 position:fixed; | |
16 width: 100%; | |
17 z-index: 999 ; | |
18 " | |
19 > | |
20 <a class="navbar-brand"> | |
21 <span class="navbar-brand-title">{title}</span> | |
22 </a> | |
23 | |
24 <button id="history_metadata_extractor_top" class="btn btn-outline-light d-block m-2"> | |
25 Top | |
26 </button> | |
27 <button id="history_metadata_extractor_folder" class="btn btn-outline-light d-block m-2"> | |
28 Fold/Unfold tables | |
29 </button> | |
30 <button id="history_metadata_extractor_toggle_deleted" class="btn btn-outline-light d-block m-2"> | |
31 Show/Hide deleted | |
32 </button> | |
33 <button id="history_metadata_extractor_bottom" class="btn btn-outline-light d-block m-2"> | |
34 Bottom | |
35 </button> | |
36 </nav> | |
37 <div | |
38 id="history_metadata_extractor_content" | |
39 class="container pt-2 bg-white" | |
40 style="overflow-y: auto ; height: 100%" | |
41 > | |
42 {table_list} | |
43 <footer class="d-block py-3"> | |
44 <div class="container text-center"> | |
45 <p> | |
46 Made with | |
47 <span id="glitter-generator" title="click for glitter and kawaii >‿<"> | |
48 ❤️ | |
49 </span> | |
50 by Lain (mail: lain pavot inrae fr) - feel free to contact me for improvement requests | |
51 </p> | |
52 </div> | |
53 </footer> | |
54 </div> | |
55 <script> | |
56 {javascript} | |
57 </script> | |
58 </body> | |
59 </html> |