Mercurial > repos > lain > history_metadata_extractor
diff static/app.template.html @ 0:426b0f85a311 draft
" master branch Updating"
author | lain |
---|---|
date | Tue, 19 Jul 2022 07:36:57 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/static/app.template.html Tue Jul 19 07:36:57 2022 +0000 @@ -0,0 +1,59 @@ + +<!doctype HTML> +<html> +<style>{styles}</style> + <body + class="bg-secondary bg-gradient" + style="--bs-bg-opacity: .1; padding-top: 80px;" + > + <nav + class="navbar justify-content-center navbar-dark navbar-expand" + id="history_metadata_extractor_masthead" + style=" + background-color: #2c3143; + top:0px; + position:fixed; + width: 100%; + z-index: 999 ; + " + > + <a class="navbar-brand"> + <span class="navbar-brand-title">{title}</span> + </a> + + <button id="history_metadata_extractor_top" class="btn btn-outline-light d-block m-2"> + Top + </button> + <button id="history_metadata_extractor_folder" class="btn btn-outline-light d-block m-2"> + Fold/Unfold tables + </button> + <button id="history_metadata_extractor_toggle_deleted" class="btn btn-outline-light d-block m-2"> + Show/Hide deleted + </button> + <button id="history_metadata_extractor_bottom" class="btn btn-outline-light d-block m-2"> + Bottom + </button> + </nav> + <div + id="history_metadata_extractor_content" + class="container pt-2 bg-white" + style="overflow-y: auto ; height: 100%" + > + {table_list} + <footer class="d-block py-3"> + <div class="container text-center"> + <p> + Made with + <span id="glitter-generator" title="click for glitter and kawaii >‿<"> + ❤️ + </span> + by Lain (mail: lain pavot inrae fr) - feel free to contact me for improvement requests + </p> + </div> + </footer> + </div> + <script> + {javascript} + </script> + </body> +</html> \ No newline at end of file