10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 10:47:42 +02:00

More explicit export buttons

This commit is contained in:
Mickaël Véril 2021-11-29 11:42:12 +01:00 committed by Anthony Scemama
parent b5ef408750
commit 718795aebb

View File

@ -807,7 +807,7 @@ draft: false
<label for="mol_select" class="required">Molecule</label> <label for="mol_select" class="required">Molecule</label>
<button class="selectButton" type="button" onclick="selectSelectAll_click(event)">Select all</button> <button class="selectButton" type="button" onclick="selectSelectAll_click(event)">Select all</button>
<select multiple id="mol_select" required name="molecule" onchange="moleculeSelectionChanged(event)"></select> <select multiple id="mol_select" required name="molecule" onchange="moleculeSelectionChanged(event)"></select>
<button id="btn_export_geoms" class="selectButton" type="button" disabled onclick="exportGeoms()">Export geometries</button> <button id="btn_export_geoms" class="selectButton" type="button" disabled onclick="exportGeoms()" title="Export the above geometries as a ZIP archive">Export geometries</button>
</div> </div>
<br /> <br />
<div style="display: inline-block;"> <div style="display: inline-block;">
@ -903,7 +903,7 @@ draft: false
<section id="data"> <section id="data">
</section> </section>
<section> <section>
<button onclick="OnExportTable(event)">Export as CSV</button> <button onclick="OnExportTable(event)" title="Export the table below as a CSV file">Export table</button>
<table id="stat_table" class="datatable"> <table id="stat_table" class="datatable">
<thead class="sticky"> <thead class="sticky">
<th scope="col">Method</th> <th scope="col">Method</th>