diff options
Diffstat (limited to 'uploader/templates/phenotypes/macro-display-preview-table.html')
| -rw-r--r-- | uploader/templates/phenotypes/macro-display-preview-table.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/uploader/templates/phenotypes/macro-display-preview-table.html b/uploader/templates/phenotypes/macro-display-preview-table.html new file mode 100644 index 0000000..6dffe9f --- /dev/null +++ b/uploader/templates/phenotypes/macro-display-preview-table.html @@ -0,0 +1,11 @@ +{%macro display_preview_table(tableid, filetype)%} +<div class="table-responsive" + style="max-width:39.2em;border-radius:5px;border: solid 1px;overflow-x: scroll;"> + <h5>{{filetype | title}}: File Preview</h5> + <table id="{{tableid}}" class="table"> + <thead><tr></tr></thead> + + <tbody></tbody> + </table> +</div> +{%endmacro%} |
