Mercurial > repos > lain > history_metadata_extractor
view 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 |
line wrap: on
line source
<div class="{classes}"> <h2 class="history_metadata_extractor_h2" style="cursor: pointer" title="click to fold/unfold the table" > {tool_name} </h2> <p class="history_metadata_extractor_status"> Status: {tool_status} </p> <p class="history_metadata_extractor_glitter"></p> <table class=" table table-bordered table-dark table-striped table-hover d-block overflow-auto history_metadata_extractor_table "> {table} </table> </div>