Skip to content
Snippets Groups Projects
Commit 5c3e6cfb authored by Hottlet Valentin's avatar Hottlet Valentin
Browse files

Enhance HTML structure with added container divs for table-container and alignment-container

parent b1cfb30b
No related branches found
No related tags found
1 merge request!8Tests docker
......@@ -93,6 +93,7 @@ def write_main_page(run_id, taxo_used, or_data, method, job_name=None):
html += '''</table></div><br>'''
html+= '''
<div class="table_container" style="display:block">
<p>editable preview of the results file. <b>Use the bouton bellow to download edited result.</b></p>
<ul>
<li>Cell modification : Double-click on a cell to modify it. You can then enter new values.</li>
......@@ -112,10 +113,10 @@ def write_main_page(run_id, taxo_used, or_data, method, job_name=None):
<p>Once the changes are made, you can download the table by clicking the "Export Table as TSV" button. The file will be downloaded in TSV format.</p>
<p>If you want to undo your changes, you can reload the page to reset any modifications made.</p>'''
html += '<iframe id="results" src="table.php" style="border: none; width: 100%; height: 575px;"></iframe>'
html += '<iframe id="results" src="table.php" style="border: none; width: 100%; height: 575px;"></iframe></div>'
html += '''<p>chck the multiple sequence alignment of peptides marker in the table.
<a href="alignment.php" target="_blank" class="mc">Go to Alignment</a></p>'''
html += '''<div class="alignment_container" style="display:block">'''
html += '<iframe id="results" src="alignment.php" style="border: none; width: 100%; height: 500px;"></iframe></div>'
# Download section
html += '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment