Mercurial > repos > lain > history_metadata_extractor
annotate static/table.template.html @ 1:c7f4f2ac38f2 draft default tip
" master branch Updating"
author | lain |
---|---|
date | Tue, 09 Aug 2022 15:19:45 +0000 |
parents | 426b0f85a311 |
children |
rev | line source |
---|---|
0 | 1 |
2 <div class="{classes}"> | |
3 <h2 | |
4 class="history_metadata_extractor_h2" | |
5 style="cursor: pointer" | |
6 title="click to fold/unfold the table" | |
7 > | |
8 {tool_name} | |
9 </h2> | |
10 <p class="history_metadata_extractor_status"> | |
11 Status: {tool_status} | |
12 </p> | |
13 <p class="history_metadata_extractor_glitter"></p> | |
14 <table class=" | |
15 table | |
16 table-bordered | |
17 table-dark | |
18 table-striped | |
19 table-hover | |
20 d-block | |
21 overflow-auto | |
22 history_metadata_extractor_table | |
23 "> | |
24 {table} | |
25 </table> | |
26 </div> |