Skip to content
Snippets Groups Projects
Commit c65de977 authored by Michal Malý's avatar Michal Malý
Browse files

Update prediction tables captions

parent 01faf881
No related branches found
No related tags found
No related merge requests found
...@@ -737,7 +737,7 @@ function fill_predictions_table() { ...@@ -737,7 +737,7 @@ function fill_predictions_table() {
]; ];
let code = '<table class="ntc-seq-table">'; let code = '<table class="ntc-seq-table">';
code += `<tr><td colspan="5"><div class="ntc-seq-title-text"><strong>Table 4:</strong> DNA structures used for hydration prediction</div></td></tr>`; code += `<tr><td colspan="5"><div class="ntc-seq-title-text"><strong>Table 4:</strong> Structures used for hydration prediction testing</div></td></tr>`;
code += '<tr>'; code += '<tr>';
for (const hdr of PRED_STRUCTS_ONE_HEADERS) for (const hdr of PRED_STRUCTS_ONE_HEADERS)
code += `<th id="${tblhdr_caption_id(hdr)}">${hdr}</th>`; code += `<th id="${tblhdr_caption_id(hdr)}">${hdr}</th>`;
...@@ -753,7 +753,7 @@ function fill_predictions_table() { ...@@ -753,7 +753,7 @@ function fill_predictions_table() {
document.querySelector('#predicted-structures-table-one').innerHTML = code; document.querySelector('#predicted-structures-table-one').innerHTML = code;
code = '<table class="ntc-seq-table">'; code = '<table class="ntc-seq-table">';
code += `<tr><td colspan="5"><div class="ntc-seq-title-text"><strong>Table 5:</strong> DNA structures used for hydration prediction</div></td></tr>`; code += `<tr><td colspan="5"><div class="ntc-seq-title-text"><strong>Table 5:</strong> Structures used for hydration prediction demonstration</div></td></tr>`;
code += '<tr>'; code += '<tr>';
for (const hdr of PRED_STRUCTS_TWO_HEADERS) for (const hdr of PRED_STRUCTS_TWO_HEADERS)
code += `<th id="${tblhdr_caption_id(hdr)}">${hdr}</th>`; code += `<th id="${tblhdr_caption_id(hdr)}">${hdr}</th>`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment